release 0.2 - 2021.09.25

master
Jean-Christian Paul Denis 2021-09-25 23:18:55 +02:00
parent cda7cc999b
commit 34fdfdb244
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
4 changed files with 12 additions and 7 deletions

View File

@ -1,9 +1,11 @@
0.2 -dev 0.2.1 - dev
- [ ] add global config for file size limit - [ ] add global config for file size limit
- [ ] add module to check deprecated PHP function - [ ] add module to check deprecated PHP function
- [ ] add module to check directory structure - [ ] add module to check directory structure
- [ ] write documentation of php class - [ ] 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 0.1.2
- add logs / report systeme - add logs / report systeme

View File

@ -19,7 +19,7 @@ $this->registerModule(
'improve', 'improve',
'Tiny tools to fix things for module devs', 'Tiny tools to fix things for module devs',
'Jean-Christian Denis and contributors', 'Jean-Christian Denis and contributors',
'0.1.3', '0.2',
[ [
'requires' => [['core', '2.19']], 'requires' => [['core', '2.19']],
'permissions' => null, 'permissions' => null,

View File

@ -1,10 +1,10 @@
<modules xmlns:da="http://dotaddict.org/da/"> <modules xmlns:da="http://dotaddict.org/da/">
<module id="improve"> <module id="improve">
<name>improve</name> <name>improve</name>
<version>0.1.2</version> <version>0.2</version>
<author>Jean-Christian Denis and contributors</author> <author>Jean-Christian Denis and contributors</author>
<desc>Tiny tools to fix things for module devs</desc> <desc>Tiny tools to fix things for module devs</desc>
<file>https://github.com/JcDenis/improve/releases/download/v0.1.2/plugin-improve.zip</file> <file>https://github.com/JcDenis/improve/releases/download/v0.2/plugin-improve.zip</file>
<da:dcmin>2.19</da:dcmin> <da:dcmin>2.19</da:dcmin>
<da:details>https://github.com/JcDenis/improve</da:details> <da:details>https://github.com/JcDenis/improve</da:details>
<da:support>https://github.com/JcDenis/improve</da:support> <da:support>https://github.com/JcDenis/improve</da:support>

View File

@ -2,9 +2,9 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "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" "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" "Last-Translator: Jean-Christian Denis\n"
"Language-Team: \n" "Language-Team: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -371,3 +371,6 @@ msgstr "Corriger"
msgid "nothing" msgid "nothing"
msgstr "rien ?" msgstr "rien ?"
msgid "Tiny tools to fix things for module devs"
msgstr "Outils simple pour aider les développeurs à fignoler leurs modules"