release 0.6
parent
707176433b
commit
72ddf05f19
|
@ -4,7 +4,12 @@ dev
|
||||||
- [ ] add module to check directory structure
|
- [ ] add module to check directory structure
|
||||||
- [ ] add module to create full README file
|
- [ ] add module to create full README file
|
||||||
- [ ] write documentation of php class
|
- [ ] write documentation of php class
|
||||||
|
|
||||||
|
0.6 - 2021.11.06
|
||||||
- add header for modules configuration
|
- add header for modules configuration
|
||||||
|
- add options to hide details of executed actions
|
||||||
|
- show configuration file in phpcsfixer module
|
||||||
|
- use table in ui
|
||||||
|
|
||||||
0.5 - 2021.11.05
|
0.5 - 2021.11.05
|
||||||
- add settings to disable (hide) modules
|
- add settings to disable (hide) modules
|
||||||
|
|
|
@ -18,7 +18,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.5',
|
'0.6',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.19']],
|
'requires' => [['core', '2.19']],
|
||||||
'permissions' => null,
|
'permissions' => null,
|
||||||
|
|
|
@ -2,10 +2,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.5</version>
|
<version>0.6</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.5/plugin-improve.zip</file>
|
<file>https://github.com/JcDenis/improve/releases/download/v0.6/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 New Issue