From 4ff80adcae4c203780dcab19ae784e2ffeec6410 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Tue, 20 Dec 2022 21:17:09 +0100 Subject: [PATCH] release 0.7.1 --- CHANGELOG.md | 4 ++++ _define.php | 10 +++++----- dcstore.xml | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 570c211..b41c5ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.7.1 - 2022.12.20 +- remove currywurst template +- use dotclear method for widget + 0.7 - 2022.12.08 - update to dotclear 2.24 - review code diff --git a/_define.php b/_define.php index 97746c7..98f6f65 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', - '0.7', + '0.7.1', [ 'requires' => [['core', '2.24']], 'permissions' => dcCore::app()->auth->makePermissions([ dcAuth::PERMISSION_ADMIN, ]), - 'type' => 'plugin', - 'support' => 'https://github.com/JcDenis/CategoriesPage', - 'details' => 'https://plugins.dotaddict.org/dc2/details/CategoriesPage', - 'repository' => 'https://raw.githubusercontent.com/JcDenis/CategoriesPage/master/dcstore.xml', + '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', ] ); diff --git a/dcstore.xml b/dcstore.xml index 232224d..4d6e746 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Categories Page - 0.7 + 0.7.1 Pierre Van Glabeke, Bernard Le Roux and Contributors Add a public page for categories list - https://github.com/JcDenis/CategoriesPage/releases/download/v0.7/plugin-CategoriesPage.zip + https://github.com/JcDenis/CategoriesPage/releases/download/v0.7.1/plugin-CategoriesPage.zip 2.24 https://plugins.dotaddict.org/dc2/details/CategoriesPage https://github.com/JcDenis/CategoriesPage