diff --git a/CHANGELOG.md b/CHANGELOG.md index 364d5a52..05be68ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # v1.2.11 ## xx/xx/2017 +1. [](#new) + * Added lang strings for `CLI_COMPATIBILITY` which is new in Grav v1.1.16 1. [](#improved) * Allow plugin to set custom 'authorize' and 'location' in `onAdminMenu()` event 1. [](#bugfix) diff --git a/languages/en.yaml b/languages/en.yaml index 4d23e7ae..0ae59be9 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -633,4 +633,6 @@ PLUGIN_ADMIN: NEVER_CACHE_TWIG_HELP: "Only cache content and process Twig every time for pages. Ignores twig_first setting." ALLOW_WEBSERVER_GZIP: "Allow WebServer Gzip" ALLOW_WEBSERVER_GZIP_HELP: "Off by default. When enabled, WebServer-configured Gzip/Deflate compression will work, but http connection will not be closed before onShutDown() event causing slower page loading" - OFFLINE_WARNING: "The connection to the GPM cannot be established" \ No newline at end of file + OFFLINE_WARNING: "The connection to the GPM cannot be established" + CLI_COMPATIBILITY: "CLI Compatibility" + CLI_COMPATIBILITY_HELP: "Ensures that only non-volatile Cache drivers are used (file, redis, memcache, etc.)" \ No newline at end of file