release 1.3

This commit is contained in:
Jean-Christian Denis 2023-07-16 10:27:31 +02:00
parent 14afb1acff
commit 15c5ecfa52
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951
4 changed files with 15 additions and 10 deletions

View file

@ -5,10 +5,15 @@ dev
- [ ] add module to minify .js - [ ] add module to minify .js
- [ ] write documentation of php class - [ ] write documentation of php class
1.3 - 2023.07.16
- require dotclear 2.27
- require PHP 8.1+
- use latest dotclear namespaces
- add deprecated for Dotclear 2.26 and 2.27
1.2 - 2023.04.29 1.2 - 2023.04.29
- require dotclear 2.26 - require dotclear 2.26
- require PHP 8.1+ - require PHP 8.1+
- use latest dotclear namespaces
- move / rename / split class and methods - move / rename / split class and methods
- add plugin Uninstaller features - add plugin Uninstaller features
- fix phpstan on modules that requires other modules - fix phpstan on modules that requires other modules

View file

@ -3,7 +3,7 @@
[![Release](https://img.shields.io/github/v/release/JcDenis/improve)](https://github.com/JcDenis/improve/releases) [![Release](https://img.shields.io/github/v/release/JcDenis/improve)](https://github.com/JcDenis/improve/releases)
[![Date](https://img.shields.io/github/release-date/JcDenis/improve)](https://github.com/JcDenis/improve/releases) [![Date](https://img.shields.io/github/release-date/JcDenis/improve)](https://github.com/JcDenis/improve/releases)
[![Issues](https://img.shields.io/github/issues/JcDenis/improve)](https://github.com/JcDenis/improve/issues) [![Issues](https://img.shields.io/github/issues/JcDenis/improve)](https://github.com/JcDenis/improve/issues)
[![Dotclear](https://img.shields.io/badge/dotclear-v2.26-blue.svg)](https://fr.dotclear.org/download) [![Dotclear](https://img.shields.io/badge/dotclear-v2.27-blue.svg)](https://fr.dotclear.org/download)
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/improve) [![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/improve)
[![License](https://img.shields.io/github/license/JcDenis/improve)](https://github.com/JcDenis/improve/blob/master/LICENSE) [![License](https://img.shields.io/github/license/JcDenis/improve)](https://github.com/JcDenis/improve/blob/master/LICENSE)
@ -23,7 +23,7 @@ It helps dev to clean up plugin or theme before publishing code.
**improve** requires: **improve** requires:
* admin permission * admin permission
* Dotclear 2.26-dev * Dotclear 2.27-dev
* PHP 8.1+ * PHP 8.1+
## USAGE ## USAGE
@ -34,8 +34,8 @@ Dotaddict repository. (See Dotclear's documentation to know how do this)
Manage tools from sidebar plugin menu **improve**. Manage tools from sidebar plugin menu **improve**.
Configure actions. Select actions and module to work with, then click fix. Configure actions. Select actions and module to work with, then click fix.
Hope some of you have idea to complete function of this plugin Hope some of you have idea to complete function of this plugin
and help devs to maintain their plugins and themes. and help devs to maintain their plugins and themes.
## LINKS ## LINKS

View file

@ -18,11 +18,11 @@ $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.2', '1.3',
[ [
'requires' => [ 'requires' => [
['php', '8.1'], ['php', '8.1'],
['core', '2.26'], ['core', '2.27'],
], ],
'permissions' => null, 'permissions' => null,
'type' => 'plugin', 'type' => 'plugin',

View file

@ -2,11 +2,11 @@
<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.2</version> <version>1.3</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.2/plugin-improve.zip</file> <file>https://github.com/JcDenis/improve/releases/download/v1.3/plugin-improve.zip</file>
<da:dcmin>2.26</da:dcmin> <da:dcmin>2.27</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>
</module> </module>