release 1.1.3

master
Jean-Christian Paul Denis 2023-04-06 23:32:55 +02:00
parent cec53147c0
commit 7e022e0cf7
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 11 additions and 3 deletions

View File

@ -5,6 +5,14 @@ dev
- [ ] add module to minify .js
- [ ] write documentation of php class
1.1.3 - 2023.04.06
- disable phpstan if option nodetails is active
- add option to show distributed modules
- add option to sort modules by name or id
- use dcModulesDefine rather than properties array
- use latest dotclear Helper
- use dotclear autoloader rather than clearbricks one
1.1.2 - 2023.03.20
- add option to phpstan to clear cache
- add option to phpstan not ot use ignored errors

View File

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

View File

@ -2,10 +2,10 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="improve">
<name>improve</name>
<version>1.1.2</version>
<version>1.1.3</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.1.2/plugin-improve.zip</file>
<file>https://github.com/JcDenis/improve/releases/download/v1.1.3/plugin-improve.zip</file>
<da:dcmin>2.26</da:dcmin>
<da:details>https://github.com/JcDenis/improve</da:details>
<da:support>https://github.com/JcDenis/improve</da:support>