Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
  • Loading branch information
mahagr committed May 17, 2017
2 parents 0269ec5 + 6496508 commit 0128416
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
* Added `Grav\Framework\Page` interfaces
* Deprecated GravTrait

# v1.2.5
## mm/dd/2017
# v1.3.0-rc.1
## 15/16/2017

1. [](#new)
* Added support for a single array field in the forms
Expand Down
4 changes: 2 additions & 2 deletions system/defines.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.2.4');
define('GRAV_TESTING', false);
define('GRAV_VERSION', '1.3.0-rc.1');
define('GRAV_TESTING', true);
define('DS', '/');

if (!defined('GRAV_PHP_MIN')) {
Expand Down

0 comments on commit 0128416

Please sign in to comment.