From d350bd31cb4708e13b671b8ea5b35b60f70d6651 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Fri, 24 Apr 2015 14:06:44 -0600 Subject: [PATCH] version update --- CHANGELOG.md | 16 ++++++++++++++++ system/defines.php | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54d02ea79..584027e5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# v0.9.25 +## 04/24/2015 + +1. [](#new) + * Added support for E-Tag, Last-Modified, Cache-Control and Page-based expires headers +2. [](#improved) + * Refactored media image handling to make it more flexible and support absolute paths + * Refactored page modification check process to make it faster + * User account improvements in preparation for Admin plugin + * Protect against timing attacks + * Reset default system expires time to 0 seconds (can override if you need to) +3. [](#bugfix) + * Fix issues with spaces in webroot when using `bin/grav install` + * Fix for spaces in relative directory + * Bug fix in collection filtering + # v0.9.24 ## 04/15/2015 diff --git a/system/defines.php b/system/defines.php index 04f8ac6df..da3f94687 100644 --- a/system/defines.php +++ b/system/defines.php @@ -2,7 +2,7 @@ // Some standard defines define('GRAV', true); -define('GRAV_VERSION', '0.9.24'); +define('GRAV_VERSION', '0.9.25'); define('DS', '/'); // Directories and Paths