From 58cde862632c7381b71a8b6a12cc98422488cbba Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Mon, 4 Sep 2023 11:52:37 +0200 Subject: [PATCH] release 2.4 --- CHANGELOG.md | 8 ++++++++ README.md | 12 ++++++------ _define.php | 2 +- dcstore.xml | 4 ++-- 4 files changed, 17 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7877e0..5d8c0bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +arlequin 2.4 - 2023.09.04 +=========================================================== +* Require Dotclear 2.27 +* Require PHP 7.4+ +* Fix crash on theme preview +* Use dotclear style for CHANGELOG +* Update README + arlequin 2.3 - 2023.08.06 =========================================================== * require Dotclear 2.27 diff --git a/README.md b/README.md index 64776de..75740aa 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # README -[![Release](https://img.shields.io/badge/release-2.3-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/arlequin/releases) -![Date](https://img.shields.io/badge/date-2023.08.07-c44d58.svg)] +[![Release](https://img.shields.io/badge/release-2.4-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/arlequin/releases) +![Date](https://img.shields.io/badge/date-2023.09.04-c44d58.svg)] [![Dotclear](https://img.shields.io/badge/dotclear-v2.27-137bbb.svg)](https://fr.dotclear.org/download) [![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/arlequin) -[![License](https://img.shields.io/badge/license-GPL--2.0-ececec.svg)](https://git.dotclear.watch/JcDenis/arlequin/blob/master/LICENSE) +[![License](https://img.shields.io/badge/license-GPL--2.0-ececec.svg)](https://git.dotclear.watch/JcDenis/arlequin/src/branch/master/LICENSE) ## ABOUT @@ -14,9 +14,9 @@ _arlequin_ is a plugin for the open-source web publishing software called [Dotcl ## REQUIREMENTS +* Dotclear content admin permissions to manage theme and public menu * Dotclear 2.27 * PHP 7.4+ -* Dotclear content admin permission to manage theme and public menu ## USAGE @@ -29,11 +29,11 @@ you should also add widget to allow visitor to select a theme. ## LINKS -* [License](https://git.dotclear.watch/JcDenis/arlequin/blob/master/LICENSE) +* [License](https://git.dotclear.watch/JcDenis/arlequin/src/branch/master/LICENSE) * [Packages & details](https://git.dotclear.watch/JcDenis/arlequin/releases) (or on [Dotaddict](https://plugins.dotaddict.org/dc2/details/arlequin)) * [Sources & contributions](https://git.dotclear.watch/JcDenis/arlequin) (or on [GitHub](https://github.com/JcDenis/arlequin)) * [Issues & security](https://git.dotclear.watch/JcDenis/arlequin/issues) (or on [GitHub](https://github.com/JcDenis/arlequin/issues)) -* [Discuss and help](http://forum.dotclear.org/viewtopic.php?id=48345) +* [Discuss & help](http://forum.dotclear.org/viewtopic.php?id=48345) ## CONTRIBUTORS diff --git a/_define.php b/_define.php index 1cf34ae..a98cee6 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'Arlequin', 'Allows visitors choose a theme', 'Oleksandr Syenchuk, Pierre Van Glabeke and contributors', - '2.3', + '2.4', [ 'requires' => [['core', '2.27']], 'permissions' => dcCore::app()->auth->makePermissions([ diff --git a/dcstore.xml b/dcstore.xml index 0a89373..5c9b858 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Arlequin - 2.3 + 2.4 Oleksandr Syenchuk, Pierre Van Glabeke and contributors Allows visitors choose a theme - https://git.dotclear.watch/JcDenis/arlequin/releases/download/v2.3/plugin-arlequin.zip + https://git.dotclear.watch/JcDenis/arlequin/releases/download/v2.4/plugin-arlequin.zip 2.27 https://git.dotclear.watch/JcDenis/arlequin/src/branch/master/README.md https://git.dotclear.watch/JcDenis/arlequin/issues