From 989cff4df72047bde0bb7557e3e231c0d2b1542a Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Thu, 22 Dec 2022 22:13:56 +0100 Subject: [PATCH] release 2022.12.22 --- CHANGELOG.md | 9 +++ _define.php | 10 +-- dcstore.xml | 4 +- locales/fr/main.lang.php | 163 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 179 insertions(+), 7 deletions(-) create mode 100644 locales/fr/main.lang.php diff --git a/CHANGELOG.md b/CHANGELOG.md index f11462d..ee8046b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ xxx.xx.xx - [ ] Add public page of the list of know urls and in/visible status - [ ] Add passworded links +2022.12.22 +- use SVG icon +- use dc methods for widgets +- use constant for table name +- use abstract plugin id and settings namespace +- change settings id to shortest ones +- fix install +- fix permissions + 2022.11.20 - fix compatibility with Dotclear 2.24 (required) diff --git a/_define.php b/_define.php index 7364590..041b3b9 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'Links shortener', 'Use, create and serve short url on your blog', 'Jean-Christian Denis and contributors', - '2022.11.20', + '2022.12.22', [ 'requires' => [['core', '2.24']], 'permissions' => dcCore::app()->auth->makePermissions([ @@ -26,9 +26,9 @@ $this->registerModule( dcAuth::PERMISSION_CONTENT_ADMIN, dcAuth::PERMISSION_ADMIN, ]), - 'type' => 'plugin', - 'support' => 'https://github.com/JcDenis/kUtRL', - 'details' => 'http://plugins.dotaddict.org/dc2/details/kUtRL', - 'repository' => 'https://raw.githubusercontent.com/JcDenis/kUtRL/master/dcstore.xml', + 'type' => 'plugin', + 'support' => 'https://github.com/JcDenis/' . basename(__DIR__), + 'details' => 'http://plugins.dotaddict.org/dc2/details/' . basename(__DIR__), + 'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/master/dcstore.xml', ] ); diff --git a/dcstore.xml b/dcstore.xml index 34337e2..00dde34 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Links shortener - 2022.11.20 + 2022.12.22 Jean-Christian Denis and contributors Use, create and serve short url on your blog - https://github.com/JcDenis/kUtRL/releases/download/v2022.11.20/plugin-kUtRL.zip + https://github.com/JcDenis/kUtRL/releases/download/v2022.12.22/plugin-kUtRL.zip 2.24 http://plugins.dotaddict.org/dc2/details/kUtRL https://github.com/JcDenis/kUtRL diff --git a/locales/fr/main.lang.php b/locales/fr/main.lang.php new file mode 100644 index 0000000..1fe4215 --- /dev/null +++ b/locales/fr/main.lang.php @@ -0,0 +1,163 @@ +