release 2023.10.07

This commit is contained in:
Jean-Christian Paul Denis 2023-10-07 15:36:31 +02:00
parent 425518ac89
commit b77173f9cf
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
7 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
pacKman 2023.10.06
pacKman 2023.10.07
===========================================================
* Require Dotclear 2.27
* Require Dotclear 2.28
* Require PHP 8.1+
* Update to Dotclear 2.28-dev

View File

@ -1,6 +1,6 @@
# README
[![Release](https://img.shields.io/badge/release-2023.10.06-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/pacKman/releases)
[![Release](https://img.shields.io/badge/release-2023.10.07-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/pacKman/releases)
[![Date](https://img.shields.io/badge/date-2023.10.07-c44d58.svg)](https://git.dotclear.watch/JcDenis/pacKman/releases)
[![Dotclear](https://img.shields.io/badge/dotclear-v2.28-137bbb.svg)](https://fr.dotclear.org/download)
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/pacKman)

View File

@ -20,7 +20,7 @@ $this->registerModule(
'Packages repository',
'Manage your Dotclear packages',
'Jean-Christian Denis',
'2023.10.06',
'2023.10.07',
[
'requires' => [
['php', '8.1'],

View File

@ -2,10 +2,10 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="pacKman">
<name>Packages repository</name>
<version>2023.10.06</version>
<version>2023.10.07</version>
<author>Jean-Christian Denis</author>
<desc>Manage your Dotclear packages</desc>
<file>https://github.com/JcDenis/pacKman/releases/download/v2023.10.06/plugin-pacKman.zip</file>
<file>git.dotclear.watch/JcDenis/pacKman/releases/download/v2023.10.07/plugin-pacKman.zip</file>
<da:dcmin>2.28</da:dcmin>
<da:details>https://git.dotclear.watch/JcDenis/pacKman/src/branch/master/README.md</da:details>
<da:support>https://git.dotclear.watch/JcDenis/pacKman/issues</da:support>

View File

@ -38,7 +38,7 @@ class Backend extends Process
'title' => My::name(),
'url' => My::manageUrl(),
'small-icon' => My::icons(),
'large-icon' => My::icons()
'large-icon' => My::icons(),
]);
});

View File

@ -119,7 +119,7 @@ class Config extends Process
(new Note())->class('form-note')->text(
sprintf(
__('Preconization: %s'),
App::blog()->publicPath() ?
App::blog()->publicPath() == '' ?
App::blog()->publicPath() : __("Blog's public directory")
) . ' ' . __('Leave it empty to use Dotclear VAR directory')
),

View File

@ -56,7 +56,7 @@ class Install extends Process
while ($record->fetch()) {
if (preg_match('/^packman_(.*?)$/', $record->f('setting_id'), $match)) {
$cur = App::blogWorspace()->openBlogWorkspaceCursor();
$cur = App::blogWorkspace()->openBlogWorkspaceCursor();
$cur->setField('setting_id', $match[1]);
$cur->setField('setting_ns', My::id());
$cur->update(