Merge branch 'release/1.0.6' into develop

This commit is contained in:
Andy Miller
2015-12-22 17:15:45 -07:00
2 changed files with 18 additions and 1 deletions

View File

@@ -1,3 +1,20 @@
# v1.0.6
## 12/22/2015
1. [](#new)
* Set minimum requirements to [PHP 5.5.9](http://bit.ly/1Jt9OXO)
* Added `saveConfig` to Themes
1. [](#improved)
* Updated Whoops to new 2.0 version (PHP 7.0 compatbile)
* Moved sample web server configs into dedicated directory
* FastCGI will use Apache's `mod_deflate` if gzip turned off
1. [](#bugfix)
* Fix broken media image operators
* Only call extra method of blueprints if blueprints exist
* Fix lang prefix in url twig variables #523
* Fix case insensitive HTTPS check #535
* Field field validation handles case `multiple` missing
# v1.0.5
## 12/18/2015

View File

@@ -2,7 +2,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.0.5');
define('GRAV_VERSION', '1.0.6');
define('DS', '/');
define('GRAV_PHP_MIN', '5.5.9');