From 7060aef4bf4030f4cb55492dd3907feddc6923a9 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 13 Aug 2023 17:44:44 +0200 Subject: [PATCH] release 2.4 --- CHANGELOG.md | 28 +++++++++++++++++++++------- README.md | 36 ++++++++++++++++++------------------ _define.php | 8 ++++---- dcstore.xml | 8 ++++---- 4 files changed, 47 insertions(+), 33 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1bf851..9493315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,33 +1,47 @@ -2.3 - 2023.07.29 +moreCSS 2.4 - 2023.08.13 +=========================================================== +* Require Dotclear 2.27 +* Require PHP 7.4 +* Move third party repository +* Use Dotclear style for CHANGELOG + +moreCSS 2.3 - 2023.07.29 +=========================================================== * require Dotclear 2.27 * require PHP 7.4+ * use new svg icon * update to Dotclear 2.27-dev -2.2.1 - 2023.05.13 +moreCSS 2.2.1 - 2023.05.13 +=========================================================== * require dotclear 2.26 * cleanup for dc2.26 stable -2.2 - 2023.04.22 +moreCSS 2.2 - 2023.04.22 +=========================================================== * require dotclear 2.26 * add plugin Uninstaller features * use latest helper namespace * fix nullsafe warnings -2.1 - 2023.03.24 +moreCSS 2.1 - 2023.03.24 +=========================================================== * require dotclear 2.26 * use namespace -2.0 - 2022.12.31 +moreCSS 2.0 - 2022.12.31 +=========================================================== * use URL for style sheet * use color synthax for edition * use anonymous function * use abstract plugin id * fix phpstan and php-cs-fixer errors -1.4 - 2022.12.19 - Pierre Van Glabeke +moreCSS 1.4 - 2022.12.19 - Pierre Van Glabeke +=========================================================== * màj dc2.24 -1.3 - 2018.01.23 - Pierre Van Glabeke +moreCSS 1.3 - 2018.01.23 - Pierre Van Glabeke +=========================================================== * ajout js pour fermeture * modif date bloc licence \ No newline at end of file diff --git a/README.md b/README.md index 3a68886..afc0786 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # README -[![Release](https://img.shields.io/github/v/release/JcDenis/moreCSS)](https://github.com/JcDenis/moreCSS/releases) -[![Date](https://img.shields.io/github/release-date/JcDenis/moreCSS)](https://github.com/JcDenis/moreCSS/releases) -[![Issues](https://img.shields.io/github/issues/JcDenis/moreCSS)](https://github.com/JcDenis/moreCSS/issues) -[![Dotclear](https://img.shields.io/badge/dotclear-v2.27-blue.svg)](https://fr.dotclear.org/download) -[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/moreCSS) -[![License](https://img.shields.io/github/license/JcDenis/moreCSS)](https://github.com/JcDenis/moreCSS/blob/master/LICENSE) +[![Release](https://img.shields.io/badge/release-2.4-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/moreCSS/releases) +[![Date](https://img.shields.io/badge/date-2023.08.13-c44d58.svg)](https://git.dotclear.watch/JcDenis/moreCSS/releases) +[![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/moreCSS) +[![License](https://img.shields.io/github/license/JcDenis/moreCSS)](https://git.dotclear.watch/JcDenis/moreCSS/blob/master/LICENSE) ## WHAT IS MORECSS ? @@ -17,11 +16,11 @@ without editing it. ## REQUIREMENTS - _moreCSS_ requires: +_moreCSS_ requires: - * content admin permissions to manage CSS - * Dotclear 2.27 - * PHP 7.4+ +* content admin permissions to manage CSS +* Dotclear 2.27 +* PHP 7.4+ ## USAGE @@ -33,15 +32,16 @@ or by adding a favorites icon on dashboard. ## LINKS - * License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) - * Source & contribution : [GitHub Page](https://github.com/JcDenis/moreCSS) - * Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/moreCSS) - * Discuss & help : [Dotclear forum](http://forum.dotclear.org/viewtopic.php?id=44908) +* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) +* Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/moreCSS) or [GitHub Page](https://github.com/JcDenis/moreCSS) +* Packages & details: [Gitea Page](https://git.dotclear.watch/JcDenis/moreCSS/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/moreCSS) +* Discuss & help : [Dotclear forum](http://forum.dotclear.org/viewtopic.php?id=44908) ## CONTRIBUTORS - * Osku (author) - * Pierre Van Glabeke - * Jean-Christian Denis +* Osku (author) +* Pierre Van Glabeke +* Jean-Christian Denis + +You are welcome to contribute to this code. - You are welcome to contribute to this code. diff --git a/_define.php b/_define.php index 589e7aa..7cb31fd 100644 --- a/_define.php +++ b/_define.php @@ -18,15 +18,15 @@ $this->registerModule( 'Style sheet', 'Another CSS stylesheet for the active theme', 'Osku and contributors', - '2.3', + '2.4', [ 'requires' => [['core', '2.27']], 'permissions' => dcCore::app()->auth->makePermissions([ dcCore::app()->auth::PERMISSION_CONTENT_ADMIN, ]), 'type' => 'plugin', - 'support' => 'http://forum.dotclear.org/viewtopic.php?id=44908', - 'details' => 'https://plugins.dotaddict.org/dc2/details/' . basename(__DIR__), - 'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/master/dcstore.xml', + 'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues', + 'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md', + 'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml', ] ); diff --git a/dcstore.xml b/dcstore.xml index a54588e..a043cf6 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,12 +2,12 @@ Style sheet - 2.3 + 2.4 Osku and contributors Another CSS stylesheet for the active theme - https://github.com/JcDenis/moreCSS/releases/download/v2.3/plugin-moreCSS.zip + https://git.dotclear.watch/JcDenis/moreCSS/releases/download/v2.4/plugin-moreCSS.zip 2.27 - https://plugins.dotaddict.org/dc2/details/moreCSS - http://forum.dotclear.org/viewtopic.php?id=44908 + https://git.dotclear.watch/JcDenis/moreCSS/src/branch/master/README.md + https://git.dotclear.watch/JcDenis/moreCSS/issues