Skip to content

Commit 15f73cd

Browse files
committed
prepare for release
1 parent 8bb4703 commit 15f73cd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# v1.10.41
2-
## mm/dd/2023
2+
## 05/09/2023
33

44
1. [](#new)
55
* Updated to use new `BaconQRCode` version `2.0.8` for new SVG features + PHP 8.2+ fixes
66
1. [](#improved)
7+
* Require Grav `v1.7.41`
78
* Fixed a deprecated message where `Admin::$routes` was being dynamically defined
89
* Fixes to use non-deprecated methods in `ScssCompiler`
910

blueprints.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Admin Panel
22
slug: admin
33
type: plugin
4-
version: 1.10.40
4+
version: 1.10.41
55
description: Adds an advanced administration panel to manage your site
66
icon: empire
77
author:
@@ -15,7 +15,7 @@ docs: https://github.com/getgrav/grav-plugin-admin/blob/develop/README.md
1515
license: MIT
1616

1717
dependencies:
18-
- { name: grav, version: '>=1.7.32' }
18+
- { name: grav, version: '>=1.7.41' }
1919
- { name: form, version: '>=6.0.1' }
2020
- { name: login, version: '>=3.7.0' }
2121
- { name: email, version: '>=3.1.6' }

0 commit comments

Comments
 (0)