release 0.10
This commit is contained in:
parent
9eb801805c
commit
f8938a8318
3 changed files with 10 additions and 3 deletions
|
@ -5,6 +5,13 @@ dev
|
|||
- [ ] add module to create full README file
|
||||
- [ ] write documentation of php class
|
||||
|
||||
0.10 - 2022.12.03
|
||||
- allow to improve disabled modules
|
||||
- split deprecated list by dotclear versions
|
||||
- fix translation
|
||||
- use svg icon
|
||||
- various code improvments
|
||||
|
||||
0.9 - 2022.11.20
|
||||
- update to Dotclear 2.24
|
||||
- update to php-cs-fixer.phar 3.13.0
|
||||
|
|
|
@ -18,7 +18,7 @@ $this->registerModule(
|
|||
'improve',
|
||||
'Tiny tools to fix things for module devs',
|
||||
'Jean-Christian Denis and contributors',
|
||||
'0.9',
|
||||
'0.10',
|
||||
[
|
||||
'requires' => [['core', '2.24']],
|
||||
'permissions' => null,
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="improve">
|
||||
<name>improve</name>
|
||||
<version>0.9</version>
|
||||
<version>0.10</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.9/plugin-improve.zip</file>
|
||||
<file>https://github.com/JcDenis/improve/releases/download/v0.10/plugin-improve.zip</file>
|
||||
<da:dcmin>2.24</da:dcmin>
|
||||
<da:details>https://github.com/JcDenis/improve</da:details>
|
||||
<da:support>https://github.com/JcDenis/improve</da:support>
|
||||
|
|
Loading…
Reference in a new issue