release 2023.05.13
This commit is contained in:
parent
cbb966d700
commit
6dd3f2b4ba
3 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2023.05.13
|
||||||
|
- require dotclear 2.26
|
||||||
|
- release for dotclear 2.26 stable
|
||||||
|
|
||||||
2023.04.23
|
2023.04.23
|
||||||
- require dotclear 2.26
|
- require dotclear 2.26
|
||||||
- use latest dotclear namespace
|
- use latest dotclear 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.04.23',
|
'2023.05.13',
|
||||||
[
|
[
|
||||||
'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.04.23</version>
|
<version>2023.05.13</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.04.23/plugin-dcLatestVersions.zip</file>
|
<file>https://github.com/JcDenis/dcLatestVersions/releases/download/v2023.05.13/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 a new issue