From 5bf554c1791e96b6ce2cdc94902f786beadaca5d Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Tue, 20 Dec 2022 21:26:21 +0100 Subject: [PATCH] release 1.1.1 --- CHANGELOG.md | 8 ++++++++ _define.php | 8 ++++---- dcstore.xml | 4 ++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a419ce6..6d359d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ dev - [ ] enhance public template +1.1.1 +- use SVG icon +- use dotclear methods for widget +- fix permissions +- fix autoload +- fix tables names +- fix install + 1.1.0 - 2022.11.20 - fix compatibility with Dotclear 2.24 (required) diff --git a/_define.php b/_define.php index 078cb50..3470fb8 100644 --- a/_define.php +++ b/_define.php @@ -24,15 +24,15 @@ $this->registerModule( 'Cinecturlink 2', 'Widgets and pages about books, musics, films, blogs you are interested in', 'Jean-Christian Denis and Contributors', - '1.1.0', + '1.1.1', [ 'requires' => [['core', '2.24']], 'permissions' => dcCore::app()->auth->makePermissions([ dcAuth::PERMISSION_CONTENT_ADMIN, ]), 'type' => 'plugin', - 'support' => 'https://github.com/JcDenis/cinecturlink2', - 'details' => 'https://plugins.dotaddict.org/dc2/details/cinecturlink2', - 'repository' => 'https://raw.githubusercontent.com/JcDenis/cinecturlink2/master/dcstore.xml', + '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', ] ); diff --git a/dcstore.xml b/dcstore.xml index e6fd40c..33ca760 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Cinecturlink 2 - 1.1.0 + 1.1.1 Jean-Christian Denis and Contributors Widgets and pages about books, musics, films, blogs you are interested in - https://github.com/JcDenis/cinecturlink2/releases/download/v1.1.0/plugin-cinecturlink2.zip + https://github.com/JcDenis/cinecturlink2/releases/download/v1.1.1/plugin-cinecturlink2.zip 2.24 https://plugins.dotaddict.org/dc2/details/cinecturlink2 https://github.com/JcDenis/cinecturlink2