From bcdfc3b1ba54d4bd8926a027bffd7832ce21cefb Mon Sep 17 00:00:00 2001 From: crynobone Date: Sat, 26 Mar 2016 14:36:19 +0800 Subject: [PATCH] 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)) Signed-off-by: crynobone --- composer.json | 2 +- docs/changes.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c32328b..6bb32cd 100644 --- a/composer.json +++ b/composer.json @@ -48,5 +48,5 @@ "preferred-install": "dist" }, "prefer-stable": true, - "minimum-stability": "dev" + "minimum-stability": "stable" } diff --git a/docs/changes.md b/docs/changes.md index 16051d3..b8ddea9 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -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))