release 2023.05.13
This commit is contained in:
parent
1da7953741
commit
9a329fdc76
@ -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
|
2023.04.27
|
||||||
- require dotclear 2.26
|
- require dotclear 2.26
|
||||||
- require php 8.1+
|
- require php 8.1+
|
||||||
|
@ -20,9 +20,9 @@ $this->registerModule(
|
|||||||
'Packages repository',
|
'Packages repository',
|
||||||
'Manage your Dotclear packages',
|
'Manage your Dotclear packages',
|
||||||
'Jean-Christian Denis',
|
'Jean-Christian Denis',
|
||||||
'2023.04.27',
|
'2023.05.13',
|
||||||
[
|
[
|
||||||
'requires' => [
|
'requires' => [
|
||||||
['php', '8.1'],
|
['php', '8.1'],
|
||||||
['core', '2.26'],
|
['core', '2.26'],
|
||||||
],
|
],
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="pacKman">
|
<module id="pacKman">
|
||||||
<name>Packages repository</name>
|
<name>Packages repository</name>
|
||||||
<version>2023.04.27</version>
|
<version>2023.05.13</version>
|
||||||
<author>Jean-Christian Denis</author>
|
<author>Jean-Christian Denis</author>
|
||||||
<desc>Manage your Dotclear packages</desc>
|
<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:dcmin>2.26</da:dcmin>
|
||||||
<da:details>https://plugins.dotaddict.org/dc2/details/pacKman</da:details>
|
<da:details>https://plugins.dotaddict.org/dc2/details/pacKman</da:details>
|
||||||
<da:support>https://github.com/JcDenis/pacKman</da:support>
|
<da:support>https://github.com/JcDenis/pacKman</da:support>
|
||||||
|
Loading…
Reference in New Issue
Block a user