diff --git a/CHANGELOG.md b/CHANGELOG.md index 65c934e..e48f66e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 - fix preg match on excluded files diff --git a/README.md b/README.md index 84f1fd7..58f23eb 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ themes and plugins from Dotclear administration pages. * Super administrator permissions * Dotclear 2.26 + * PHP 8.1 * A writable cache directory * A writable directory to put packages. (can be VAR dir) diff --git a/_define.php b/_define.php index 9fb6747..05624b7 100644 --- a/_define.php +++ b/_define.php @@ -20,7 +20,7 @@ $this->registerModule( 'Packages repository', 'Manage your Dotclear packages', 'Jean-Christian Denis', - '2023.03.14', + '2023.03.18', [ 'requires' => [['core', '2.26']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index e09bc7c..e0f08cc 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Packages repository - 2023.03.14 + 2023.03.18 Jean-Christian Denis Manage your Dotclear packages - https://github.com/JcDenis/pacKman/releases/download/v2023.03.14/plugin-pacKman.zip + https://github.com/JcDenis/pacKman/releases/download/v2023.03.18/plugin-pacKman.zip 2.26 https://plugins.dotaddict.org/dc2/details/pacKman https://github.com/JcDenis/pacKman