Skip to content

Commit a36f654

Browse files
committed
release 2023.05.13
1 parent 1369a30 commit a36f654

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2023.05.13
2+
- require dotclear 2.26
3+
- fix sql statement
4+
- fix backend js
5+
- cleanup for dotclear 2.26 stable
6+
17
2023.04.23
28
- require dotclear 2.26
39
- use latest dotclear namespace

Diff for: _define.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
* @copyright Jean-Christian Denis
1111
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
1212
*/
13-
if (!defined('DC_RC_PATH')) {
13+
if (!defined('DC_RC_PATH') || is_null(dcCore::app()->auth)) {
1414
return null;
1515
}
1616

1717
$this->registerModule(
1818
'Expired entries',
1919
'Change entries options at a given date',
2020
'Jean-Christian Denis and Contributors',
21-
'2023.04.23',
21+
'2023.05.13',
2222
[
2323
'requires' => [['core', '2.26']],
2424
'permissions' => dcCore::app()->auth->makePermissions([
25-
dcAuth::PERMISSION_USAGE,
26-
dcAuth::PERMISSION_CONTENT_ADMIN,
25+
dcCore::app()->auth::PERMISSION_USAGE,
26+
dcCore::app()->auth::PERMISSION_CONTENT_ADMIN,
2727
]),
2828
'type' => 'plugin',
2929
'support' => 'https://github.com/JcDenis/' . basename(__DIR__),

Diff for: dcstore.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<modules xmlns:da="http://dotaddict.org/da/">
33
<module id="postExpired">
44
<name>Expired entries</name>
5-
<version>2023.04.23</version>
5+
<version>2023.05.13</version>
66
<author>Jean-Christian Denis and Contributors</author>
77
<desc>Change entries options at a given date</desc>
8-
<file>https://github.com/JcDenis/postExpired/releases/download/v2023.04.23/plugin-postExpired.zip</file>
8+
<file>https://github.com/JcDenis/postExpired/releases/download/v2023.05.13/plugin-postExpired.zip</file>
99
<da:dcmin>2.26</da:dcmin>
1010
<da:details>https://plugins.dotaddict.org/dc2/details/postExpired</da:details>
1111
<da:support>https://github.com/JcDenis/postExpired</da:support>

0 commit comments

Comments
 (0)