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
|
||||
- [ ] ajouter dossier /var dans la liste des caches
|
||||
- [x] update DC official values (themes,settings,tables...)
|
||||
- [x] fix admin design
|
||||
- [x] fix php7.3+ and php8.0
|
||||
- [x] fix PSR(1)2 coding style
|
||||
- [x] fix translation
|
||||
- [x] add dcstore (pre release)
|
||||
- [x] update license
|
||||
- [x] update readme
|
||||
|
||||
0.8 - 2021.09.07
|
||||
- update DC official values (themes,settings,tables...)
|
||||
- fix admin design
|
||||
- fix php7.3+ and php8.0
|
||||
- fix PSR(1)2 coding style et short array
|
||||
- fix translation
|
||||
- add dcstore (pre release)
|
||||
- update license
|
||||
- update readme
|
||||
|
||||
0.7.3 - 2018.03.12 - Pierre Van Glabeke
|
||||
- pb image liée au plugin informations
|
||||
|
@ -19,7 +19,7 @@ $this->registerModule(
|
||||
'Advanced cleaner',
|
||||
'Make a huge cleaning of dotclear',
|
||||
'Jean-Christian Denis and Contributors',
|
||||
'0.7.3.1',
|
||||
'0.8',
|
||||
[
|
||||
'requires' => [['core', '2.19']],
|
||||
'permissions' => null,
|
||||
|
@ -1,10 +1,10 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="dcAdvancedCleaner">
|
||||
<name>Nettoyeur avancé</name>
|
||||
<version>0.7.3.1</version>
|
||||
<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.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:details>https://plugins.dotaddict.org/dc2/details/dcAdvancedCleaner</da:details>
|
||||
<da:support>https://github.com/JcDenis/dcAdvancedCleaner</da:support>
|
||||
|
@ -172,5 +172,4 @@ $GLOBALS['__l10n']['Beware: All actions done here are irreversible and are direc
|
||||
#index.php:212
|
||||
$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