release 0.5

This commit is contained in:
Jean-Christian Paul Denis 2023-08-13 21:47:15 +02:00
parent 0a6db67262
commit da440d8db2
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
4 changed files with 49 additions and 34 deletions

View File

@ -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

View File

@ -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.
You are welcome to contribute to this code.

View File

@ -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',
]
);

View File

@ -2,12 +2,12 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="testMail">
<name>Mail test</name>
<version>0.4.3</version>
<version>0.5</version>
<author>Osku and contributors</author>
<desc>Send a simple mail from admin</desc>
<file>https://github.com/JcDenis/testMail/releases/download/v0.4.3/plugin-testMail.zip</file>
<da:dcmin>2.26</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/testMail</da:details>
<da:support>https://github.com/JcDenis/testMail</da:support>
<file>https://git.dotclear.watch/JcDenis/testMail/releases/download/v0.5/plugin-testMail.zip</file>
<da:dcmin>2.27</da:dcmin>
<da:details>https://git.dotclear.watch/JcDenis/testMail/src/branch/master/README.md</da:details>
<da:support>https://git.dotclear.watch/JcDenis/testMail/issues</da:support>
</module>
</modules>