release 0.4
This commit is contained in:
parent
3b90162010
commit
7b35576cec
@ -1,3 +1,11 @@
|
||||
0.4 - 2023.04.20
|
||||
- require Dotclear 2.26 and PHP >= 8.1
|
||||
- add method to retreive an action description
|
||||
- change Cleaners registering process
|
||||
- fix missing translation
|
||||
- fix database check before drop table
|
||||
- use latest dotcler helper namespace
|
||||
|
||||
0.3 - 2023.04.17
|
||||
- require Dotclear 2.26 and PHP >= 8.1
|
||||
- add logs cleaner
|
||||
|
@ -18,7 +18,7 @@ $this->registerModule(
|
||||
'Uninstaller',
|
||||
'Uninstall cleanly plugins and themes',
|
||||
'Jean-Christian Denis and Contributors',
|
||||
'0.3',
|
||||
'0.4',
|
||||
[
|
||||
'requires' => [['core', '2.26']],
|
||||
'permissions' => null,
|
||||
|
@ -2,10 +2,10 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="Uninstaller">
|
||||
<name>Uninstaller</name>
|
||||
<version>0.3</version>
|
||||
<version>0.4</version>
|
||||
<author>Jean-Christian Denis and Contributors</author>
|
||||
<desc>Uninstall cleanly plugins and themes</desc>
|
||||
<file>https://github.com/JcDenis/Uninstaller/releases/download/v0.3/plugin-Uninstaller.zip</file>
|
||||
<file>https://github.com/JcDenis/Uninstaller/releases/download/v0.4/plugin-Uninstaller.zip</file>
|
||||
<da:dcmin>2.26</da:dcmin>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/Uninstaller</da:details>
|
||||
<da:support>https://github.com/JcDenis/Uninstaller</da:support>
|
||||
|
Loading…
Reference in New Issue
Block a user