diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dbca60..86f49df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 9ad8824..169c58a 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +You are welcome to contribute to this code. diff --git a/_define.php b/_define.php index 18749d6..e325c95 100644 --- a/_define.php +++ b/_define.php @@ -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', ] ); diff --git a/dcstore.xml b/dcstore.xml index 019061b..e923faa 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,12 +2,12 @@ shortArchives - 2.0.2 + 2.1 annso, Pierre Van Glabeke and Contributors Display blog archives in an accordion menu, sorted by year - https://github.com/JcDenis/shortArchives/releases/download/v2.0.2/plugin-shortArchives.zip - 2.26 - http://plugins.dotaddict.org/dc2/details/shortArchives - http://forum.dotclear.org/viewtopic.php?pid=321044#p321044 + https://git.dotclear.watch/JcDenis/shortArchives/releases/download/v2.1/plugin-shortArchives.zip + 2.27 + https://git.dotclear.watch/JcDenis/shortArchives/src/branch/master/README.md + https://git.dotclear.watch/JcDenis/shortArchives/issues