release 2022.11.20

This commit is contained in:
Jean-Christian Paul Denis 2022-11-20 21:57:33 +01:00
parent 94f7e4da7e
commit a3d25536ea
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
4 changed files with 33 additions and 16 deletions

View File

@ -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 - fix widget empty context
- clean up again... - clean up again...

View File

@ -1,5 +1,12 @@
# README # 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 ? ## WHAT IS SABA ?
saba : Search Across Blog's Archive is a plugins for the open-source saba : Search Across Blog's Archive is a plugins for the open-source
@ -13,7 +20,7 @@ show related entries to visitor.
saba requires: saba requires:
* administrator permissions * administrator permissions
* Dotclear 2.18 * Dotclear 2.24
* Custom templates if default theme is not used. * Custom templates if default theme is not used.
## USAGE ## USAGE
@ -30,6 +37,12 @@ You can find exemple in plugins/saba/default-tempaltes.
## MORE ## 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) * Source & contribution : [GitHub Page](https://github.com/JcDenis/saba)
* Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/saba) * Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/saba)
## CONTRIBUTORS
* Jean-Christian Denis
You are welcome to contribute to this code.

View File

@ -18,7 +18,7 @@ $this->registerModule(
'saba', 'saba',
'Search across blog archive', 'Search across blog archive',
'Jean-Christian Denis and Contributors', 'Jean-Christian Denis and Contributors',
'2022.11.12', '2022.11.20',
[ [
'requires' => [['core', '2.24']], 'requires' => [['core', '2.24']],
'permissions' => dcAuth::PERMISSION_ADMIN, 'permissions' => dcAuth::PERMISSION_ADMIN,

View File

@ -1,12 +1,13 @@
<?xml version="1.0"?>
<modules xmlns:da="http://dotaddict.org/da/"> <modules xmlns:da="http://dotaddict.org/da/">
<module id="saba"> <module id="saba">
<name>saba</name> <name>saba</name>
<version>2021.09.10</version> <version>2022.11.20</version>
<author>Jean-Christian Denis and Contributors</author> <author>Jean-Christian Denis and Contributors</author>
<desc>Search across blog archive</desc> <desc>Search across blog archive</desc>
<file>https://github.com/JcDenis/saba/releases/download/v2021.09.10/plugin-saba.zip</file> <file>https://github.com/JcDenis/saba/releases/download/v2022.11.20/plugin-saba.zip</file>
<da:dcmin>2.19</da:dcmin> <da:dcmin>2.24</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/saba</da:details> <da:details>https://plugins.dotaddict.org/dc2/details/saba</da:details>
<da:support>https://github.com/JcDenis/saba</da:support> <da:support>https://github.com/JcDenis/saba</da:support>
</module> </module>
</modules> </modules>