release 0.11
This commit is contained in:
parent
bfcd66571d
commit
949041f081
@ -1,6 +1,15 @@
|
|||||||
dev
|
dev
|
||||||
- [ ] orphan media cleaner
|
- [ ] orphan media cleaner
|
||||||
|
|
||||||
|
0.11 - 2022.12.20
|
||||||
|
- use SVG icon
|
||||||
|
- use anonymous functions
|
||||||
|
- use abstract plugin name
|
||||||
|
- set addXxxAction as public method
|
||||||
|
- fix autoload
|
||||||
|
- fix permissions
|
||||||
|
- fix install
|
||||||
|
|
||||||
0.10 - 2022.11.20
|
0.10 - 2022.11.20
|
||||||
- fix compatibility with Dotclear 2.24 (required)
|
- fix compatibility with Dotclear 2.24 (required)
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ $this->registerModule(
|
|||||||
'Advanced cleaner',
|
'Advanced cleaner',
|
||||||
'Make a huge cleaning of dotclear',
|
'Make a huge cleaning of dotclear',
|
||||||
'Jean-Christian Denis and Contributors',
|
'Jean-Christian Denis and Contributors',
|
||||||
'0.10',
|
'0.11',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.24']],
|
'requires' => [['core', '2.24']],
|
||||||
'permissions' => null,
|
'permissions' => null,
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="dcAdvancedCleaner">
|
<module id="dcAdvancedCleaner">
|
||||||
<name>Advanced cleaner</name>
|
<name>Advanced cleaner</name>
|
||||||
<version>0.10</version>
|
<version>0.11</version>
|
||||||
<author>Jean-Christian Denis and Contributors</author>
|
<author>Jean-Christian Denis and Contributors</author>
|
||||||
<desc>Make a huge cleaning of dotclear</desc>
|
<desc>Make a huge cleaning of dotclear</desc>
|
||||||
<file>https://github.com/JcDenis/dcAdvancedCleaner/releases/download/v0.10/plugin-dcAdvancedCleaner.zip</file>
|
<file>https://github.com/JcDenis/dcAdvancedCleaner/releases/download/v0.11/plugin-dcAdvancedCleaner.zip</file>
|
||||||
<da:dcmin>2.24</da:dcmin>
|
<da:dcmin>2.24</da:dcmin>
|
||||||
<da:details>https://plugins.dotaddict.org/dc2/details/dcAdvancedCleaner</da:details>
|
<da:details>https://plugins.dotaddict.org/dc2/details/dcAdvancedCleaner</da:details>
|
||||||
<da:support>https://github.com/JcDenis/dcAdvancedCleaner</da:support>
|
<da:support>https://github.com/JcDenis/dcAdvancedCleaner</da:support>
|
||||||
|
Loading…
Reference in New Issue
Block a user