release 0.5
This commit is contained in:
parent
0a6db67262
commit
da440d8db2
31
CHANGELOG.md
31
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
|
* require to Dotclear 2.26
|
||||||
* cleanup for dotclear 2.26 stable
|
* cleanup for dotclear 2.26 stable
|
||||||
|
|
||||||
0.4.2 - 2023.04.23
|
testMail 0.4.2 - 2023.04.23
|
||||||
|
===========================================================
|
||||||
* require to Dotclear 2.26
|
* require to Dotclear 2.26
|
||||||
* use latest dotclear namespace
|
* use latest dotclear namespace
|
||||||
* remove magic
|
* remove magic
|
||||||
* fix nullsafe warnings
|
* fix nullsafe warnings
|
||||||
|
|
||||||
0.4.1 - 2023.03.21
|
testMail 0.4.1 - 2023.03.21
|
||||||
|
===========================================================
|
||||||
* require to Dotclear 2.26
|
* require to Dotclear 2.26
|
||||||
* fix init check
|
* fix init check
|
||||||
* use new Mail Helper
|
* use new Mail Helper
|
||||||
|
|
||||||
0.4 - 2023.03.11
|
testMail 0.4 - 2023.03.11
|
||||||
|
===========================================================
|
||||||
* update to Dotclear 2.26
|
* update to Dotclear 2.26
|
||||||
* use abstract plugin id and name
|
* use abstract plugin id and name
|
||||||
* use dcPage open/close methods
|
* use dcPage open/close methods
|
||||||
* use new Form helpers
|
* use new Form helpers
|
||||||
|
|
||||||
0.3.1 - 2023.01.07
|
testMail 0.3.1 - 2023.01.07
|
||||||
- fix previously introduced unix bug
|
===========================================================
|
||||||
|
* fix previously introduced unix bug
|
||||||
|
|
||||||
0.3 - 2023.01.06
|
testMail 0.3 - 2023.01.06
|
||||||
|
===========================================================
|
||||||
* use namespace
|
* use namespace
|
||||||
* use abstract plugin id
|
* use abstract plugin id
|
||||||
|
|
||||||
0.2 - 2022.11.27
|
testMail 0.2 - 2022.11.27
|
||||||
|
===========================================================
|
||||||
* update to Dotclear 2.24
|
* update to Dotclear 2.24
|
||||||
* add fr translation
|
* add fr translation
|
32
README.md
32
README.md
@ -1,25 +1,25 @@
|
|||||||
# README
|
# README
|
||||||
|
|
||||||
[![Release](https://img.shields.io/github/v/release/JcDenis/testMail)](https://github.com/JcDenis/testMail/releases)
|
[![Release](https://img.shields.io/badge/release-0.5-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/testMail/releases)
|
||||||
[![Date](https://img.shields.io/github/release-date/JcDenis/testMail)](https://github.com/JcDenis/testMail/releases)
|
[![Date](https://img.shields.io/badge/date-2023.08.13-c44d58.svg)](https://git.dotclear.watch/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.27-137bbb.svg)](https://fr.dotclear.org/download)
|
||||||
[![Dotclear](https://img.shields.io/badge/dotclear-v2.26-blue.svg)](https://fr.dotclear.org/download)
|
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/testMail)
|
||||||
[![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://git.dotclear.watch/JcDenis/testMail/blob/master/LICENSE)
|
||||||
[![License](https://img.shields.io/github/license/JcDenis/testMail)](https://github.com/JcDenis/testMail/blob/master/LICENSE)
|
|
||||||
|
|
||||||
## WHAT IS TESTMAIL ?
|
## WHAT IS TESTMAIL ?
|
||||||
|
|
||||||
**testMail** is a plugin for the open-source
|
_testMail_ is a plugin for the open-source
|
||||||
web publishing software called Dotclear.
|
web publishing software called Dotclear.
|
||||||
|
|
||||||
It helps dev to test dotclear mail system.
|
It helps dev to test dotclear mail system.
|
||||||
|
|
||||||
## REQUIREMENTS
|
## REQUIREMENTS
|
||||||
|
|
||||||
**testMail** requires:
|
_testMail_ requires:
|
||||||
|
|
||||||
* super admin permission
|
* super admin permission
|
||||||
* Dotclear 2.26
|
* Dotclear 2.27
|
||||||
|
* PHP 7.4
|
||||||
|
|
||||||
## USAGE
|
## USAGE
|
||||||
|
|
||||||
@ -30,13 +30,13 @@ Access mail form from admin sidebar system menu **Mail test**.
|
|||||||
|
|
||||||
## LINKS
|
## LINKS
|
||||||
|
|
||||||
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
|
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
|
||||||
* Source & contribution : [GitHub Page](https://github.com/JcDenis/improve)
|
* Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/testMail) or [GitHub Page](https://github.com/JcDenis/testMail)
|
||||||
* Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/testMail)
|
* Packages & details: [Gitea Page](https://git.dotclear.watch/JcDenis/testMail/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/testMail)
|
||||||
|
|
||||||
## CONTRIBUTORS
|
## CONTRIBUTORS
|
||||||
|
|
||||||
* Osku
|
* Osku (author)
|
||||||
* Jean-Christian Denis
|
* Jean-Christian Denis
|
||||||
|
|
||||||
You are welcome to contribute to this code.
|
You are welcome to contribute to this code.
|
||||||
|
10
_define.php
10
_define.php
@ -20,13 +20,13 @@ $this->registerModule(
|
|||||||
'Mail test',
|
'Mail test',
|
||||||
'Send a simple mail from admin',
|
'Send a simple mail from admin',
|
||||||
'Osku and contributors',
|
'Osku and contributors',
|
||||||
'0.4.3',
|
'0.5',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.26']],
|
'requires' => [['core', '2.27']],
|
||||||
'permissions' => null,
|
'permissions' => null,
|
||||||
'type' => 'plugin',
|
'type' => 'plugin',
|
||||||
'support' => 'https://github.com/JcDenis/' . basename(__DIR__),
|
'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues',
|
||||||
'details' => 'https://plugins.dotaddict.org/dc2/details/' . basename(__DIR__),
|
'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md',
|
||||||
'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/master/dcstore.xml',
|
'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml',
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
10
dcstore.xml
10
dcstore.xml
@ -2,12 +2,12 @@
|
|||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="testMail">
|
<module id="testMail">
|
||||||
<name>Mail test</name>
|
<name>Mail test</name>
|
||||||
<version>0.4.3</version>
|
<version>0.5</version>
|
||||||
<author>Osku and contributors</author>
|
<author>Osku and contributors</author>
|
||||||
<desc>Send a simple mail from admin</desc>
|
<desc>Send a simple mail from admin</desc>
|
||||||
<file>https://github.com/JcDenis/testMail/releases/download/v0.4.3/plugin-testMail.zip</file>
|
<file>https://git.dotclear.watch/JcDenis/testMail/releases/download/v0.5/plugin-testMail.zip</file>
|
||||||
<da:dcmin>2.26</da:dcmin>
|
<da:dcmin>2.27</da:dcmin>
|
||||||
<da:details>https://plugins.dotaddict.org/dc2/details/testMail</da:details>
|
<da:details>https://git.dotclear.watch/JcDenis/testMail/src/branch/master/README.md</da:details>
|
||||||
<da:support>https://github.com/JcDenis/testMail</da:support>
|
<da:support>https://git.dotclear.watch/JcDenis/testMail/issues</da:support>
|
||||||
</module>
|
</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
Loading…
Reference in New Issue
Block a user