From 75bc7a66cc16edc141dd2e8866cc0360913df26a Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 5 May 2021 12:55:33 -0600 Subject: [PATCH] Updated changelog - Fixes #2140 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c83ffd5..efc00c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * Package.json scripts cleanup * Recompiled JS for production * Editor: Do not assume images URLs are going to be `http://` (wrong assumption plus not SSL) [#2127](https://github.com/getgrav/grav-plugin-admin/issues/2127) + * Improved Theme Activation + Plugin Enabled logic to ensure configuration is not displayed unless activation/enabled state. Fixes [#2140](https://github.com/getgrav/grav-plugin-admin/issues/2140) 1. [](#bugfix) * Fixed issue with slugify where single curly quotes in titles would translate to straight single quote [#2101](https://github.com/getgrav/grav-plugin-admin/issues/2101)