mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-10-28 08:46:45 +01:00
prepare for release
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# v1.9.13
|
# v1.9.13
|
||||||
## mm/dd/2020
|
## 03/05/2020
|
||||||
|
|
||||||
|
1. [](#improved)
|
||||||
|
* Updated vendor libs
|
||||||
1. [](#bugfix)
|
1. [](#bugfix)
|
||||||
* Fixed toggleable buttons no longer holding false state [form#406](ttps://github.com/getgrav/grav-plugin-form/issues/406)
|
* Fixed toggleable buttons no longer holding false state [form#406](ttps://github.com/getgrav/grav-plugin-form/issues/406)
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: Admin Panel
|
name: Admin Panel
|
||||||
version: 1.9.12
|
version: 1.9.13
|
||||||
testing: false
|
testing: false
|
||||||
description: Adds an advanced administration panel to manage your site
|
description: Adds an advanced administration panel to manage your site
|
||||||
icon: empire
|
icon: empire
|
||||||
@@ -14,7 +14,7 @@ docs: https://github.com/getgrav/grav-plugin-admin/blob/develop/README.md
|
|||||||
license: MIT
|
license: MIT
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- { name: grav, version: '>=1.6.8' }
|
- { name: grav, version: '>=1.6.22' }
|
||||||
- { name: form, version: '>=3.0.0' }
|
- { name: form, version: '>=3.0.0' }
|
||||||
- { name: login, version: '>=3.0.0' }
|
- { name: login, version: '>=3.0.0' }
|
||||||
- { name: email, version: '>=3.0.0' }
|
- { name: email, version: '>=3.0.0' }
|
||||||
|
|||||||
Reference in New Issue
Block a user