mirror of
https://github.com/getgrav/grav.git
synced 2025-11-01 19:05:58 +01:00
Merge branch 'release/1.1.15' into develop
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# v1.1.15
|
# v1.1.15
|
||||||
## xx/xx/2017
|
## 01/30/2017
|
||||||
|
|
||||||
1. [](#new)
|
1. [](#new)
|
||||||
* Added a new `Collection::merge()` method to allow merging of multiple collections [#1258](https://github.com/getgrav/grav/pull/1258)
|
* Added a new `Collection::merge()` method to allow merging of multiple collections [#1258](https://github.com/getgrav/grav/pull/1258)
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
// Some standard defines
|
// Some standard defines
|
||||||
define('GRAV', true);
|
define('GRAV', true);
|
||||||
define('GRAV_VERSION', '1.1.14');
|
define('GRAV_VERSION', '1.1.15');
|
||||||
define('GRAV_TESTING', false);
|
define('GRAV_TESTING', false);
|
||||||
define('DS', '/');
|
define('DS', '/');
|
||||||
define('GRAV_PHP_MIN', '5.5.9');
|
define('GRAV_PHP_MIN', '5.5.9');
|
||||||
|
|||||||
Reference in New Issue
Block a user