mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-08-31 04:35:54 +02:00
Prepare for release
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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' }
|
||||
|
||||
Reference in New Issue
Block a user