From c49dba7d42ef4271ca4a770f1519cad9a7d2992f Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Thu, 5 Mar 2020 10:34:21 -0700 Subject: [PATCH] prepare for release --- CHANGELOG.md | 4 +++- blueprints.yaml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a797787e..2344e065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # v1.9.13 -## mm/dd/2020 +## 03/05/2020 +1. [](#improved) + * Updated vendor libs 1. [](#bugfix) * Fixed toggleable buttons no longer holding false state [form#406](ttps://github.com/getgrav/grav-plugin-form/issues/406) diff --git a/blueprints.yaml b/blueprints.yaml index 3358d9c2..d5213ca5 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: Admin Panel -version: 1.9.12 +version: 1.9.13 testing: false description: Adds an advanced administration panel to manage your site icon: empire @@ -14,7 +14,7 @@ docs: https://github.com/getgrav/grav-plugin-admin/blob/develop/README.md license: MIT dependencies: - - { name: grav, version: '>=1.6.8' } + - { name: grav, version: '>=1.6.22' } - { name: form, version: '>=3.0.0' } - { name: login, version: '>=3.0.0' } - { name: email, version: '>=3.0.0' }