From 9b2221f702590b41b2e97090fbffa400128b0576 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 28 Oct 2014 18:39:33 -0600 Subject: [PATCH 1/2] initial 0.9.4 changelog --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bad9e6361..972507d9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +# v0.9.4 beta +## 10/29/2014 + +1. [](#new) + * New improved Debugbar with messages, timing, config, twig information + * New exception handling system utilizing Whoops + * New logging system utilizing Monolog + * Support for auto-detecting environment configuration + * New version command for CLI + * Integrate Twig dump() calls into Debugbar +2. [](#improved) + * Selfupgrade now clears cache on successful upgrade + * Selfupgrade now supports files without extensions + * Improved error messages when plugin is missing + * Improved security in .htaccess + * Support CSS/JS/Image assets in vendor/system folders via .htaccess + * Add support for system timers + * Improved and optimized configuration loading + * Automatically disable Debugbar on non-HTML pages + * Disable Debugbar by default +3. [](#bugfix) + * More YAML blueprint fixes + * Fix potential double // in assets + * Load debugger as early as possible + # v0.9.3 beta ## 10/09/2014 From 7ac6e436fac04f26339112ee613ed4c9d8deccd5 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Fri, 31 Oct 2014 18:11:55 -0600 Subject: [PATCH 2/2] New version --- system/defines.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/defines.php b/system/defines.php index d46a54d39..51b2203f2 100644 --- a/system/defines.php +++ b/system/defines.php @@ -2,7 +2,7 @@ // Some standard defines define('GRAV', true); -define('GRAV_VERSION', '0.9.3'); +define('GRAV_VERSION', '0.9.4'); define('DS', '/'); // Directories and Paths