Merge branch 'release/1.1.14' into develop

This commit is contained in:
Andy Miller
2017-01-18 15:13:14 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.1.14
## XX/XX/2017
## 01/18/2017
1. [](#bugfix)
* Fixed `page.collection()` returning array and not Collection object when header variable did not exist

View File

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