From 7acc8ba93946f1d9ff25bbf4a9b93a937e36171c Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Wed, 21 Dec 2022 22:28:30 +0100 Subject: [PATCH] release 2022.12.21 --- CHANGELOG.md | 12 ++++++ _define.php | 12 +++--- dcstore.xml | 4 +- locales/fr/main.lang.php | 83 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 103 insertions(+), 8 deletions(-) create mode 100644 locales/fr/main.lang.php diff --git a/CHANGELOG.md b/CHANGELOG.md index 7158028..8e39a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ dev - [ ] add auto-find categorie - fix remplacement limit +2022.12.21 +- use svg icon +- use anonymous functions +- use abstract plugin name +- use json for settings array (vs serialize) +- change some class names +- fix permissions +- fix notices +- fix autoload +- fix table name +- fix install + 2022.11.20 - fix compatibility with Dotclear 2.24 (required) diff --git a/_define.php b/_define.php index 9f87fae..2de7819 100644 --- a/_define.php +++ b/_define.php @@ -18,17 +18,17 @@ $this->registerModule( 'Enhance post content', 'Add features to words in post content', 'Jean-Christian Denis and Contributors', - '2022.12.01-dev', + '2022.12.21', [ 'requires' => [['core', '2.24']], 'permissions' => dcCore::app()->auth->makePermissions([ dcAuth::PERMISSION_CONTENT_ADMIN, ]), - 'type' => 'plugin', - 'support' => 'https://github.com/JcDenis/' . basename(__DIR__), - 'details' => 'https://plugins.dotaddict.org/dc2/details/' . basename(__DIR__), - 'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/master/dcstore.xml', - 'settings' => [ + 'type' => 'plugin', + 'support' => 'https://github.com/JcDenis/' . basename(__DIR__), + 'details' => 'https://plugins.dotaddict.org/dc2/details/' . basename(__DIR__), + 'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/master/dcstore.xml', + 'settings' => [ 'blog' => '#params.epc_params', ], ] diff --git a/dcstore.xml b/dcstore.xml index c725925..2c73f89 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Enhance post content - 2022.11.20 + 2022.12.21 Jean-Christian Denis and Contributors Add features to words in post content - https://github.com/JcDenis/enhancePostContent/releases/download/v2022.11.20/plugin-enhancePostContent.zip + https://github.com/JcDenis/enhancePostContent/releases/download/v2022.12.21/plugin-enhancePostContent.zip 2.24 https://plugins.dotaddict.org/dc2/details/enhancePostContent https://github.com/JcDenis/enhancePostContent diff --git a/locales/fr/main.lang.php b/locales/fr/main.lang.php new file mode 100644 index 0000000..f331271 --- /dev/null +++ b/locales/fr/main.lang.php @@ -0,0 +1,83 @@ +