release 2023.05.21
parent
7f931f24ad
commit
5618a4c803
|
@ -1,3 +1,8 @@
|
|||
2023.05.21
|
||||
- require dotclear 2.26
|
||||
- fix sidebar menu toggle
|
||||
- add ability to change password
|
||||
|
||||
2023.05.13
|
||||
- require dotclear 2.26
|
||||
- fix sql statement
|
||||
|
|
|
@ -18,7 +18,7 @@ $this->registerModule(
|
|||
'Expired entries',
|
||||
'Change entries options at a given date',
|
||||
'Jean-Christian Denis and Contributors',
|
||||
'2023.05.13',
|
||||
'2023.05.21',
|
||||
[
|
||||
'requires' => [['core', '2.26']],
|
||||
'permissions' => dcCore::app()->auth->makePermissions([
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="postExpired">
|
||||
<name>Expired entries</name>
|
||||
<version>2023.05.13</version>
|
||||
<version>2023.05.21</version>
|
||||
<author>Jean-Christian Denis and Contributors</author>
|
||||
<desc>Change entries options at a given date</desc>
|
||||
<file>https://github.com/JcDenis/postExpired/releases/download/v2023.05.13/plugin-postExpired.zip</file>
|
||||
<file>https://github.com/JcDenis/postExpired/releases/download/v2023.05.21/plugin-postExpired.zip</file>
|
||||
<da:dcmin>2.26</da:dcmin>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/postExpired</da:details>
|
||||
<da:support>https://github.com/JcDenis/postExpired</da:support>
|
||||
|
|
Loading…
Reference in New Issue