Merge branch 'develop' of https://github.com/getgrav/grav into 2.0

This commit is contained in:
Matias Griese
2017-10-27 11:49:43 +03:00
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
* Make it possible to include debug bar also into non-HTML responses
# v1.3.8
## xx/xx/2017
## 10/26/2017
1. [](#new)
* Added Page `media_order` capability to manually order page media via a page header

View File

@@ -8,7 +8,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.3.7');
define('GRAV_VERSION', '1.3.8');
//define('GRAV_TESTING', true);
define('DS', '/');