Prepare for release

This commit is contained in:
Andy Miller 2017-03-22 17:30:00 -06:00
parent c153039457
commit f8fbc82196
No known key found for this signature in database
GPG Key ID: E82B8D0EAB94EFB9
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# v1.2.0-rc.3
## 03/xx/2017
## 03/22/2017
1. [](#new)
* Refactored Page re-ordering to handle all siblings at once
@ -7,6 +7,7 @@
1. [](#improved)
* Added an _Admin Overrides_ section with option to choose the order of children in Pages Management
1. [](#bugfix)
* Fixed loading issues with improperly named themes (use old broken method first) [#1373](https://github.com/getgrav/grav/issues/1373)
* Simplified modular/twig processing logic and fixed an issue with system process config [#1351](https://github.com/getgrav/grav/issues/1351)
* Cleanup package files via GPM install to make them more windows-friendly [#1361](https://github.com/getgrav/grav/pull/1361)
* Fix for page-level debugger override changing the option site-wide

View File

@ -8,7 +8,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.2.0-rc.2');
define('GRAV_VERSION', '1.2.0-rc.3');
define('GRAV_TESTING', true);
define('DS', '/');