diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b33d6c..3b337c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ -0.2.1 - dev +dev - [ ] add global config for file size limit - [ ] add module to check deprecated PHP function - [ ] add module to check directory structure - [ ] write documentation of php class + +0.3 - 2021.10.29 - use of xmlTag to generate dcstore.xml contents +- complete readme file +- fix module update (thanks Gvx) 0.2 - 2021.09.25 - add module to check deprecated Dotclear function diff --git a/_define.php b/_define.php index c66ca22..31dcbd6 100644 --- a/_define.php +++ b/_define.php @@ -19,7 +19,7 @@ $this->registerModule( 'improve', 'Tiny tools to fix things for module devs', 'Jean-Christian Denis and contributors', - '0.2', + '0.3', [ 'requires' => [['core', '2.19']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index b3ef6f8..d4f3363 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -1,10 +1,10 @@ improve -0.2 +0.3 Jean-Christian Denis and contributors Tiny tools to fix things for module devs -https://github.com/JcDenis/improve/releases/download/v0.2/plugin-improve.zip +https://github.com/JcDenis/improve/releases/download/v0.3/plugin-improve.zip 2.19 https://github.com/JcDenis/improve https://github.com/JcDenis/improve