From f8b8a4716f7a6ed31654f520685fad9d6ace9344 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 25 Mar 2023 00:22:56 +0100 Subject: [PATCH] release 2.1 --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- _define.php | 12 ++++++------ dcstore.xml | 6 +++--- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 024ff98..bd9ad04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +2.1 - 2023.03.24 +* require dotclear 2.26 +* use namespace + 2.0 - 2022.12.31 * use URL for style sheet * use color synthax for edition diff --git a/README.md b/README.md index ac54506..1ba5caf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![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.24-blue.svg)](https://fr.dotclear.org/download) +[![Dotclear](https://img.shields.io/badge/dotclear-v2.26-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) @@ -20,7 +20,7 @@ without editing it. _moreCSS_ requires: * content admin permissions to manage CSS - * Dotclear 2.24 + * Dotclear 2.26 ## USAGE diff --git a/_define.php b/_define.php index 7e2bf7b..aee6698 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.0', + '2.1', [ - 'requires' => [['core', '2.24']], + 'requires' => [['core', '2.26']], 'permissions' => dcCore::app()->auth->makePermissions([ dcAuth::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', + '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', ] ); diff --git a/dcstore.xml b/dcstore.xml index cd556d8..283dd17 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,11 +2,11 @@ Style sheet - 2.0 + 2.1 Osku and contributors Another CSS stylesheet for the active theme - https://github.com/JcDenis/moreCSS/releases/download/v2.0/plugin-moreCSS.zip - 2.24 + https://github.com/JcDenis/moreCSS/releases/download/v2.1/plugin-moreCSS.zip + 2.26 https://plugins.dotaddict.org/dc2/details/moreCSS http://forum.dotclear.org/viewtopic.php?id=44908