release 2023.04.23

master
Jean-Christian Paul Denis 2023-04-23 20:38:24 +02:00
parent 7f6b8947c4
commit fe115dc6a3
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2023.04.23
- require dotclear 2.26
- use latest dotclear namespace
- add plugin Uninstaller features
- remove magic
- fix nullsafe warnings
2023.03.26
- require dotclear 2.26
- use namespace

View File

@ -18,7 +18,7 @@ $this->registerModule(
"Dotclear's latest versions",
'Show the latest available versions of Dotclear',
'Jean-Christian Denis, Pierre Van Glabeke',
'2023.03.26',
'2023.04.23',
[
'requires' => [['core', '2.26']],
'permissions' => dcCore::app()->auth->makePermissions([

View File

@ -2,10 +2,10 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="dcLatestVersions">
<name>Dotclear's latest versions</name>
<version>2023.03.26</version>
<version>2023.04.23</version>
<author>Jean-Christian Denis, Pierre Van Glabeke</author>
<desc>Show the latest available versions of Dotclear</desc>
<file>https://github.com/JcDenis/dcLatestVersions/releases/download/v2023.03.26/plugin-dcLatestVersions.zip</file>
<file>https://github.com/JcDenis/dcLatestVersions/releases/download/v2023.04.23/plugin-dcLatestVersions.zip</file>
<da:dcmin>2.26</da:dcmin>
<da:details>http://plugins.dotaddict.org/dc2/details/dcLatestVersions</da:details>
<da:support>http://forum.dotclear.org/viewforum.php?id=16</da:support>