release 2021.10.09

This commit is contained in:
Jean-Christian Paul Denis 2021-09-10 18:23:24 +02:00
parent 8dff5e8f55
commit cf74a1b88f
2 changed files with 4 additions and 3 deletions

View File

@ -19,7 +19,7 @@ $this->registerModule(
'pacKman',
'Manage your Dotclear packages',
'Jean-Christian Denis',
'2021.08.22.1',
'2021.09.10',
[
'requires' => [['core', '2.19']],
'permissions' => null,

View File

@ -1,10 +1,11 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="pacKman">
<name>pacKman</name>
<version>2021.08.22.1</version>
<version>2021.09.10</version>
<author>Jean-Christian Denis</author>
<desc>Manage your Dotclear packages</desc>
<file>https://github.com/JcDenis/pacKman/releases/download/v2021.08.22.1/plugin-pacKman.zip</file>
<file>https://github.com/JcDenis/pacKman/releases/download/v2021.09.10/plugin-pacKman.zip</file>
<da:dcmin>2.19</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/pacKman</da:details>
<da:support>https://github.com/JcDenis/pacKman</da:support>
</module>