Merge branch 'develop' into 1.7

# Conflicts:
#	system/defines.php
This commit is contained in:
Andy Miller
2020-02-11 17:28:52 -07:00

View File

@@ -281,7 +281,7 @@
* Optimization: Combine some early Grav processors into a single one
# v1.6.21
## mm/dd/2020
## 02/11/2020
1. [](#new)
* Added `ConsoleCommand::setLanguage()` method to set language to be used from CLI
@@ -289,6 +289,8 @@
* Added `ConsoleCommand::initializePlugins()`method to properly set up all plugins to be used from CLI
* Added `ConsoleCommand::initializeThemes()`method to properly set up current theme to be used from CLI
* Added `ConsoleCommand::initializePages()` method to properly set up pages to be used from CLI
1. [](#improved)
* Vendor updates
1. [](#bugfix)
* Fixed `bin/plugin` CLI calling `$themes->init()` way too early (removed it, use above methods instead)
* Fixed call to `$grav['page']` crashing CLI