Update changelog

This commit is contained in:
Andy Miller
2023-05-08 18:58:42 -06:00
parent be85fb4194
commit 8bb4703be0
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
# v1.10.41
## mm/dd/2023
1. [](#new)
* Updated to use new `BaconQRCode` version `2.0.8` for new SVG features + PHP 8.2+ fixes
1. [](#improved)
* Fixed a deprecated message where `Admin::$routes` was being dynamically defined
* Fixes to use non-deprecated methods in `ScssCompiler`

View File

@@ -3,7 +3,7 @@
'name' => 'getgrav/grav-plugin-admin',
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => '8fd500d38179d1b6d05c21b3a5e7b76b7b2a61cf',
'reference' => 'be85fb4194474700fbd8fe60b48b27613b47ce59',
'type' => 'grav-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -13,7 +13,7 @@
'getgrav/grav-plugin-admin' => array(
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => '8fd500d38179d1b6d05c21b3a5e7b76b7b2a61cf',
'reference' => 'be85fb4194474700fbd8fe60b48b27613b47ce59',
'type' => 'grav-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),