From b19bcea1a3762543cb36ed7fd855279f3ff5818b Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 23 Apr 2023 22:24:32 +0200 Subject: [PATCH] release 0.4.2 --- CHANGELOG.md | 7 +++++++ _define.php | 2 +- dcstore.xml | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1db2a31..293a2ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ +0.4.2 - 2023.04.23 +* require to Dotclear 2.26 +* use latest dotclear namespace +* remove magic +* fix nullsafe warnings + 0.4.1 - 2023.03.21 +* require to Dotclear 2.26 * fix init check * use new Mail Helper diff --git a/_define.php b/_define.php index 79a6019..aaa557a 100644 --- a/_define.php +++ b/_define.php @@ -20,7 +20,7 @@ $this->registerModule( 'Mail test', 'Send a simple mail from admin', 'Osku and contributors', - '0.4.1', + '0.4.2', [ 'requires' => [['core', '2.26']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index 0555a6d..1816fcb 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Mail test - 0.4.1 + 0.4.2 Osku and contributors Send a simple mail from admin - https://github.com/JcDenis/testMail/releases/download/v0.4.1/plugin-testMail.zip + https://github.com/JcDenis/testMail/releases/download/v0.4.2/plugin-testMail.zip 2.26 https://plugins.dotaddict.org/dc2/details/testMail https://github.com/JcDenis/testMail