From d6cc7fca09e1393a7cae909eebf08d235c4079a5 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 13 May 2023 09:51:16 +0200 Subject: [PATCH] release 3.2 --- CHANGELOG.md | 13 +++++++++++++ _define.php | 2 +- dcstore.xml | 4 ++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ff278..f41aacf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +todo: +- add group and action on list filters + +3.2 - 2023.05.13 +- require Dotclear 2.26 +- require php 8.1 +- add php_min to define.php +- fix uncomplete messages +- fix unknow params +- fix dashboard activity +- fix translation +- various type hint fix + 3.1 - 2023.04.23 - require Dotclear 2.26 - require php 8.1 diff --git a/_define.php b/_define.php index 19590fa..82ae80b 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'Activity log', 'Log and receive your blog activity by email, feed, or on dashboard', 'Jean-Christian Denis and contributors', - '3.1', + '3.2', [ 'requires' => [ ['php', '8.1'], diff --git a/dcstore.xml b/dcstore.xml index 4e6b58f..3617503 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Activity log - 3.1 + 3.2 Jean-Christian Denis and contributors Log and receive your blog activity by email, feed, or on dashboard - https://github.com/JcDenis/activityReport/releases/download/v3.1/plugin-activityReport.zip + https://github.com/JcDenis/activityReport/releases/download/v3.2/plugin-activityReport.zip 2.26 http://plugins.dotaddict.org/dc2/details/activityReport https://github.com/JcDenis/activityReport