Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Dec 7, 2016
1 parent 74c005d commit 380157f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v1.1.9-rc.X
## 11/xx/2016
# v1.1.9-rc.3
## 12/07/2016

1. [](#new)
* Add `ignore_empty` property to be used on array fields, if positive only save options with a value
Expand Down
2 changes: 1 addition & 1 deletion system/defines.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.1.9-rc.2');
define('GRAV_VERSION', '1.1.9-rc.3');
define('GRAV_TESTING', true);
define('DS', '/');
define('GRAV_PHP_MIN', '5.5.9');
Expand Down

0 comments on commit 380157f

Please sign in to comment.