diff --git a/CHANGELOG.md b/CHANGELOG.md index a05823eb..b194ac9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # v1.9.19 -## mm/dd/2020 +## 12/14/2020 1. [](#bugfix) * Fixed `pages` field escaping issues, needs Grav update, too [#1990](https://github.com/getgrav/grav-plugin-admin/issues/1990) diff --git a/blueprints.yaml b/blueprints.yaml index dd245095..3565971c 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,7 +1,7 @@ name: Admin Panel slug: admin type: plugin -version: 1.9.18 +version: 1.9.19 testing: false description: Adds an advanced administration panel to manage your site icon: empire @@ -16,7 +16,7 @@ docs: https://github.com/getgrav/grav-plugin-admin/blob/develop/README.md license: MIT dependencies: - - { name: grav, version: '>=1.6.29' } + - { name: grav, version: '>=1.6.31' } - { name: form, version: '>=3.0.0' } - { name: login, version: '>=3.0.0' } - { name: email, version: '>=3.0.0' }