mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-09 00:46:05 +02:00
prepare for rc.1 release
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# v1.10.0-rc.1
|
||||
## mm/dd/2019
|
||||
## 10/06/2019
|
||||
|
||||
1. [](#new)
|
||||
* Added a new `onAdminLogFiles()` event for 3rd party plugins to register log files for log viewer [#1765](https://github.com/getgrav/grav-plugin-admin/issues/1765)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: Admin Panel
|
||||
version: 1.10.0-beta.10
|
||||
version: 1.10.0-rc.1
|
||||
testing: true
|
||||
description: Adds an advanced administration panel to manage your site
|
||||
icon: empire
|
||||
@@ -14,8 +14,8 @@ docs: https://github.com/getgrav/grav-plugin-admin/blob/develop/README.md
|
||||
license: MIT
|
||||
|
||||
dependencies:
|
||||
- { name: grav, version: '>=1.7.0-beta.10' }
|
||||
- { name: form, version: '>=4.0.0-rc.6' }
|
||||
- { name: grav, version: '>=1.7.0-rc.1' }
|
||||
- { name: form, version: '>=4.0.0' }
|
||||
- { name: login, version: '>=3.0.4' }
|
||||
- { name: email, version: '>=3.0.3' }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user