diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c6c9d..f04b9ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ -0.2 -dev +0.2.1 - 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 -- [x] add module to check deprecated Dotclear function + +0.2 - 2021.09.25 +- add module to check deprecated Dotclear function 0.1.2 - add logs / report systeme diff --git a/_define.php b/_define.php index 8d44d26..02a9803 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.1.3', + '0.2', [ 'requires' => [['core', '2.19']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index e8cf597..b3ef6f8 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -1,10 +1,10 @@ improve -0.1.2 +0.2 Jean-Christian Denis and contributors Tiny tools to fix things for module devs -https://github.com/JcDenis/improve/releases/download/v0.1.2/plugin-improve.zip +https://github.com/JcDenis/improve/releases/download/v0.2/plugin-improve.zip 2.19 https://github.com/JcDenis/improve https://github.com/JcDenis/improve diff --git a/locales/fr/main.po b/locales/fr/main.po index e8fbaf1..d2cd5b8 100644 --- a/locales/fr/main.po +++ b/locales/fr/main.po @@ -2,9 +2,9 @@ msgid "" msgstr "" "Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: improve 0.1.3\n" +"Project-Id-Version: improve 0.2\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2021-09-25T21:03:43+00:00\n" +"PO-Revision-Date: 2021-09-25T21:17:00+00:00\n" "Last-Translator: Jean-Christian Denis\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -371,3 +371,6 @@ msgstr "Corriger" msgid "nothing" msgstr "rien ?" +msgid "Tiny tools to fix things for module devs" +msgstr "Outils simple pour aider les développeurs à fignoler leurs modules" +