From 578654653a2483e2757e5d8d3e1b4656d3097412 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 23 Apr 2023 21:36:44 +0200 Subject: [PATCH] release 2023.04.23 --- CHANGELOG.md | 6 ++++++ _define.php | 2 +- dcstore.xml | 4 ++-- locales/fr/main.lang.php | 14 ++++++++------ 4 files changed, 17 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3744f0b..43c790b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +2023.04.23 +- require Dotclear 2.26 +- use latest dotclear namespace +- remove magix +- fix nullsafe warnings + 2023.03.21 - require Dotclear 2.26 - use PHP namespace diff --git a/_define.php b/_define.php index 9ef53b6..80d6125 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'Simply favicon', 'Multi-agents favicon', 'Jean-Christian Denis', - '2023.03.21', + '2023.04.23', [ 'requires' => [['core', '2.26']], 'permissions' => dcCore::app()->auth->makePermissions([ diff --git a/dcstore.xml b/dcstore.xml index 9f6f5d0..b3f8665 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Simply favicon - 2023.03.21 + 2023.04.23 Jean-Christian Denis Multi-agents favicon - https://github.com/JcDenis/simplyFavicon/releases/download/v2023.03.21/plugin-simplyFavicon.zip + https://github.com/JcDenis/simplyFavicon/releases/download/v2023.04.23/plugin-simplyFavicon.zip 2.26 http://plugins.dotaddict.org/dc2/details/simplyFavicon https://github.com/JcDenis/simplyFavicon diff --git a/locales/fr/main.lang.php b/locales/fr/main.lang.php index 7884222..939bfdf 100644 --- a/locales/fr/main.lang.php +++ b/locales/fr/main.lang.php @@ -9,9 +9,11 @@ # DOT NOT MODIFY THIS FILE ! # -l10n::$locales['Enable favorite icon'] = 'Activer l\'icône de favori'; -l10n::$locales['You must place an image called favicon.png or .jpg or .ico into your blog\'s public directory.'] = 'Vous devez placer une image nommée favicon.png, .jpg ou .ico dans le répertoire publique du blog.'; -l10n::$locales['There are no favicon in blog public directory'] = 'Il n\'y a pas de Favicon dans le répertoire public du blog.'; -l10n::$locales['Current favicons:'] = 'Favicons actuels :'; -l10n::$locales['Multi-agents favicon'] = 'Favicon multi-agents'; -l10n::$locales['Simply favicon'] = 'Simple favicon'; +use Dotclear\Helper\L10n; + +L10n::$locales['Enable favorite icon'] = 'Activer l\'icône de favori'; +L10n::$locales['You must place an image called favicon.png or .jpg or .ico into your blog\'s public directory.'] = 'Vous devez placer une image nommée favicon.png, .jpg ou .ico dans le répertoire publique du blog.'; +L10n::$locales['There are no favicon in blog public directory'] = 'Il n\'y a pas de Favicon dans le répertoire public du blog.'; +L10n::$locales['Current favicons:'] = 'Favicons actuels :'; +L10n::$locales['Multi-agents favicon'] = 'Favicon multi-agents'; +L10n::$locales['Simply favicon'] = 'Simple favicon';