diff --git a/CHANGELOG.md b/CHANGELOG.md index 45bc40f..3af8ad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/_define.php b/_define.php index d44506d..81bc234 100644 --- a/_define.php +++ b/_define.php @@ -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, diff --git a/dcstore.xml b/dcstore.xml index 1bd5007..0c1540e 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ Tiny packer - 1.1 + 1.1.1 Jean-Christian Denis Quick pack theme or plugin into public dir - https://github.com/JcDenis/tinyPacker/releases/download/v1.1/plugin-tinyPacker.zip + https://github.com/JcDenis/tinyPacker/releases/download/v1.1.1/plugin-tinyPacker.zip 2.26 https://plugins.dotaddict.org/dc2/details/tinyPacker https://github.com/JcDenis/tinyPacker diff --git a/locales/fr/main.lang.php b/locales/fr/main.lang.php index 99912f5..0ca6aa8 100644 --- a/locales/fr/main.lang.php +++ b/locales/fr/main.lang.php @@ -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';