fix release 2023.07.30
This commit is contained in:
parent
39dd35decb
commit
6954aa0df3
@ -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'],
|
||||
|
@ -2,10 +2,10 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="pacKman">
|
||||
<name>Packages repository</name>
|
||||
<version>2023.07.29</version>
|
||||
<version>2023.07.30</version>
|
||||
<author>Jean-Christian Denis</author>
|
||||
<desc>Manage your Dotclear packages</desc>
|
||||
<file>https://github.com/JcDenis/pacKman/releases/download/v2023.07.29/plugin-pacKman.zip</file>
|
||||
<file>https://github.com/JcDenis/pacKman/releases/download/v2023.07.30/plugin-pacKman.zip</file>
|
||||
<da:dcmin>2.27</da:dcmin>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/pacKman</da:details>
|
||||
<da:support>https://github.com/JcDenis/pacKman</da:support>
|
||||
|
@ -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,
|
||||
]),
|
||||
]),
|
||||
|
Loading…
Reference in New Issue
Block a user