diff --git a/CHANGELOG.md b/CHANGELOG.md index 92d924d..a92bc76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,31 +1,46 @@ -0.4.3 - 2023.05.13 +testMail 0.5 - 2023.08.13 +=========================================================== +* Require Dotclear 2.27 +* Require PHP 7.4 +* Upgrade to Dotclear 2.27 +* Move third party repository +* Use Dotclear style for CHANGELOG + +testMail 0.4.3 - 2023.05.13 +=========================================================== * require to Dotclear 2.26 * cleanup for dotclear 2.26 stable -0.4.2 - 2023.04.23 +testMail 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 +testMail 0.4.1 - 2023.03.21 +=========================================================== * require to Dotclear 2.26 * fix init check * use new Mail Helper -0.4 - 2023.03.11 +testMail 0.4 - 2023.03.11 +=========================================================== * update to Dotclear 2.26 * use abstract plugin id and name * use dcPage open/close methods * use new Form helpers -0.3.1 - 2023.01.07 -- fix previously introduced unix bug +testMail 0.3.1 - 2023.01.07 +=========================================================== +* fix previously introduced unix bug -0.3 - 2023.01.06 +testMail 0.3 - 2023.01.06 +=========================================================== * use namespace * use abstract plugin id -0.2 - 2022.11.27 +testMail 0.2 - 2022.11.27 +=========================================================== * update to Dotclear 2.24 * add fr translation \ No newline at end of file diff --git a/README.md b/README.md index 17e64c8..9c411c8 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,25 @@ # README -[![Release](https://img.shields.io/github/v/release/JcDenis/testMail)](https://github.com/JcDenis/testMail/releases) -[![Date](https://img.shields.io/github/release-date/JcDenis/testMail)](https://github.com/JcDenis/testMail/releases) -[![Issues](https://img.shields.io/github/issues/JcDenis/testMail)](https://github.com/JcDenis/testMail/issues) -[![Dotclear](https://img.shields.io/badge/dotclear-v2.26-blue.svg)](https://fr.dotclear.org/download) -[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/testMail) -[![License](https://img.shields.io/github/license/JcDenis/testMail)](https://github.com/JcDenis/testMail/blob/master/LICENSE) +[![Release](https://img.shields.io/badge/release-0.5-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/testMail/releases) +[![Date](https://img.shields.io/badge/date-2023.08.13-c44d58.svg)](https://git.dotclear.watch/JcDenis/testMail/releases) +[![Dotclear](https://img.shields.io/badge/dotclear-v2.27-137bbb.svg)](https://fr.dotclear.org/download) +[![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/testMail) +[![License](https://img.shields.io/github/license/JcDenis/testMail)](https://git.dotclear.watch/JcDenis/testMail/blob/master/LICENSE) ## WHAT IS TESTMAIL ? -**testMail** is a plugin for the open-source +_testMail_ is a plugin for the open-source web publishing software called Dotclear. It helps dev to test dotclear mail system. ## REQUIREMENTS -**testMail** requires: +_testMail_ requires: - * super admin permission - * Dotclear 2.26 +* super admin permission +* Dotclear 2.27 +* PHP 7.4 ## USAGE @@ -30,13 +30,13 @@ Access mail form from admin sidebar system menu **Mail test**. ## LINKS - * License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) - * Source & contribution : [GitHub Page](https://github.com/JcDenis/improve) - * Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/testMail) +* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) +* Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/testMail) or [GitHub Page](https://github.com/JcDenis/testMail) +* Packages & details: [Gitea Page](https://git.dotclear.watch/JcDenis/testMail/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/testMail) ## CONTRIBUTORS - * Osku - * Jean-Christian Denis +* Osku (author) +* Jean-Christian Denis - You are welcome to contribute to this code. \ No newline at end of file +You are welcome to contribute to this code. diff --git a/_define.php b/_define.php index 0ebc608..35d0909 100644 --- a/_define.php +++ b/_define.php @@ -20,13 +20,13 @@ $this->registerModule( 'Mail test', 'Send a simple mail from admin', 'Osku and contributors', - '0.4.3', + '0.5', [ - 'requires' => [['core', '2.26']], + 'requires' => [['core', '2.27']], 'permissions' => null, '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', + 'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues', + 'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md', + 'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml', ] ); diff --git a/dcstore.xml b/dcstore.xml index 82ab2ec..2a8b463 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,12 +2,12 @@ Mail test - 0.4.3 + 0.5 Osku and contributors Send a simple mail from admin - https://github.com/JcDenis/testMail/releases/download/v0.4.3/plugin-testMail.zip - 2.26 - https://plugins.dotaddict.org/dc2/details/testMail - https://github.com/JcDenis/testMail + https://git.dotclear.watch/JcDenis/testMail/releases/download/v0.5/plugin-testMail.zip + 2.27 + https://git.dotclear.watch/JcDenis/testMail/src/branch/master/README.md + https://git.dotclear.watch/JcDenis/testMail/issues