release 2023.05.13

This commit is contained in:
Jean-Christian Paul Denis 2023-05-13 14:58:18 +02:00
parent 1da7953741
commit 9a329fdc76
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2023.05.13
- require dotclear 2.26
- require php 8.1+
- use define php_min
- use html helper everywhere
2023.04.27
- require dotclear 2.26
- require php 8.1+

View File

@ -20,9 +20,9 @@ $this->registerModule(
'Packages repository',
'Manage your Dotclear packages',
'Jean-Christian Denis',
'2023.04.27',
'2023.05.13',
[
'requires' => [
'requires' => [
['php', '8.1'],
['core', '2.26'],
],

View File

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