mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-08-05 01:49:58 +02:00
Update changelog
This commit is contained in:
@@ -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`
|
||||
|
||||
4
vendor/composer/installed.php
vendored
4
vendor/composer/installed.php
vendored
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user