release 1.5 (fix repository version)
This commit is contained in:
parent
5d524fc2fc
commit
980f880ca5
@ -1,3 +1,7 @@
|
||||
1.5 - 2023.05.14
|
||||
- require dotclear 2.26
|
||||
- fix wrong repository version
|
||||
|
||||
1.4 - 2023.04.22
|
||||
- require dotclear 2.26
|
||||
- use latest dotclear namespace
|
||||
|
@ -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')) {
|
||||
if (!defined('DC_RC_PATH') || is_null(dcCore::app()->auth)) {
|
||||
return null;
|
||||
}
|
||||
|
||||
@ -18,12 +18,12 @@ $this->registerModule(
|
||||
'Email notification',
|
||||
'Email notification',
|
||||
'Olivier Meunier and contributors',
|
||||
'1.4',
|
||||
'1.5',
|
||||
[
|
||||
'requires' => [['core', '2.26']],
|
||||
'permissions' => dcCore::app()->auth->makePermissions([
|
||||
dcAuth::PERMISSION_USAGE,
|
||||
dcAuth::PERMISSION_CONTENT_ADMIN,
|
||||
dcCore::app()->auth::PERMISSION_USAGE,
|
||||
dcCore::app()->auth::PERMISSION_CONTENT_ADMIN,
|
||||
]),
|
||||
'type' => 'plugin',
|
||||
'support' => 'https://github.com/JcDenis/emailNotification',
|
||||
|
@ -2,10 +2,10 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="emailNotification">
|
||||
<name>Email notification</name>
|
||||
<version>1.4</version>
|
||||
<version>1.5</version>
|
||||
<author>Olivier Meunier and contributors</author>
|
||||
<desc>Email notification</desc>
|
||||
<file>https://github.com/JcDenis/emailNotification/releases/download/v1.4/plugin-emailNotification.zip</file>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user