From 15f73cd238a0fd4826b2552b00f2d411e173096a Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 9 May 2023 12:42:47 -0600 Subject: [PATCH] prepare for release --- CHANGELOG.md | 3 ++- blueprints.yaml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af83faa3..856e6dc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # v1.10.41 -## mm/dd/2023 +## 05/09/2023 1. [](#new) * Updated to use new `BaconQRCode` version `2.0.8` for new SVG features + PHP 8.2+ fixes 1. [](#improved) + * Require Grav `v1.7.41` * Fixed a deprecated message where `Admin::$routes` was being dynamically defined * Fixes to use non-deprecated methods in `ScssCompiler` diff --git a/blueprints.yaml b/blueprints.yaml index 89d05003..c893ad4a 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,7 +1,7 @@ name: Admin Panel slug: admin type: plugin -version: 1.10.40 +version: 1.10.41 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.32' } + - { name: grav, version: '>=1.7.41' } - { name: form, version: '>=6.0.1' } - { name: login, version: '>=3.7.0' } - { name: email, version: '>=3.1.6' }