Skip to content

Commit

Permalink
v3.2.5
Browse files Browse the repository at this point in the history
* Update default routes file. ([@taylorotwell](https://github.com/taylorotwell))
* Allow for setting sqlite database via env. ([@dakira](https://github.com/dakira))
* Use Laravel standard on opening tag/namespace.
* Ignore schedule files. ([@kevinsimard](https://github.com/kevinsimard))

Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Mar 26, 2016
1 parent 6b7e08d commit bcdfc3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"preferred-install": "dist"
},
"prefer-stable": true,
"minimum-stability": "dev"
"minimum-stability": "stable"
}
7 changes: 7 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ title: Change Log

## Version 3.2 {#v3-2}

### v3.2.5 {#v3-2-5}

* Update default routes file. ([@taylorotwell](https://github.com/taylorotwell))
* Allow for setting sqlite database via env. ([@dakira](https://github.com/dakira))
* Use Laravel standard on opening tag/namespace.
* Ignore schedule files. ([@kevinsimard](https://github.com/kevinsimard))

### v3.2.4 {#v3-2-4}

* Handle authorization header via `.htaccess`. ([@paulvl](https://github.com/paulvl))
Expand Down

0 comments on commit bcdfc3b

Please sign in to comment.