diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dea132b..aea38dd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # v1.4.0 -## 04/xx/2017 +## 04/19/2017 1. [](#new) * Added ability to add new pages/folders while editing existing page diff --git a/blueprints.yaml b/blueprints.yaml index b3a63a5b..11c6bd72 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: Admin Panel -version: 1.3.3 +version: 1.4.0 description: Adds an advanced administration panel to manage your site icon: empire author: @@ -13,8 +13,8 @@ docs: https://github.com/getgrav/grav-plugin-admin/blob/develop/README.md license: MIT dependencies: - - { name: grav, version: '>=1.2.0' } - - { name: form, version: '~2.0' } + - { name: grav, version: '>=1.2.3' } + - { name: form, version: '>=2.4.0' } - { name: email, version: '~2.0' } - { name: login, version: '~2.0' }