From a0de48bf4a2158622854d13a82f186ca026392c5 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 13 May 2023 10:06:02 +0200 Subject: [PATCH] release 1.1 --- CHANGELOG.md | 4 ++++ _define.php | 2 +- dcstore.xml | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24e968d..b635014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +1.1 - 2023.05.13 +- require Dotclear 2.26 +- fix nullsafe warnings + 1.0 - 2023.04.11 - require Dotclear 2.26 - use namespace diff --git a/_define.php b/_define.php index ce95d78..31ce6f4 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'Categories Page', 'Add a public page for categories list', 'Pierre Van Glabeke, Bernard Le Roux and Contributors', - '1.0', + '1.1', [ 'requires' => [['core', '2.26']], 'permissions' => dcCore::app()->auth->makePermissions([ diff --git a/dcstore.xml b/dcstore.xml index 68f5b2d..3a75e13 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Categories Page - 1.0 + 1.1 Pierre Van Glabeke, Bernard Le Roux and Contributors Add a public page for categories list - https://github.com/JcDenis/CategoriesPage/releases/download/v1.0/plugin-CategoriesPage.zip + 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