diff --git a/CHANGELOG.md b/CHANGELOG.md index b5d95866..4837f1da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # v1.10.28 -## mm/dd/2022 +## 01/24/2022 1. [](#bugfix) * Clean file names before displaying errors/metadata modals diff --git a/blueprints.yaml b/blueprints.yaml index 3bfd51f3..db1b2dee 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,7 +1,7 @@ name: Admin Panel slug: admin type: plugin -version: 1.10.27 +version: 1.10.28 description: Adds an advanced administration panel to manage your site icon: empire author: @@ -15,7 +15,7 @@ docs: https://github.com/getgrav/grav-plugin-admin/blob/develop/README.md license: MIT dependencies: - - { name: grav, version: '>=1.7.27' } + - { name: grav, version: '>=1.7.28' } - { name: form, version: '>=5.1.0' } - { name: login, version: '>=3.6.2' } - { name: email, version: '>=3.1.0' }