prepare for rc.1 release

This commit is contained in:
Andy Miller
2019-11-06 16:10:57 -07:00
parent d12028b86b
commit 18522b5aa3
2 changed files with 4 additions and 4 deletions

View File

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

View File

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