diff --git a/CHANGELOG.md b/CHANGELOG.md index c473519..ec9beb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ dev - [ ] add module to create full README file - [ ] write documentation of php class +0.8.2 - 2021.11.18 +- update php-cs-fixer.phar to 3.3.2 +- update phpstan.phar to 1.2.0 + +0.8.1 - 2021.11.15 +- fix unknow preferences on new install + 0.8 - 2021.11.13 - update structure to php namespace - update php cs fixer rules to dc2.21 / php7.4 diff --git a/_define.php b/_define.php index d71952b..fb03e39 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', - '0.8.1', + '0.8.2', [ 'requires' => [['core', '2.19']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index 851f339..1fa2688 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ improve - 0.8.1 + 0.8.2 Jean-Christian Denis and contributors Tiny tools to fix things for module devs - https://github.com/JcDenis/improve/releases/download/v0.8.1/plugin-improve.zip + https://github.com/JcDenis/improve/releases/download/v0.8.2/plugin-improve.zip 2.19 https://github.com/JcDenis/improve https://github.com/JcDenis/improve diff --git a/inc/module/phpcsfixer/libs/php-cs-fixer.phar b/inc/module/phpcsfixer/libs/php-cs-fixer.phar index 78798f0..55d1ba0 100644 Binary files a/inc/module/phpcsfixer/libs/php-cs-fixer.phar and b/inc/module/phpcsfixer/libs/php-cs-fixer.phar differ diff --git a/inc/module/phpstan/libs/phpstan.phar b/inc/module/phpstan/libs/phpstan.phar index 306020e..61ac33d 100644 Binary files a/inc/module/phpstan/libs/phpstan.phar and b/inc/module/phpstan/libs/phpstan.phar differ