release 0.8
This commit is contained in:
parent
4eba45e38f
commit
60018a94bf
3 changed files with 5 additions and 3 deletions
|
@ -4,6 +4,8 @@ dev
|
|||
- [ ] add module to check directory structure
|
||||
- [ ] add module to create full README file
|
||||
- [ ] write documentation of php class
|
||||
|
||||
0.8 - 2021.11.13
|
||||
- update structure to php namespace
|
||||
- update php cs fixer rules to dc2.21 / php7.4
|
||||
- update phpstan to 1.1.2
|
||||
|
|
|
@ -18,7 +18,7 @@ $this->registerModule(
|
|||
'improve',
|
||||
'Tiny tools to fix things for module devs',
|
||||
'Jean-Christian Denis and contributors',
|
||||
'0.7.1',
|
||||
'0.8',
|
||||
[
|
||||
'requires' => [['core', '2.19']],
|
||||
'permissions' => null,
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="improve">
|
||||
<name>improve</name>
|
||||
<version>0.7.1</version>
|
||||
<version>0.8</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.7.1/plugin-improve.zip</file>
|
||||
<file>https://github.com/JcDenis/improve/releases/download/v0.8/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>
|
||||
|
|
Loading…
Reference in a new issue