release 0.8 - 2021.09.7
This commit is contained in:
parent
54d4a80ede
commit
7fa606a2e1
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,14 +1,16 @@
|
|||||||
0.7.3.1 - dev
|
0.8.1 - dev
|
||||||
- [ ] orphan media cleaner
|
- [ ] orphan media cleaner
|
||||||
- [ ] ajouter dossier /var dans la liste des caches
|
- [ ] ajouter dossier /var dans la liste des caches
|
||||||
- [x] update DC official values (themes,settings,tables...)
|
|
||||||
- [x] fix admin design
|
0.8 - 2021.09.07
|
||||||
- [x] fix php7.3+ and php8.0
|
- update DC official values (themes,settings,tables...)
|
||||||
- [x] fix PSR(1)2 coding style
|
- fix admin design
|
||||||
- [x] fix translation
|
- fix php7.3+ and php8.0
|
||||||
- [x] add dcstore (pre release)
|
- fix PSR(1)2 coding style et short array
|
||||||
- [x] update license
|
- fix translation
|
||||||
- [x] update readme
|
- add dcstore (pre release)
|
||||||
|
- update license
|
||||||
|
- update readme
|
||||||
|
|
||||||
0.7.3 - 2018.03.12 - Pierre Van Glabeke
|
0.7.3 - 2018.03.12 - Pierre Van Glabeke
|
||||||
- pb image liée au plugin informations
|
- pb image liée au plugin informations
|
||||||
|
@ -19,7 +19,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.7.3.1',
|
'0.8',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.19']],
|
'requires' => [['core', '2.19']],
|
||||||
'permissions' => null,
|
'permissions' => null,
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="dcAdvancedCleaner">
|
<module id="dcAdvancedCleaner">
|
||||||
<name>Nettoyeur avancé</name>
|
<name>Nettoyeur avancé</name>
|
||||||
<version>0.7.3.1</version>
|
<version>0.8</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.7.3.1/plugin-dcAdvancedCleaner.zip</file>
|
<file>https://github.com/JcDenis/dcAdvancedCleaner/releases/download/v0.8/plugin-dcAdvancedCleaner.zip</file>
|
||||||
<da:dcmin>2.19</da:dcmin>
|
<da:dcmin>2.19</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>
|
||||||
|
@ -173,4 +173,3 @@ $GLOBALS['__l10n']['Beware: All actions done here are irreversible and are direc
|
|||||||
$GLOBALS['__l10n']['Default values of Dotclear are hidden. You can change this in settings tab'] = 'Les valeurs par défaut de Dotclear sont cachées. Vous pouvez changer cela dans l\'onglet des paramètres.';
|
$GLOBALS['__l10n']['Default values of Dotclear are hidden. You can change this in settings tab'] = 'Les valeurs par défaut de Dotclear sont cachées. Vous pouvez changer cela dans l\'onglet des paramètres.';
|
||||||
|
|
||||||
$GLOBALS['__l10n']['Make a huge cleaning of dotclear'] = 'Faites un énorme nettoyage de dotclear';
|
$GLOBALS['__l10n']['Make a huge cleaning of dotclear'] = 'Faites un énorme nettoyage de dotclear';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user