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

This commit is contained in:
mahagr
2017-07-19 15:35:05 -06:00
2 changed files with 4 additions and 2 deletions

View File

@@ -12,10 +12,12 @@
* Make it possible to include debug bar also into non-HTML responses
# v1.3.1
## 07/xx/2017
## 07/19/2017
1. [](#bugfix)
* Fix ordering for Linux + International environments [#1574](https://github.com/getgrav/grav/issues/1574)
* Check if medium thumbnail exists before resetting
* Update Travis' auth token
# v1.3.0
## 07/16/2017

View File

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