release 1.1.1

master
Jean-Christian Paul Denis 2023-04-23 22:32:56 +02:00
parent 890ef25307
commit 8e1fda785f
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
4 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,8 @@
1.1.1 - 2023..04.23
- require Dotclear 2.26
- use latest dotclear namespace
- fix nullsafe warnings
1.1 - 2023.03.21
- require Dotclear 2.26
- use dcNsProcess

View File

@ -18,7 +18,7 @@ $this->registerModule(
'Tiny packer',
'Quick pack theme or plugin into public dir',
'Jean-Christian Denis',
'1.1',
'1.1.1',
[
'requires' => [['core', '2.26']],
'permissions' => null,

View File

@ -2,10 +2,10 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="tinyPacker">
<name>Tiny packer</name>
<version>1.1</version>
<version>1.1.1</version>
<author>Jean-Christian Denis</author>
<desc>Quick pack theme or plugin into public dir</desc>
<file>https://github.com/JcDenis/tinyPacker/releases/download/v1.1/plugin-tinyPacker.zip</file>
<file>https://github.com/JcDenis/tinyPacker/releases/download/v1.1.1/plugin-tinyPacker.zip</file>
<da:dcmin>2.26</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/tinyPacker</da:details>
<da:support>https://github.com/JcDenis/tinyPacker</da:support>

View File

@ -9,5 +9,7 @@
# DOT NOT MODIFY THIS FILE !
#
l10n::$locales['Destination directory is not writable.'] = 'Le répertoire de destination n\'est pas accessible en écriture.';
l10n::$locales['Quick pack theme or plugin into public dir'] = 'Empaquetage rapide de thème ou plugin dans le répertoire public';
use Dotclear\Helper\L10n;
L10n::$locales['Destination directory is not writable.'] = 'Le répertoire de destination n\'est pas accessible en écriture.';
L10n::$locales['Quick pack theme or plugin into public dir'] = 'Empaquetage rapide de thème ou plugin dans le répertoire public';