version update

This commit is contained in:
Andy Miller
2015-08-31 10:21:24 -06:00
parent b2597d1058
commit 807032b0f0
2 changed files with 17 additions and 1 deletions

View File

@@ -1,3 +1,19 @@
# v0.9.40
## 08/31/2015
1. [](#new)
* Added some new Twig filers: `defined`, `rtrim`, `ltrim`
* Admin support for customizable page file name + template override
1. [](#improved)
* Better message for incompatible/unsupported Twig template
* Improved User blueprints with better help
* Switched to composer **install** rather than **update** by default
* Admin autofocus on page title
* `.htaccess` hardening (`.htaccess` & `htaccess.txt`)
* Cache safety checks for missing folders
1. [](#bugfix)
* Fixed issue with unescaped `o` character in date formats
# v0.9.39
## 08/25/2015

View File

@@ -2,7 +2,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '0.9.39');
define('GRAV_VERSION', '0.9.40');
define('DS', '/');
// Directories and Paths