From 9b6b9612793b5867cd305501b57b46ce2787bfd6 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 7 Jan 2023 15:58:49 +0100 Subject: [PATCH] release 0.3.1 --- CHANGELOG.md | 3 +++ _define.php | 2 +- dcstore.xml | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 261f115..d51ffb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +0.3.1 - 2023.01.07 +- fix previously introduced unix bug + 0.3 - 2023.01.06 * use namespace * use abstract plugin id diff --git a/_define.php b/_define.php index 1622e4a..a45c766 100644 --- a/_define.php +++ b/_define.php @@ -23,7 +23,7 @@ $this->registerModule( 'Mail test', 'Send a simple mail from admin', 'Osku and contributors', - '0.3', + '0.3.1', [ 'requires' => [['core', '2.24']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index 6f295da..f201d5f 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Mail test - 0.3 + 0.3.1 Osku and contributors Send a simple mail from admin - https://github.com/JcDenis/testMail/releases/download/v0.3/plugin-testMail.zip + https://github.com/JcDenis/testMail/releases/download/v0.3.1/plugin-testMail.zip 2.24 https://plugins.dotaddict.org/dc2/details/testMail https://github.com/JcDenis/testMail