release 2023.04.06
This commit is contained in:
parent
465b397504
commit
e0e18f4988
@ -1,3 +1,8 @@
|
||||
2023.04.06
|
||||
- update to latest dotclear 2.26-dev changes
|
||||
- use Helper Form
|
||||
- cleanup main class
|
||||
|
||||
2023.03.19
|
||||
- fix init check
|
||||
- fix some phpstan warnings
|
||||
|
@ -20,7 +20,7 @@ $this->registerModule(
|
||||
'Packages repository',
|
||||
'Manage your Dotclear packages',
|
||||
'Jean-Christian Denis',
|
||||
'2023.03.19',
|
||||
'2023.04.06',
|
||||
[
|
||||
'requires' => [['core', '2.26']],
|
||||
'permissions' => null,
|
||||
|
@ -2,10 +2,10 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="pacKman">
|
||||
<name>Packages repository</name>
|
||||
<version>2023.03.19</version>
|
||||
<version>2023.04.06</version>
|
||||
<author>Jean-Christian Denis</author>
|
||||
<desc>Manage your Dotclear packages</desc>
|
||||
<file>https://github.com/JcDenis/pacKman/releases/download/v2023.03.19/plugin-pacKman.zip</file>
|
||||
<file>https://github.com/JcDenis/pacKman/releases/download/v2023.04.06/plugin-pacKman.zip</file>
|
||||
<da:dcmin>2.26</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