From 7fa606a2e195f6ff48a7a4b8f6839a29a17895d6 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Tue, 7 Sep 2021 10:57:54 +0200 Subject: [PATCH] release 0.8 - 2021.09.7 --- CHANGELOG.md | 20 +++++++++++--------- _define.php | 2 +- dcstore.xml | 4 ++-- locales/fr/main.lang.php | 3 +-- 4 files changed, 15 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfac401..ee9f680 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/_define.php b/_define.php index af04bd3..2191115 100644 --- a/_define.php +++ b/_define.php @@ -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, diff --git a/dcstore.xml b/dcstore.xml index 312901d..2066f4d 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -1,10 +1,10 @@ Nettoyeur avancé -0.7.3.1 +0.8 Jean-Christian Denis and Contributors Make a huge cleaning of dotclear -https://github.com/JcDenis/dcAdvancedCleaner/releases/download/v0.7.3.1/plugin-dcAdvancedCleaner.zip +https://github.com/JcDenis/dcAdvancedCleaner/releases/download/v0.8/plugin-dcAdvancedCleaner.zip 2.19 https://plugins.dotaddict.org/dc2/details/dcAdvancedCleaner https://github.com/JcDenis/dcAdvancedCleaner diff --git a/locales/fr/main.lang.php b/locales/fr/main.lang.php index 013e6af..2c8877a 100644 --- a/locales/fr/main.lang.php +++ b/locales/fr/main.lang.php @@ -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'; \ No newline at end of file