release 1.02

This commit is contained in:
Jean-Christian Denis 2023-01-17 00:06:58 +01:00
parent fc39596868
commit 178b9d0b0b
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951
3 changed files with 9 additions and 3 deletions

View file

@ -5,6 +5,12 @@ dev
- [ ] add module to minify .js
- [ ] write documentation of php class
1.0.2 - 2023.01.16
- cleanup namespace usage
- fix namespace on disabled plugin
- update to phpstan 1.9.11
- update to php-cs-fixer 3.13.2
1.0.1 - 2023.01.03
- fix lost of settings between themes and plugins (thx brol)
- fix false positive on global_filters deprecated

View file

@ -18,7 +18,7 @@ $this->registerModule(
'improve',
'Tiny tools to fix things for module devs',
'Jean-Christian Denis and contributors',
'1.0.1',
'1.0.2',
[
'requires' => [['core', '2.24']],
'permissions' => null,

View file

@ -2,10 +2,10 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="improve">
<name>improve</name>
<version>1.0.1</version>
<version>1.0.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/v1.0.1/plugin-improve.zip</file>
<file>https://github.com/JcDenis/improve/releases/download/v1.0.2/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>