From ff09cf264ebcb68f9cb2e9c808d6dcbc60a0ee18 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Mon, 24 Apr 2023 14:08:17 +0200 Subject: [PATCH] release 1.0 --- CHANGELOG.md | 6 ++++++ _define.php | 4 ++-- dcstore.xml | 4 ++-- locales/fr/main.lang.php | 1 + 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acf22d1..6ed5053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ dev - [ ] orphan media cleaner - [ ] move to plugin maintenance +1.0 - 2023.04.24 +- require dotclear 2.26 +- require php 8.1+ +- require plugin Uninstaller 0.6+ +- add namespace related values management + 0.2 - 2023.04.16 - require dotclear 2.26 - require php >= 8.1 diff --git a/_define.php b/_define.php index a555b9b..b3fa385 100644 --- a/_define.php +++ b/_define.php @@ -18,11 +18,11 @@ $this->registerModule( 'Advanced cleaner', 'Make a huge cleaning of dotclear', 'Jean-Christian Denis and Contributors', - '0.2', + '1.0', [ 'requires' => [ ['core', '2.26'], - ['Uninstaller', '0.2'], + ['Uninstaller', '0.6'], ], 'permissions' => null, 'type' => 'plugin', diff --git a/dcstore.xml b/dcstore.xml index f904d4c..dc871b5 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Advanced cleaner - 0.2 + 1.0 Jean-Christian Denis and Contributors Make a huge cleaning of dotclear - https://github.com/JcDenis/dcAdvancedCleaner/releases/download/v0.2/plugin-dcAdvancedCleaner.zip + https://github.com/JcDenis/dcAdvancedCleaner/releases/download/v1.0/plugin-dcAdvancedCleaner.zip 2.26 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 e9e04a1..210b94b 100644 --- a/locales/fr/main.lang.php +++ b/locales/fr/main.lang.php @@ -21,6 +21,7 @@ L10n::$locales['I understand and I am want to delete this'] L10n::$locales['Beware: All actions done here are irreversible and are directly applied'] = 'Attention : toutes les actions menées ici sont irréversibles et sont directement appliquées'; L10n::$locales['Show Dotclear default properties'] = 'Afficher les propriétés de Dotclear'; L10n::$locales['Hide Dotclear default properties'] = 'Cacher les propriétés de Dotclear'; +L10n::$locales['There are %s related entries for the group "%s"'] = 'Il y a %s entrées relatives au group "%s"'; L10n::$locales['Failed to load cleaner'] = 'Impossible de charger le nettoyeur'; L10n::$locales['Uninstalling module'] = 'Désinstallation de module'; L10n::$locales['Advanced cleaner'] = 'Nettoyeur avancé';