release 2023.04.23
parent
7f6b8947c4
commit
fe115dc6a3
|
@ -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
|
2023.03.26
|
||||||
- require dotclear 2.26
|
- require dotclear 2.26
|
||||||
- use namespace
|
- use namespace
|
||||||
|
|
|
@ -18,7 +18,7 @@ $this->registerModule(
|
||||||
"Dotclear's latest versions",
|
"Dotclear's latest versions",
|
||||||
'Show the latest available versions of Dotclear',
|
'Show the latest available versions of Dotclear',
|
||||||
'Jean-Christian Denis, Pierre Van Glabeke',
|
'Jean-Christian Denis, Pierre Van Glabeke',
|
||||||
'2023.03.26',
|
'2023.04.23',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.26']],
|
'requires' => [['core', '2.26']],
|
||||||
'permissions' => dcCore::app()->auth->makePermissions([
|
'permissions' => dcCore::app()->auth->makePermissions([
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="dcLatestVersions">
|
<module id="dcLatestVersions">
|
||||||
<name>Dotclear's latest versions</name>
|
<name>Dotclear's latest versions</name>
|
||||||
<version>2023.03.26</version>
|
<version>2023.04.23</version>
|
||||||
<author>Jean-Christian Denis, Pierre Van Glabeke</author>
|
<author>Jean-Christian Denis, Pierre Van Glabeke</author>
|
||||||
<desc>Show the latest available versions of Dotclear</desc>
|
<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:dcmin>2.26</da:dcmin>
|
||||||
<da:details>http://plugins.dotaddict.org/dc2/details/dcLatestVersions</da:details>
|
<da:details>http://plugins.dotaddict.org/dc2/details/dcLatestVersions</da:details>
|
||||||
<da:support>http://forum.dotclear.org/viewforum.php?id=16</da:support>
|
<da:support>http://forum.dotclear.org/viewforum.php?id=16</da:support>
|
||||||
|
|
Loading…
Reference in New Issue