release 1.6
This commit is contained in:
parent
0d0e69ccc3
commit
97a50c02b8
43
CHANGELOG.md
43
CHANGELOG.md
@ -1,19 +1,32 @@
|
||||
1.5 - 2023.05.14
|
||||
- require dotclear 2.26
|
||||
- fix wrong repository version
|
||||
emailNotification 1.6 - 2023.08.12
|
||||
===========================================================
|
||||
* Require Dotclear 2.27
|
||||
* Require PHP 7.4+
|
||||
* Upgrade to Dotclear 2.27
|
||||
* Move third party repository
|
||||
* Use Dotclear style for CHANGELOG
|
||||
|
||||
1.4 - 2023.04.22
|
||||
- require dotclear 2.26
|
||||
- use latest dotclear namespace
|
||||
- use sql statement
|
||||
- fix nullsafe warnings
|
||||
emailNotification 1.5 - 2023.05.14
|
||||
===========================================================
|
||||
* require dotclear 2.26
|
||||
* fix wrong repository version
|
||||
|
||||
1.3 - 2023.03.26
|
||||
- require dotclear 2.26
|
||||
- use namespace
|
||||
emailNotification 1.4 - 2023.04.22
|
||||
===========================================================
|
||||
* require dotclear 2.26
|
||||
* use latest dotclear namespace
|
||||
* use sql statement
|
||||
* fix nullsafe warnings
|
||||
|
||||
1.2 - 2022.12.07
|
||||
- update to dotclear 2.24
|
||||
emailNotification 1.3 - 2023.03.26
|
||||
===========================================================
|
||||
* require dotclear 2.26
|
||||
* use namespace
|
||||
|
||||
1.1
|
||||
- first commit on github
|
||||
emailNotification 1.2 - 2022.12.07
|
||||
===========================================================
|
||||
* update to dotclear 2.24
|
||||
|
||||
emailNotification 1.1
|
||||
===========================================================
|
||||
* first commit on github
|
30
README.md
30
README.md
@ -1,11 +1,10 @@
|
||||
# README
|
||||
|
||||
[![Release](https://img.shields.io/github/v/release/JcDenis/emailNotification)](https://github.com/JcDenis/emailNotification/releases)
|
||||
[![Date](https://img.shields.io/github/release-date/JcDenis/emailNotification)](https://github.com/JcDenis/emailNotification/releases)
|
||||
[![Issues](https://img.shields.io/github/issues/JcDenis/emailNotification)](https://github.com/JcDenis/emailNotification/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/emailNotification)
|
||||
[![License](https://img.shields.io/github/license/JcDenis/emailNotification)](https://github.com/JcDenis/emailNotification/blob/master/LICENSE)
|
||||
[![Release](https://img.shields.io/badge/release-1.6-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/emailNotification/releases)
|
||||
[![Date](https://img.shields.io/badge/date-2023.08.12-c44d58.svg)](https://git.dotclear.watch/JcDenis/emailNotification/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/emailNotification)
|
||||
[![License](https://img.shields.io/github/license/JcDenis/emailNotification)](https://git.dotclear.watch/JcDenis/emailNotification/blob/master/LICENSE)
|
||||
|
||||
## WHAT IS EMAILNOTIFICATION ?
|
||||
|
||||
@ -16,10 +15,11 @@ It sends email when a new comment is done.
|
||||
|
||||
## REQUIREMENTS
|
||||
|
||||
_Email notification_ requires:
|
||||
_Email notification_ requires:
|
||||
|
||||
* Dotclear 2.26
|
||||
* A working mail service
|
||||
* Dotclear 2.27
|
||||
* PHP 7.4+
|
||||
* A working mail service
|
||||
|
||||
## USAGE
|
||||
|
||||
@ -30,13 +30,13 @@ Go to ''user preferences'' => fieldset ''others options'', fill in form.
|
||||
|
||||
## LINKS
|
||||
|
||||
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
|
||||
* Source & contribution : [GitHub Page](https://github.com/JcDenis/emailNotification)
|
||||
* Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/emailNotification)
|
||||
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
|
||||
* Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/emailNotification) or [GitHub Page](https://github.com/JcDenis/emailNotification)
|
||||
* Packages & details : [Gitea Page](https://git.dotclear.watch/JcDenis/emailNotification/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/emailNotification)
|
||||
|
||||
## CONTRIBUTORS
|
||||
|
||||
* Olivier Meunier (author)
|
||||
* Jean-Christian Denis
|
||||
* Olivier Meunier (author)
|
||||
* Jean-Christian Denis
|
||||
|
||||
You are welcome to contribute to this code.
|
||||
You are welcome to contribute to this code.
|
||||
|
12
_define.php
12
_define.php
@ -10,7 +10,7 @@
|
||||
* @copyright Jean-Christian Denis
|
||||
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
||||
*/
|
||||
if (!defined('DC_RC_PATH') || is_null(dcCore::app()->auth)) {
|
||||
if (!defined('DC_RC_PATH')) {
|
||||
return null;
|
||||
}
|
||||
|
||||
@ -18,16 +18,16 @@ $this->registerModule(
|
||||
'Email notification',
|
||||
'Email notification',
|
||||
'Olivier Meunier and contributors',
|
||||
'1.5',
|
||||
'1.6',
|
||||
[
|
||||
'requires' => [['core', '2.26']],
|
||||
'requires' => [['core', '2.27']],
|
||||
'permissions' => dcCore::app()->auth->makePermissions([
|
||||
dcCore::app()->auth::PERMISSION_USAGE,
|
||||
dcCore::app()->auth::PERMISSION_CONTENT_ADMIN,
|
||||
]),
|
||||
'type' => 'plugin',
|
||||
'support' => 'https://github.com/JcDenis/emailNotification',
|
||||
'details' => 'https://plugins.dotaddict.org/dc2/details/emailNotification',
|
||||
'repository' => 'https://raw.githubusercontent.com/JcDenis/emailNotification/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',
|
||||
]
|
||||
);
|
||||
|
10
dcstore.xml
10
dcstore.xml
@ -2,12 +2,12 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="emailNotification">
|
||||
<name>Email notification</name>
|
||||
<version>1.5</version>
|
||||
<version>1.6</version>
|
||||
<author>Olivier Meunier and contributors</author>
|
||||
<desc>Email notification</desc>
|
||||
<file>https://github.com/JcDenis/emailNotification/releases/download/v1.5/plugin-emailNotification.zip</file>
|
||||
<da:dcmin>2.26</da:dcmin>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/emailNotification</da:details>
|
||||
<da:support>https://github.com/JcDenis/emailNotification</da:support>
|
||||
<file>https://git.dotclear.watch/JcDenis/emailNotification/releases/download/v1.6/plugin-emailNotification.zip</file>
|
||||
<da:dcmin>2.27</da:dcmin>
|
||||
<da:details>https://git.dotclear.watch/JcDenis/emailNotification/src/branch/master/README.md</da:details>
|
||||
<da:support>https://git.dotclear.watch/JcDenis/emailNotification/issues</da:support>
|
||||
</module>
|
||||
</modules>
|
||||
|
Loading…
Reference in New Issue
Block a user