diff --git a/CHANGELOG.md b/CHANGELOG.md index c774d16..d7a7797 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ dev - [ ] add module to minify .js - [ ] write documentation of php class +1.0.1 - 2023.01.03 +- fix lost of settings between themes and plugins (thx brol) +- fix false positive on global_filters deprecated +- remove unnecessary settings namespace declaration + 1.0 - 2022.12.21 - update phpstan and php-cs-fixer to lastest releases - add module to compile .po file into .lang.php file diff --git a/_define.php b/_define.php index 2eeba2d..9c14997 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'improve', 'Tiny tools to fix things for module devs', 'Jean-Christian Denis and contributors', - '1.0', + '1.0.1', [ 'requires' => [['core', '2.24']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index ca73636..06a8f28 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ improve - 1.0 + 1.0.1 Jean-Christian Denis and contributors Tiny tools to fix things for module devs - https://github.com/JcDenis/improve/releases/download/v1.0/plugin-improve.zip + https://github.com/JcDenis/improve/releases/download/v1.0.1/plugin-improve.zip 2.24 https://github.com/JcDenis/improve https://github.com/JcDenis/improve