release 0.9

master
Jean-Christian Paul Denis 2023-05-09 10:17:57 +02:00
parent 910aeee188
commit f6f02cf03d
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,10 @@ todo:
- add user pref cleaner - add user pref cleaner
- add meta cleaner - add meta cleaner
0.9 - 2023.05.09
- require Dotclear 2.26 and PHP 8.1+
- add form select default state to ActionDescriptor
0.8 - 2023.05.01 0.8 - 2023.05.01
- require Dotclear 2.26 and PHP 8.1+ - require Dotclear 2.26 and PHP 8.1+
- use iterable stacks - use iterable stacks

View File

@ -18,7 +18,7 @@ $this->registerModule(
'Uninstaller', 'Uninstaller',
'Uninstall cleanly plugins and themes', 'Uninstall cleanly plugins and themes',
'Jean-Christian Denis and Contributors', 'Jean-Christian Denis and Contributors',
'0.8', '0.9',
[ [
'requires' => [['core', '2.26']], 'requires' => [['core', '2.26']],
'permissions' => null, 'permissions' => null,

View File

@ -2,10 +2,10 @@
<modules xmlns:da="http://dotaddict.org/da/"> <modules xmlns:da="http://dotaddict.org/da/">
<module id="Uninstaller"> <module id="Uninstaller">
<name>Uninstaller</name> <name>Uninstaller</name>
<version>0.8</version> <version>0.9</version>
<author>Jean-Christian Denis and Contributors</author> <author>Jean-Christian Denis and Contributors</author>
<desc>Uninstall cleanly plugins and themes</desc> <desc>Uninstall cleanly plugins and themes</desc>
<file>https://github.com/JcDenis/Uninstaller/releases/download/v0.8/plugin-Uninstaller.zip</file> <file>https://github.com/JcDenis/Uninstaller/releases/download/v0.9/plugin-Uninstaller.zip</file>
<da:dcmin>2.26</da:dcmin> <da:dcmin>2.26</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/Uninstaller</da:details> <da:details>https://plugins.dotaddict.org/dc2/details/Uninstaller</da:details>
<da:support>https://github.com/JcDenis/Uninstaller</da:support> <da:support>https://github.com/JcDenis/Uninstaller</da:support>