From a3d25536ea62ff721542941b701d1033185301ea Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 20 Nov 2022 21:57:33 +0100 Subject: [PATCH] release 2022.11.20 --- CHANGELOG.md | 5 ++++- README.md | 19 ++++++++++++++++--- _define.php | 2 +- dcstore.xml | 23 ++++++++++++----------- 4 files changed, 33 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d042d0a..98ad696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -2021.08.21.1 - dev +2022.11.20 +- fix compatibility with Dotclear 2.24 (required) + +2021.08.21.1 - fix widget empty context - clean up again... diff --git a/README.md b/README.md index 11ca996..a7095a7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # README +[![Release](https://img.shields.io/github/v/release/JcDenis/saba)](https://github.com/JcDenis/saba/releases) +[![Date](https://img.shields.io/github/release-date/JcDenis/saba)](https://github.com/JcDenis/saba/releases) +[![Issues](https://img.shields.io/github/issues/JcDenis/saba)](https://github.com/JcDenis/saba/issues) +[![Dotclear](https://img.shields.io/badge/dotclear-v2.24-blue.svg)](https://fr.dotclear.org/download) +[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/saba) +[![License](https://img.shields.io/github/license/JcDenis/saba)](https://github.com/JcDenis/saba/blob/master/LICENSE) + ## WHAT IS SABA ? saba : Search Across Blog's Archive is a plugins for the open-source @@ -13,7 +20,7 @@ show related entries to visitor. saba requires: * administrator permissions - * Dotclear 2.18 + * Dotclear 2.24 * Custom templates if default theme is not used. ## USAGE @@ -30,6 +37,12 @@ You can find exemple in plugins/saba/default-tempaltes. ## MORE - * License : GNU GPL v2 + * License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) * Source & contribution : [GitHub Page](https://github.com/JcDenis/saba) - * Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/saba) \ No newline at end of file + * Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/saba) + +## CONTRIBUTORS + + * Jean-Christian Denis + + You are welcome to contribute to this code. \ No newline at end of file diff --git a/_define.php b/_define.php index 58ef1b0..b75f34c 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'saba', 'Search across blog archive', 'Jean-Christian Denis and Contributors', - '2022.11.12', + '2022.11.20', [ 'requires' => [['core', '2.24']], 'permissions' => dcAuth::PERMISSION_ADMIN, diff --git a/dcstore.xml b/dcstore.xml index 7ce1121..1dee73f 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -1,12 +1,13 @@ + - -saba -2021.09.10 -Jean-Christian Denis and Contributors -Search across blog archive -https://github.com/JcDenis/saba/releases/download/v2021.09.10/plugin-saba.zip -2.19 -https://plugins.dotaddict.org/dc2/details/saba -https://github.com/JcDenis/saba - - \ No newline at end of file + + saba + 2022.11.20 + Jean-Christian Denis and Contributors + Search across blog archive + https://github.com/JcDenis/saba/releases/download/v2022.11.20/plugin-saba.zip + 2.24 + https://plugins.dotaddict.org/dc2/details/saba + https://github.com/JcDenis/saba + +