From 6954aa0df3095243ee6e4fb3fa47bfedba36c787 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 30 Jul 2023 10:24:10 +0200 Subject: [PATCH] fix release 2023.07.30 --- _define.php | 2 +- dcstore.xml | 4 ++-- src/Utils.php | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_define.php b/_define.php index db8cd5e..d18dcf2 100644 --- a/_define.php +++ b/_define.php @@ -20,7 +20,7 @@ $this->registerModule( 'Packages repository', 'Manage your Dotclear packages', 'Jean-Christian Denis', - '2023.07.29', + '2023.07.30', [ 'requires' => [ ['php', '8.1'], diff --git a/dcstore.xml b/dcstore.xml index a0f428a..ab95167 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Packages repository - 2023.07.29 + 2023.07.30 Jean-Christian Denis Manage your Dotclear packages - https://github.com/JcDenis/pacKman/releases/download/v2023.07.29/plugin-pacKman.zip + https://github.com/JcDenis/pacKman/releases/download/v2023.07.30/plugin-pacKman.zip 2.27 https://plugins.dotaddict.org/dc2/details/pacKman https://github.com/JcDenis/pacKman diff --git a/src/Utils.php b/src/Utils.php index 1a9153e..1e3efac 100644 --- a/src/Utils.php +++ b/src/Utils.php @@ -166,9 +166,9 @@ class Utils (new Submit(['packup'])) ->value(__('Pack up selected modules')), ... My::hiddenFields([ - 'type' => $type, + 'type' => $type, 'action' => 'packup', - 'redir' => Html::escapeHTML($_REQUEST['redir'] ?? ''), + 'redir' => Html::escapeHTML($_REQUEST['redir'] ?? ''), ]), ]), ]), @@ -312,7 +312,7 @@ class Utils (new Submit(['packup'])) ->value(__('ok')), ... My::hiddenFields([ - 'tab' => 'repository', + 'tab' => 'repository', 'type' => $type, ]), ]),