fix release 2023.07.30
This commit is contained in:
parent
39dd35decb
commit
6954aa0df3
@ -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.07.29',
|
'2023.07.30',
|
||||||
[
|
[
|
||||||
'requires' => [
|
'requires' => [
|
||||||
['php', '8.1'],
|
['php', '8.1'],
|
||||||
|
@ -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.07.29</version>
|
<version>2023.07.30</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.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:dcmin>2.27</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>
|
||||||
|
@ -166,9 +166,9 @@ class Utils
|
|||||||
(new Submit(['packup']))
|
(new Submit(['packup']))
|
||||||
->value(__('Pack up selected modules')),
|
->value(__('Pack up selected modules')),
|
||||||
... My::hiddenFields([
|
... My::hiddenFields([
|
||||||
'type' => $type,
|
'type' => $type,
|
||||||
'action' => 'packup',
|
'action' => 'packup',
|
||||||
'redir' => Html::escapeHTML($_REQUEST['redir'] ?? ''),
|
'redir' => Html::escapeHTML($_REQUEST['redir'] ?? ''),
|
||||||
]),
|
]),
|
||||||
]),
|
]),
|
||||||
]),
|
]),
|
||||||
@ -312,7 +312,7 @@ class Utils
|
|||||||
(new Submit(['packup']))
|
(new Submit(['packup']))
|
||||||
->value(__('ok')),
|
->value(__('ok')),
|
||||||
... My::hiddenFields([
|
... My::hiddenFields([
|
||||||
'tab' => 'repository',
|
'tab' => 'repository',
|
||||||
'type' => $type,
|
'type' => $type,
|
||||||
]),
|
]),
|
||||||
]),
|
]),
|
||||||
|
Loading…
Reference in New Issue
Block a user