Prepare for release

This commit is contained in:
Andy Miller
2017-04-19 15:59:48 -06:00
parent 749d0e3f2d
commit 7bbcefbb4d
2 changed files with 5 additions and 3 deletions

View File

@@ -1,10 +1,12 @@
# v1.2.3
## 04/xx/2017
## 04/19/2017
1. [](#improved)
* Added new `pwd_regex` and `username_regex` system configuration options to allow format modifications
* Allow `user/accounts.yaml` overrides and implemented more robust theme initialization
* improved `getList()` method to do more powerful things
* Fix Typo in GPM [#1427](https://github.com/getgrav/grav/issues/1427)
# v1.2.2
## 04/11/2017

View File

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