release 0.3
This commit is contained in:
parent
e0c88f8152
commit
5c50879aac
3 changed files with 8 additions and 4 deletions
|
@ -1,9 +1,13 @@
|
||||||
0.2.1 - dev
|
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
|
||||||
|
|
||||||
|
0.3 - 2021.10.29
|
||||||
- use of xmlTag to generate dcstore.xml contents
|
- use of xmlTag to generate dcstore.xml contents
|
||||||
|
- complete readme file
|
||||||
|
- fix module update (thanks Gvx)
|
||||||
|
|
||||||
0.2 - 2021.09.25
|
0.2 - 2021.09.25
|
||||||
- add module to check deprecated Dotclear function
|
- add module to check deprecated Dotclear function
|
||||||
|
|
|
@ -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.2',
|
'0.3',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.19']],
|
'requires' => [['core', '2.19']],
|
||||||
'permissions' => null,
|
'permissions' => null,
|
||||||
|
|
|
@ -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.2</version>
|
<version>0.3</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.2/plugin-improve.zip</file>
|
<file>https://github.com/JcDenis/improve/releases/download/v0.3/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>
|
||||||
|
|
Loading…
Reference in a new issue