diff --git a/CHANGELOG.md b/CHANGELOG.md index a23b3a3..43cbc68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ dev - [ ] add module to minify .js - [ ] write documentation of php class +1.1.3 - 2023.04.06 +- disable phpstan if option nodetails is active +- add option to show distributed modules +- add option to sort modules by name or id +- use dcModulesDefine rather than properties array +- use latest dotclear Helper +- use dotclear autoloader rather than clearbricks one + 1.1.2 - 2023.03.20 - add option to phpstan to clear cache - add option to phpstan not ot use ignored errors diff --git a/_define.php b/_define.php index 3fede20..c5d9aa5 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.1.2', + '1.1.3', [ 'requires' => [['core', '2.26']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index 1e86418..f080c9c 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ improve - 1.1.2 + 1.1.3 Jean-Christian Denis and contributors Tiny tools to fix things for module devs - https://github.com/JcDenis/improve/releases/download/v1.1.2/plugin-improve.zip + https://github.com/JcDenis/improve/releases/download/v1.1.3/plugin-improve.zip 2.26 https://github.com/JcDenis/improve https://github.com/JcDenis/improve