diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c56eb59..323057a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ # v1.10.21 -## mm/dd/2021 +## 09/14/2021 -1. [](#improved) +1. [](#new) + * Require **Grav 1.7.21** +2. [](#improved) * Added a note about UTC times in scheduler AT syntax help * Now using a monospaced text-based scheduler AT field in scheduler for simplicity * Improved `Admin:data()` and `Admin::getConfigurationData()` to be more strict -2. [](#bugfix) +3. [](#bugfix) * Fixed configuration save location to point to existing config folder [#2176](https://github.com/getgrav/grav-plugin-admin/issues/2176) # v1.10.20 diff --git a/blueprints.yaml b/blueprints.yaml index 1d9af7aa..fe9daf35 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,7 +1,7 @@ name: Admin Panel slug: admin type: plugin -version: 1.10.20 +version: 1.10.21 description: Adds an advanced administration panel to manage your site icon: empire author: @@ -15,7 +15,7 @@ docs: https://github.com/getgrav/grav-plugin-admin/blob/develop/README.md license: MIT dependencies: - - { name: grav, version: '>=1.7.19' } + - { name: grav, version: '>=1.7.21' } - { name: form, version: '>=5.1.0' } - { name: login, version: '>=3.5.0' } - { name: email, version: '>=3.1.0' }