release 1.0.1

master
Jean-Christian Paul Denis 2023-01-03 23:46:59 +01:00
parent 358bce14f5
commit fc2a12cae8
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 8 additions and 3 deletions

View File

@ -5,6 +5,11 @@ dev
- [ ] add module to minify .js
- [ ] write documentation of php class
1.0.1 - 2023.01.03
- fix lost of settings between themes and plugins (thx brol)
- fix false positive on global_filters deprecated
- remove unnecessary settings namespace declaration
1.0 - 2022.12.21
- update phpstan and php-cs-fixer to lastest releases
- add module to compile .po file into .lang.php file

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.0.1',
[
'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</version>
<version>1.0.1</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/plugin-improve.zip</file>
<file>https://github.com/JcDenis/improve/releases/download/v1.0.1/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>