File tree 3 files changed +12
-6
lines changed
3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change
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
+
1
7
2023.04.23
2
8
- require dotclear 2.26
3
9
- use latest dotclear namespace
Original file line number Diff line number Diff line change 10
10
* @copyright Jean-Christian Denis
11
11
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
12
12
*/
13
- if (!defined ('DC_RC_PATH ' )) {
13
+ if (!defined ('DC_RC_PATH ' ) || is_null (dcCore:: app ()-> auth ) ) {
14
14
return null ;
15
15
}
16
16
17
17
$ this ->registerModule (
18
18
'Expired entries ' ,
19
19
'Change entries options at a given date ' ,
20
20
'Jean-Christian Denis and Contributors ' ,
21
- '2023.04.23 ' ,
21
+ '2023.05.13 ' ,
22
22
[
23
23
'requires ' => [['core ' , '2.26 ' ]],
24
24
'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 ,
27
27
]),
28
28
'type ' => 'plugin ' ,
29
29
'support ' => 'https://github.com/JcDenis/ ' . basename (__DIR__ ),
Original file line number Diff line number Diff line change 2
2
<modules xmlns : da =" http://dotaddict.org/da/" >
3
3
<module id =" postExpired" >
4
4
<name >Expired entries</name >
5
- <version >2023.04.23 </version >
5
+ <version >2023.05.13 </version >
6
6
<author >Jean-Christian Denis and Contributors</author >
7
7
<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 >
9
9
<da : dcmin >2.26</da : dcmin >
10
10
<da : details >https://plugins.dotaddict.org/dc2/details/postExpired</da : details >
11
11
<da : support >https://github.com/JcDenis/postExpired</da : support >
You can’t perform that action at this time.
0 commit comments