release 2022.12.03
This commit is contained in:
parent
a30c43b882
commit
253f15926a
@ -1,3 +1,5 @@
|
||||
2022.12.03
|
||||
- cope with disabled modules
|
||||
|
||||
2022.11.20
|
||||
- fix compatibility with Dotclear 2.24 (required)
|
||||
|
@ -18,7 +18,7 @@ $this->registerModule(
|
||||
'pacKman',
|
||||
'Manage your Dotclear packages',
|
||||
'Jean-Christian Denis',
|
||||
'2022.11.20',
|
||||
'2022.12.03',
|
||||
[
|
||||
'requires' => [['core', '2.24']],
|
||||
'permissions' => null,
|
||||
|
@ -2,10 +2,10 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="pacKman">
|
||||
<name>pacKman</name>
|
||||
<version>2022.11.20</version>
|
||||
<version>2022.12.03</version>
|
||||
<author>Jean-Christian Denis</author>
|
||||
<desc>Manage your Dotclear packages</desc>
|
||||
<file>https://github.com/JcDenis/pacKman/releases/download/v2022.11.20/plugin-pacKman.zip</file>
|
||||
<file>https://github.com/JcDenis/pacKman/releases/download/v2022.12.03/plugin-pacKman.zip</file>
|
||||
<da:dcmin>2.24</da:dcmin>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/pacKman</da:details>
|
||||
<da:support>https://github.com/JcDenis/pacKman</da:support>
|
||||
|
Loading…
Reference in New Issue
Block a user