release 1.0.1
This commit is contained in:
parent
a0b5e61cef
commit
abf62feb50
@ -2,6 +2,11 @@ dev
|
|||||||
- [ ] orphan media cleaner
|
- [ ] orphan media cleaner
|
||||||
- [ ] move to plugin maintenance
|
- [ ] move to plugin maintenance
|
||||||
|
|
||||||
|
1.0.1 - 2023.05.01
|
||||||
|
- require dotclear 2.26
|
||||||
|
- require php 8.1+
|
||||||
|
- require plugin Uninstaller 0.8
|
||||||
|
|
||||||
1.0 - 2023.04.24
|
1.0 - 2023.04.24
|
||||||
- require dotclear 2.26
|
- require dotclear 2.26
|
||||||
- require php 8.1+
|
- require php 8.1+
|
||||||
|
@ -18,11 +18,11 @@ $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',
|
||||||
'1.0',
|
'1.0.1',
|
||||||
[
|
[
|
||||||
'requires' => [
|
'requires' => [
|
||||||
['core', '2.26'],
|
['core', '2.26'],
|
||||||
['Uninstaller', '0.6'],
|
['Uninstaller', '0.8'],
|
||||||
],
|
],
|
||||||
'permissions' => null,
|
'permissions' => null,
|
||||||
'type' => 'plugin',
|
'type' => 'plugin',
|
||||||
|
@ -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>1.0</version>
|
<version>1.0.1</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/v1.0/plugin-dcAdvancedCleaner.zip</file>
|
<file>https://github.com/JcDenis/dcAdvancedCleaner/releases/download/v1.0.1/plugin-dcAdvancedCleaner.zip</file>
|
||||||
<da:dcmin>2.26</da:dcmin>
|
<da:dcmin>2.26</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