Merge branch 'release/1.1.8' into develop

This commit is contained in:
Andy Miller
2016-10-22 22:38:47 -06:00
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
# v1.1.8
## 10/22/2016
1. [](#bugfix)
* Fixed warning with unset `ssl` option when using GPM [#1132](https://github.com/getgrav/grav/issues/1132)
# v1.1.7
## 10/22/2016

View File

@@ -8,7 +8,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.1.7');
define('GRAV_VERSION', '1.1.8');
define('GRAV_TESTING', false);
define('DS', '/');
define('GRAV_PHP_MIN', '5.5.9');