mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-03-21 12:01:33 +01:00
prepare for release
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# v1.10.19
|
||||
## mm/dd/2021
|
||||
## 08/31/2021
|
||||
|
||||
1. [](#new)
|
||||
* Require **Grav 1.7.19** and **Form 5.1.0**
|
||||
* Require **Grav 1.7.19** and **Form 5.1.0** and **Login 3.5.0**
|
||||
* Updated SCSS compiler to v1.6
|
||||
2. [](#improved)
|
||||
* Updated forms and nested fields to use new form logic
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: Admin Panel
|
||||
slug: admin
|
||||
type: plugin
|
||||
version: 1.10.18
|
||||
version: 1.10.19
|
||||
description: Adds an advanced administration panel to manage your site
|
||||
icon: empire
|
||||
author:
|
||||
@@ -17,9 +17,9 @@ license: MIT
|
||||
dependencies:
|
||||
- { name: grav, version: '>=1.7.19' }
|
||||
- { name: form, version: '>=5.1.0' }
|
||||
- { name: login, version: '>=3.3.5' }
|
||||
- { name: email, version: '>=3.0.9' }
|
||||
- { name: flex-objects, version: '>=1.0.0' }
|
||||
- { name: login, version: '>=3.5.0' }
|
||||
- { name: email, version: '>=3.1.0' }
|
||||
- { name: flex-objects, version: '>=1.1.0' }
|
||||
|
||||
form:
|
||||
validation: loose
|
||||
|
||||
Reference in New Issue
Block a user