diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bf9021..1952c91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +1.2.1 - 2023.03.19 +- require php 8.1 +- add container for admin vars +- fix init check +- fix phpstan lvl 8 warnings + 1.2 - 2023.03.11 - Update to Dotclear 2.26 - use abstract plugin id diff --git a/_define.php b/_define.php index 7ab24d6..6018ba6 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( "Dotclear's logs", 'Displays Dotclear logs', 'Tomtom and Contributors', - '1.2', + '1.2.1', [ 'requires' => [['core', '2.26']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index 58617d9..4549c10 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Dotclear's logs - 1.2 + 1.2.1 Tomtom and Contributors Displays Dotclear logs - https://github.com/JcDenis/dcLog/releases/download/v1.2/plugin-dcLog.zip + https://github.com/JcDenis/dcLog/releases/download/v1.2.1/plugin-dcLog.zip 2.26 https://plugins.dotaddict.org/dc2/details/dcLog https://github.com/JcDenis/dcLog