release 2023.03.18 - level6
This commit is contained in:
parent
417d9ba8b4
commit
7054d96d9e
@ -1,3 +1,9 @@
|
|||||||
|
2023.03.18
|
||||||
|
- require PHP 8.1
|
||||||
|
- use new (un)zip helpers
|
||||||
|
- use class for settings
|
||||||
|
- add setting to hide distributed modules
|
||||||
|
|
||||||
2023.03.14
|
2023.03.14
|
||||||
- fix preg match on excluded files
|
- fix preg match on excluded files
|
||||||
|
|
||||||
|
@ -21,6 +21,7 @@ themes and plugins from Dotclear administration pages.
|
|||||||
|
|
||||||
* Super administrator permissions
|
* Super administrator permissions
|
||||||
* Dotclear 2.26
|
* Dotclear 2.26
|
||||||
|
* PHP 8.1
|
||||||
* A writable cache directory
|
* A writable cache directory
|
||||||
* A writable directory to put packages. (can be VAR dir)
|
* A writable directory to put packages. (can be VAR dir)
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ $this->registerModule(
|
|||||||
'Packages repository',
|
'Packages repository',
|
||||||
'Manage your Dotclear packages',
|
'Manage your Dotclear packages',
|
||||||
'Jean-Christian Denis',
|
'Jean-Christian Denis',
|
||||||
'2023.03.14',
|
'2023.03.18',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.26']],
|
'requires' => [['core', '2.26']],
|
||||||
'permissions' => null,
|
'permissions' => null,
|
||||||
|
@ -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.03.14</version>
|
<version>2023.03.18</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.03.14/plugin-pacKman.zip</file>
|
<file>https://github.com/JcDenis/pacKman/releases/download/v2023.03.18/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