From 54273f14ef8ee110c4401daacdc48cf97dd2de83 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 23 Apr 2023 21:19:27 +0200 Subject: [PATCH] release 2.0.1 --- CHANGELOG.md | 6 ++++++ _define.php | 2 +- dcstore.xml | 4 ++-- src/Frontend.php | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ab2938..568693f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +2.0.1 - 2023.04.23 +* require Dotclear 2.26 +* use latest dotclear namespace +* remove magic +* fix nullsafe warnings + 2.0 - 2023.04.11 * require Dotclear 2.26 * use namespace diff --git a/_define.php b/_define.php index 02894b2..399cf44 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'shortArchives', 'Display blog archives in an accordion menu, sorted by year', 'annso, Pierre Van Glabeke and Contributors', - '2.0', + '2.0.1', [ 'requires' => [['core', '2.26']], 'permissions' => dcCore::app()->auth->makePermissions([ diff --git a/dcstore.xml b/dcstore.xml index de17b8a..4be5a99 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ shortArchives - 2.0 + 2.0.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/plugin-shortArchives.zip + https://github.com/JcDenis/shortArchives/releases/download/v2.0.1/plugin-shortArchives.zip 2.26 http://plugins.dotaddict.org/dc2/details/shortArchives http://forum.dotclear.org/viewtopic.php?pid=321044#p321044 diff --git a/src/Frontend.php b/src/Frontend.php index ed185af..de7b421 100644 --- a/src/Frontend.php +++ b/src/Frontend.php @@ -34,7 +34,7 @@ class Frontend extends dcNsProcess } dcCore::app()->addBehaviors([ - 'initWidgets' => [Widgets::class, 'initWidgets'], + 'initWidgets' => [Widgets::class, 'initWidgets'], 'publicHeadContent' => function (): void { echo dcUtils::jsModuleLoad(My::id() . '/js/accordion.js') .