release 0.8.2 - update php-cs-fixer and phpstan libs
This commit is contained in:
parent
2fce2f8c8a
commit
6da2f9d3e6
5 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.8.2 - 2021.11.18
|
||||
- update php-cs-fixer.phar to 3.3.2
|
||||
- update phpstan.phar to 1.2.0
|
||||
|
||||
0.8.1 - 2021.11.15
|
||||
- fix unknow preferences on new install
|
||||
|
||||
0.8 - 2021.11.13
|
||||
- update structure to php namespace
|
||||
- update php cs fixer rules to dc2.21 / php7.4
|
||||
|
|
|
@ -18,7 +18,7 @@ $this->registerModule(
|
|||
'improve',
|
||||
'Tiny tools to fix things for module devs',
|
||||
'Jean-Christian Denis and contributors',
|
||||
'0.8.1',
|
||||
'0.8.2',
|
||||
[
|
||||
'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.8.1</version>
|
||||
<version>0.8.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.8.1/plugin-improve.zip</file>
|
||||
<file>https://github.com/JcDenis/improve/releases/download/v0.8.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>
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue