diff --git a/CHANGELOG.md b/CHANGELOG.md index d2df297..804d846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ dev - [ ] add module to check directory structure - [ ] add module to create full README file - [ ] write documentation of php class + +0.6 - 2021.11.06 - add header for modules configuration +- add options to hide details of executed actions +- show configuration file in phpcsfixer module +- use table in ui 0.5 - 2021.11.05 - add settings to disable (hide) modules diff --git a/_define.php b/_define.php index 6df191e..84622c4 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.5', + '0.6', [ 'requires' => [['core', '2.19']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index 708abc9..19c1744 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ improve - 0.5 + 0.6 Jean-Christian Denis and contributors Tiny tools to fix things for module devs - https://github.com/JcDenis/improve/releases/download/v0.5/plugin-improve.zip + https://github.com/JcDenis/improve/releases/download/v0.6/plugin-improve.zip 2.19 https://github.com/JcDenis/improve https://github.com/JcDenis/improve