release 1.1.1
parent
16f73bcee1
commit
8f3f817f42
|
@ -5,6 +5,14 @@ dev
|
||||||
- [ ] add module to minify .js
|
- [ ] add module to minify .js
|
||||||
- [ ] write documentation of php class
|
- [ ] write documentation of php class
|
||||||
|
|
||||||
|
1.1.1 - 2023.03.18
|
||||||
|
- require php 8.0
|
||||||
|
- use new Zip helper
|
||||||
|
- use Html form for tools configuration
|
||||||
|
- check php version
|
||||||
|
- update to phpstan 1.10.7
|
||||||
|
- update to php-cs-fixer 3.15.1
|
||||||
|
|
||||||
1.1 - 2023.03.05 (pre)
|
1.1 - 2023.03.05 (pre)
|
||||||
- require Dotclear 2.26-dev
|
- require Dotclear 2.26-dev
|
||||||
- use PHP namespace
|
- use PHP namespace
|
||||||
|
|
|
@ -24,6 +24,7 @@ It helps dev to clean up plugin or theme before publishing code.
|
||||||
|
|
||||||
* admin permission
|
* admin permission
|
||||||
* Dotclear 2.26-dev
|
* Dotclear 2.26-dev
|
||||||
|
* PHP 8.0
|
||||||
|
|
||||||
## USAGE
|
## USAGE
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ $this->registerModule(
|
||||||
'improve',
|
'improve',
|
||||||
'Tiny tools to fix things for module devs',
|
'Tiny tools to fix things for module devs',
|
||||||
'Jean-Christian Denis and contributors',
|
'Jean-Christian Denis and contributors',
|
||||||
'1.1',
|
'1.1.1',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.26']],
|
'requires' => [['core', '2.26']],
|
||||||
'permissions' => null,
|
'permissions' => null,
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="improve">
|
<module id="improve">
|
||||||
<name>improve</name>
|
<name>improve</name>
|
||||||
<version>1.1</version>
|
<version>1.1.1</version>
|
||||||
<author>Jean-Christian Denis and contributors</author>
|
<author>Jean-Christian Denis and contributors</author>
|
||||||
<desc>Tiny tools to fix things for module devs</desc>
|
<desc>Tiny tools to fix things for module devs</desc>
|
||||||
<file>https://github.com/JcDenis/improve/releases/download/v1.1/plugin-improve.zip</file>
|
<file>https://github.com/JcDenis/improve/releases/download/v1.1.1/plugin-improve.zip</file>
|
||||||
<da:dcmin>2.26</da:dcmin>
|
<da:dcmin>2.26</da:dcmin>
|
||||||
<da:details>https://github.com/JcDenis/improve</da:details>
|
<da:details>https://github.com/JcDenis/improve</da:details>
|
||||||
<da:support>https://github.com/JcDenis/improve</da:support>
|
<da:support>https://github.com/JcDenis/improve</da:support>
|
||||||
|
|
Loading…
Reference in New Issue