release 2023.03.19

This commit is contained in:
Jean-Christian Paul Denis 2023-03-19 23:43:51 +01:00
parent 2f21d2105c
commit cd5b62be60
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2023.03.19
- fix init check
- fix some phpstan warnings
2023.03.18
- require PHP 8.1
- use new (un)zip helpers

View File

@ -20,7 +20,7 @@ $this->registerModule(
'Packages repository',
'Manage your Dotclear packages',
'Jean-Christian Denis',
'2023.03.18.1',
'2023.03.19',
[
'requires' => [['core', '2.26']],
'permissions' => null,

View File

@ -2,10 +2,10 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="pacKman">
<name>Packages repository</name>
<version>2023.03.18.1</version>
<version>2023.03.19</version>
<author>Jean-Christian Denis</author>
<desc>Manage your Dotclear packages</desc>
<file>https://github.com/JcDenis/pacKman/releases/download/v2023.03.18.1/plugin-pacKman.zip</file>
<file>https://github.com/JcDenis/pacKman/releases/download/v2023.03.19/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>