Skip to content

Commit 390ece7

Browse files
committed
release 0.8
1 parent f8f2542 commit 390ece7

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
testMail 0.8 - 2025.09.11
2+
===========================================================
3+
* Bump Dotclear from 2.28 to 2.36
4+
15
testMail 0.7.2 - 2025.03.03
26
===========================================================
37
* Require Dotclear 2.28

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# README
22

3-
[![Release](https://img.shields.io/badge/release-0.7.1-a2cbe9.svg)](https://github.com/JcDenis/testMail/releases)
4-
![Date](https://img.shields.io/badge/date-2023.11.04-c44d58.svg)
5-
[![Dotclear](https://img.shields.io/badge/dotclear-v2.28-137bbb.svg)](https://fr.dotclear.org/download)
3+
[![Release](https://img.shields.io/github/v/release/jcdenis/testMail?color=lightblue)](https://github.com/JcDenis/testMail/releases)
4+
![Date](https://img.shields.io/github/release-date/jcdenis/testMail?color=red)
5+
[![Dotclear](https://img.shields.io/badge/dotclear-v2.36-137bbb.svg)](https://fr.dotclear.org/download)
66
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/testMail)
7-
[![License](https://img.shields.io/badge/license-GPL--2.0-ececec.svg)](https://github.com/JcDenis/testMail/blob/master/LICENSE)
7+
[![License](https://img.shields.io/github/license/jcdenis/testMail?color=white)](https://github.com/JcDenis/testMail/blob/master/LICENSE)
88

99
## ABOUT
1010

11-
_testmail_ is a plugin for the open-source web publishing software called [Dotclear](https://www.dotclear.org).
11+
_testMail_ is a plugin for the open-source web publishing software called [Dotclear](https://www.dotclear.org).
1212

1313
> Help dev to test dotclear mail system.
1414
1515
## REQUIREMENTS
1616

17-
* Dotclear 2.28
17+
* Dotclear 2.36
1818
* PHP 8.1+
1919
* Dotclear super admin permission
2020

_define.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
'Mail test',
1919
'Send a simple mail from admin',
2020
'Osku and contributors',
21-
'0.7.2',
21+
'0.8',
2222
[
23-
'requires' => [['core', '2.28']],
23+
'requires' => [['core', '2.36']],
2424
'permissions' => 'My',
2525
'type' => 'plugin',
2626
'support' => 'https://github.com/JcDenis/' . $this->id . '/issues',

0 commit comments

Comments
 (0)