prepare for rc.6 release

This commit is contained in:
Andy Miller
2020-02-11 17:14:14 -07:00
parent a77b5e69e7
commit 65db6ea26c
2 changed files with 4 additions and 2 deletions

View File

@@ -1,11 +1,13 @@
# v1.7.0-rc.6
## mm/dd/2020
## 02/11/2020
1. [](#new)
* Plugins & Themes: Call `$plugin->autoload()` and `$theme->autoload()` automatically when object gets initialized
* CLI: Added `$grav->initializeCli()` method
* Flex Directory: Implemented customizable configuration
* Flex Storages: Added support for renaming directory entries
1. [](#improved)
* Vendor updates
1. [](#bugfix)
* Regression: Fixed fatal error in blueprints [#2811](https://github.com/getgrav/grav/issues/2811)
* Regression: Fixed bad method call in FlexDirectory::getAuthorizeRule()

View File

@@ -8,7 +8,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.7.0-rc.5');
define('GRAV_VERSION', '1.7.0-rc.6');
define('GRAV_TESTING', true);
define('DS', '/');