release 0.2 - 2021.09.25
parent
cda7cc999b
commit
34fdfdb244
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="improve">
|
||||
<name>improve</name>
|
||||
<version>0.1.2</version>
|
||||
<version>0.2</version>
|
||||
<author>Jean-Christian Denis and contributors</author>
|
||||
<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:details>https://github.com/JcDenis/improve</da:details>
|
||||
<da:support>https://github.com/JcDenis/improve</da:support>
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue