From 2b5a860be1504e7304e7ff178ef729e8dd5a80d6 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 6 Aug 2023 18:28:16 +0200 Subject: [PATCH] release 1.2 --- CHANGELOG.md | 79 +++++++++++++++++++++++++++++++--------------------- README.md | 8 +++--- _define.php | 10 +++---- dcstore.xml | 10 +++---- 4 files changed, 62 insertions(+), 45 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b635014..3fef572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,40 +1,57 @@ -1.1 - 2023.05.13 -- require Dotclear 2.26 -- fix nullsafe warnings +CategoriesPage 1.2 - 2023.08.06 +=========================================================== +* Require Dotclear 2.27 +* Require PHP 7.4+ +* Upgrade to Dotclear 2.27 +* Move third party repository -1.0 - 2023.04.11 -- require Dotclear 2.26 -- use namespace +CategoriesPage 1.1 - 2023.05.13 +=========================================================== +* require Dotclear 2.26 +* fix nullsafe warnings -0.7.1 - 2022.12.20 -- remove currywurst template -- use dotclear method for widget +CategoriesPage 1.0 - 2023.04.11 +=========================================================== +* require Dotclear 2.26 +* use namespace -0.7 - 2022.12.08 -- update to dotclear 2.24 -- review code +CategoriesPage 0.7.1 - 2022.12.20 +=========================================================== +* remove currywurst template +* use dotclear method for widget -0.6 - 2017.11.05 : Pierre Van Glabeke -- modifs html -- ajout dotty +CategoriesPage 0.7 - 2022.12.08 +=========================================================== +* update to dotclear 2.24 +* review code -0.5 - 2015.07.19 : Pierre Van Glabeke -- modif breadcrumb -- héritage de thème mustek -- dc2.8 requis +CategoriesPage 0.6 - 2017.11.05 : Pierre Van Glabeke +=========================================================== +* modifs html +* ajout dotty -0.4 - 2015.03.16 : Pierre Van Glabeke -- ajout div -- modif identification widget +CategoriesPage 0.5 - 2015.07.19 : Pierre Van Glabeke +=========================================================== +* modif breadcrumb +* héritage de thème mustek +* dc2.8 requis -0.3 - 2015.03.09 : Pierre Van Glabeke -- html5 +CategoriesPage 0.4 - 2015.03.16 : Pierre Van Glabeke +=========================================================== +* ajout div +* modif identification widget -0.2 - 2014.12.14 : Pierre Van Glabeke -- Ajout case hors ligne -- Ajout tpl pour currywurst -- Compatibilité dc2.7 +CategoriesPage 0.3 - 2015.03.09 : Pierre Van Glabeke +=========================================================== +* html5 -0.1 - 2013.12.28 : Pierre Van Glabeke, Bernard Le Roux -- Refonte du code depuis CategoriesMode -- Compatibilité dc2.5 et 2.6 \ No newline at end of file +CategoriesPage 0.2 - 2014.12.14 : Pierre Van Glabeke +=========================================================== +* Ajout case hors ligne +* Ajout tpl pour currywurst +* Compatibilité dc2.7 + +CategoriesPage 0.1 - 2013.12.28 : Pierre Van Glabeke, Bernard Le Roux +=========================================================== +* Refonte du code depuis CategoriesMode +* Compatibilité dc2.5 et 2.6 \ No newline at end of file diff --git a/README.md b/README.md index 05211c3..ec851cf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Release](https://img.shields.io/github/v/release/JcDenis/CategoriesPage)](https://github.com/JcDenis/CategoriesPage/releases) [![Date](https://img.shields.io/github/release-date/JcDenis/CategoriesPage)](https://github.com/JcDenis/CategoriesPage/releases) [![Issues](https://img.shields.io/github/issues/JcDenis/CategoriesPage)](https://github.com/JcDenis/CategoriesPage/issues) -[![Dotclear](https://img.shields.io/badge/dotclear-v2.26-blue.svg)](https://fr.dotclear.org/download) +[![Dotclear](https://img.shields.io/badge/dotclear-v2.27-blue.svg)](https://fr.dotclear.org/download) [![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/CategoriesPage) [![License](https://img.shields.io/github/license/JcDenis/CategoriesPage)](https://github.com/JcDenis/CategoriesPage/blob/master/LICENSE) @@ -20,7 +20,7 @@ A widget is also available. _CategoriesPage_ requires: * admin permissions - * Dotclear 2.26 + * Dotclear 2.27 ## USAGE @@ -33,8 +33,8 @@ default templates are on plugin directory CategoriesPage/default-templates/ ## LINKS * License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) - * Source & contribution : [GitHub Page](https://github.com/JcDenis/CategoriesPage) - * Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/CategoriesPage) + * Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/CategoriesPage) or [GitHub Page](https://github.com/JcDenis/CategoriesPage) + * Packages & details : [Gitea Page](https://git.dotclear.watch/JcDenis/CategoriesPage/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/CategoriesPage) ## CONTRIBUTORS diff --git a/_define.php b/_define.php index 31ce6f4..e81414f 100644 --- a/_define.php +++ b/_define.php @@ -18,16 +18,16 @@ $this->registerModule( 'Categories Page', 'Add a public page for categories list', 'Pierre Van Glabeke, Bernard Le Roux and Contributors', - '1.1', + '1.2', [ - 'requires' => [['core', '2.26']], + 'requires' => [['core', '2.27']], 'permissions' => dcCore::app()->auth->makePermissions([ dcAuth::PERMISSION_ADMIN, ]), 'type' => 'plugin', - 'support' => 'https://github.com/JcDenis/' . basename(__DIR__), - 'details' => 'https://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 3a75e13..5fee874 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,12 +2,12 @@ Categories Page - 1.1 + 1.2 Pierre Van Glabeke, Bernard Le Roux and Contributors Add a public page for categories list - https://github.com/JcDenis/CategoriesPage/releases/download/v1.1/plugin-CategoriesPage.zip - 2.26 - https://plugins.dotaddict.org/dc2/details/CategoriesPage - https://github.com/JcDenis/CategoriesPage + https://gitea.dotclear.watch/JcDenis/CategoriesPage/releases/download/v1.2/plugin-CategoriesPage.zip + 2.27 + https://git.dotclear.watch/JcDenis/CategoriesPage/src/branch/master/README.md + https://git.dotclear.watch/JcDenis/CategoriesPage/issues