prepare for rc.5 release

This commit is contained in:
Andy Miller
2020-02-03 12:34:31 -07:00
parent 8f97ae5d4f
commit e3dc114636
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
# v1.10.0-rc.5
## 02/03/2020
1. [](#new)
* No changes, just keeping things in sync with Grav RC version
# v1.10.0-rc.4 # v1.10.0-rc.4
## 02/03/2020 ## 02/03/2020

View File

@@ -1,5 +1,5 @@
name: Admin Panel name: Admin Panel
version: 1.10.0-rc.4 version: 1.10.0-rc.5
testing: true testing: true
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.7.0-rc.4' } - { name: grav, version: '>=1.7.0-rc.5' }
- { name: form, version: '>=4.0.2' } - { name: form, version: '>=4.0.2' }
- { name: login, version: '>=3.0.5' } - { name: login, version: '>=3.0.5' }
- { name: email, version: '>=3.0.5' } - { name: email, version: '>=3.0.5' }