Merge tag '1.5.1' into develop

Release v1.5.1
This commit is contained in:
Andy Miller
2018-08-23 13:02:49 -06:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.5.1
## mm/dd/2018
## 08/23/2018
1. [](#new)
* Added static `Grav\Common\Yaml` class which should be used instead of `Symfony\Component\Yaml\Yaml`

View File

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