release 0.9
This commit is contained in:
parent
7c0d3f45e5
commit
2bbeb2c0d7
@ -1,5 +1,7 @@
|
||||
0.8.1 - dev
|
||||
dev
|
||||
- [ ] orphan media cleaner
|
||||
|
||||
0.9 - 2021.11.06
|
||||
- fix permissions
|
||||
- move actions to independent tools
|
||||
- add var folder
|
||||
|
@ -18,7 +18,7 @@ $this->registerModule(
|
||||
'Advanced cleaner',
|
||||
'Make a huge cleaning of dotclear',
|
||||
'Jean-Christian Denis and Contributors',
|
||||
'0.8.1',
|
||||
'0.9',
|
||||
[
|
||||
'requires' => [['core', '2.19']],
|
||||
'permissions' => null,
|
||||
|
23
dcstore.xml
23
dcstore.xml
@ -1,12 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="dcAdvancedCleaner">
|
||||
<name>Nettoyeur avancé</name>
|
||||
<version>0.8</version>
|
||||
<author>Jean-Christian Denis and Contributors</author>
|
||||
<desc>Make a huge cleaning of dotclear</desc>
|
||||
<file>https://github.com/JcDenis/dcAdvancedCleaner/releases/download/v0.8/plugin-dcAdvancedCleaner.zip</file>
|
||||
<da:dcmin>2.19</da:dcmin>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/dcAdvancedCleaner</da:details>
|
||||
<da:support>https://github.com/JcDenis/dcAdvancedCleaner</da:support>
|
||||
</module>
|
||||
</modules>
|
||||
<module id="dcAdvancedCleaner">
|
||||
<name>Advanced cleaner</name>
|
||||
<version>0.9</version>
|
||||
<author>Jean-Christian Denis and Contributors</author>
|
||||
<desc>Make a huge cleaning of dotclear</desc>
|
||||
<file>https://github.com/JcDenis/dcAdvancedCleaner/releases/download/v0.9/plugin-dcAdvancedCleaner.zip</file>
|
||||
<da:dcmin>2.19</da:dcmin>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/dcAdvancedCleaner</da:details>
|
||||
<da:support>https://github.com/JcDenis/dcAdvancedCleaner</da:support>
|
||||
</module>
|
||||
</modules>
|
||||
|
Loading…
Reference in New Issue
Block a user