mirror of
https://github.com/getgrav/grav.git
synced 2026-03-18 02:21:11 +01:00
Prepare for release
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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', '/');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user