Prepare for release

This commit is contained in:
Andy Miller
2021-09-14 12:57:59 -06:00
parent 975849d77d
commit 4e0aa0d599
2 changed files with 7 additions and 5 deletions

View File

@@ -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

View File

@@ -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' }