release 2.1

This commit is contained in:
Jean-Christian Paul Denis 2023-08-13 21:32:28 +02:00
parent 0dc0756f4b
commit 74e70beec0
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
4 changed files with 53 additions and 36 deletions

View File

@ -1,37 +1,54 @@
2.0.2 - 2023.05.13
shortArchives 2.1 - 2023.08.13
===========================================================
* Require Dotclear 2.27
* Require PHP 7.4
* Upgrade to Dotclear 2.27
* Move third party repository
* Use Dotclear style for CHANGELOG
shortArchives 2.0.2 - 2023.05.13
===========================================================
* require Dotclear 2.26
* cleanup for dotclear 2.26 stable
2.0.1 - 2023.04.23
shortArchives 2.0.1 - 2023.04.23
===========================================================
* require Dotclear 2.26
* use latest dotclear namespace
* remove magic
* fix nullsafe warnings
2.0 - 2023.04.11
shortArchives 2.0 - 2023.04.11
===========================================================
* require Dotclear 2.26
* use namespace
1.9 - 2022.12.17
shortArchives 1.9 - 2022.12.17
===========================================================
* update to dotclear 2.24
* fix phpstan errors
1.8.1 - 2015.06.29 - Pierre Van Glabeke
shortArchives 1.8.1 - 2015.06.29 - Pierre Van Glabeke
===========================================================
* correction validation html
1.8 - 2015.06.08 - Pierre Van Glabeke
shortArchives 1.8 - 2015.06.08 - Pierre Van Glabeke
===========================================================
* ajout lien vers toutes les archives
1.7 - 2015.05.28 - Kozlika & Nikrou
shortArchives 1.7 - 2015.05.28 - Kozlika & Nikrou
===========================================================
* suppression d'image et gestion de l'indicateur via css
* ajout de classes sur chaque liste (année/mois)
* application de la class .open sur l'item ouvert par défaut
* application de la class .open sur l'item correspondant au mois actif en cas de consulation des archives
1.6 - 2015.04.25 - Pierre Van Glabeke
shortArchives 1.6 - 2015.04.25 - Pierre Van Glabeke
===========================================================
* modif appel css
* ajout localisation
* ajout identification widget
1.5 - 2014.12.14 - Pierre Van Glabeke
shortArchives 1.5 - 2014.12.14 - Pierre Van Glabeke
===========================================================
* compatibilité dc2.7

View File

@ -1,11 +1,10 @@
# README
[![Release](https://img.shields.io/github/v/release/JcDenis/shortArchives)](https://github.com/JcDenis/shortArchives/releases)
[![Date](https://img.shields.io/github/release-date/JcDenis/shortArchives)](https://github.com/JcDenis/shortArchives/releases)
[![Issues](https://img.shields.io/github/issues/JcDenis/shortArchives)](https://github.com/JcDenis/shortArchives/issues)
[![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/shortArchives)
[![License](https://img.shields.io/github/license/JcDenis/shortArchives)](https://github.com/JcDenis/shortArchives/blob/master/LICENSE)
[![Release](https://img.shields.io/badge/release-2.1-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/shortArchives/releases)
[![Date](https://img.shields.io/badge/date-2023.08.13-c44d58.svg)](https://git.dotclear.watch/JcDenis/shortArchives/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/shortArchives)
[![License](https://img.shields.io/github/license/JcDenis/shortArchives)](https://git.dotclear.watch/JcDenis/shortArchives/blob/master/LICENSE)
## WHAT IS SHORTARCHIVES ?
@ -16,10 +15,11 @@ Add a public widget that list links to archives by year.
## REQUIREMENTS
_shortArchives_ requires:
_shortArchives_ requires:
* content admin permissions to manage widgets
* Dotclear 2.26
* content admin permissions to manage widgets
* Dotclear 2.27
* PHP 7.4
## USAGE
@ -30,15 +30,15 @@ You should add widget to show archives list on your blog.
## LINKS
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
* Source & contribution : [GitHub Page](https://github.com/JcDenis/shortArchives)
* Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/shortArchives)
* Discuss and help : [Dotclear Forum](http://forum.dotclear.org/viewtopic.php?pid=321044#p321044)
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
* Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/shortArchives) or [GitHub Page](https://github.com/JcDenis/shortArchives)
* Packages & details: [Gitea Page](https://git.dotclear.watch/JcDenis/shortArchives/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/shortArchives)
* Discuss and help : [Dotclear Forum](http://forum.dotclear.org/viewtopic.php?pid=321044#p321044)
## CONTRIBUTORS
* annso (author)
* Pierre Van Glabeke
* Jean-Christian Denis
* annso (author)
* Pierre Van Glabeke
* Jean-Christian Denis
You are welcome to contribute to this code.
You are welcome to contribute to this code.

View File

@ -18,15 +18,15 @@ $this->registerModule(
'shortArchives',
'Display blog archives in an accordion menu, sorted by year',
'annso, Pierre Van Glabeke and Contributors',
'2.0.2',
'2.1',
[
'requires' => [['core', '2.26']],
'requires' => [['core', '2.27']],
'permissions' => dcCore::app()->auth->makePermissions([
dcCore::app()->auth::PERMISSION_ADMIN,
]),
'type' => 'plugin',
'support' => 'http://forum.dotclear.org/viewtopic.php?pid=321044#p321044',
'details' => 'http://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',
]
);

View File

@ -2,12 +2,12 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="shortArchives">
<name>shortArchives</name>
<version>2.0.2</version>
<version>2.1</version>
<author>annso, Pierre Van Glabeke and Contributors</author>
<desc>Display blog archives in an accordion menu, sorted by year</desc>
<file>https://github.com/JcDenis/shortArchives/releases/download/v2.0.2/plugin-shortArchives.zip</file>
<da:dcmin>2.26</da:dcmin>
<da:details>http://plugins.dotaddict.org/dc2/details/shortArchives</da:details>
<da:support>http://forum.dotclear.org/viewtopic.php?pid=321044#p321044</da:support>
<file>https://git.dotclear.watch/JcDenis/shortArchives/releases/download/v2.1/plugin-shortArchives.zip</file>
<da:dcmin>2.27</da:dcmin>
<da:details>https://git.dotclear.watch/JcDenis/shortArchives/src/branch/master/README.md</da:details>
<da:support>https://git.dotclear.watch/JcDenis/shortArchives/issues</da:support>
</module>
</modules>