From 9c14ccfc023609b0ef9a1e77a1f928bc2d84ed7c Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Tue, 21 Mar 2023 21:07:31 +0100 Subject: [PATCH] release 1.1 --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- _define.php | 4 ++-- dcstore.xml | 6 +++--- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f88383c..45bc40f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +1.1 - 2023.03.21 +- require Dotclear 2.26 +- use dcNsProcess +- use new Zip Helper +- use new Behaviors methods +- add translation + 1.0 - 2022.12.23 - use anonymous functions - use namesapce diff --git a/README.md b/README.md index 59ab575..e56e843 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Release](https://img.shields.io/github/v/release/JcDenis/tinyPacker)](https://github.com/JcDenis/tinyPacker/releases) [![Date](https://img.shields.io/github/release-date/JcDenis/tinyPacker)](https://github.com/JcDenis/tinyPacker/releases) [![Issues](https://img.shields.io/github/issues/JcDenis/tinyPacker)](https://github.com/JcDenis/tinyPacker/issues) -[![Dotclear](https://img.shields.io/badge/dotclear-v2.24-blue.svg)](https://fr.dotclear.org/download) +[![Dotclear](https://img.shields.io/badge/dotclear-v2.26-blue.svg)](https://fr.dotclear.org/download) [![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/tinyPacker) [![License](https://img.shields.io/github/license/JcDenis/tinyPacker)](https://github.com/JcDenis/tinyPacker/blob/master/LICENSE) @@ -20,7 +20,7 @@ direct from Dotclear blog manager. _tinyPacker_ requires: * Super administrator permissions - * Dotclear 2.24 + * Dotclear 2.26 * A writable public directory. ## USAGE diff --git a/_define.php b/_define.php index ae4c4a9..d44506d 100644 --- a/_define.php +++ b/_define.php @@ -18,9 +18,9 @@ $this->registerModule( 'Tiny packer', 'Quick pack theme or plugin into public dir', 'Jean-Christian Denis', - '1.0', + '1.1', [ - 'requires' => [['core', '2.24']], + 'requires' => [['core', '2.26']], 'permissions' => null, 'type' => 'plugin', 'support' => 'https://github.com/JcDenis/' . basename(__DIR__), diff --git a/dcstore.xml b/dcstore.xml index f3c5181..1bd5007 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,11 +2,11 @@ Tiny packer - 1.0 + 1.1 Jean-Christian Denis Quick pack theme or plugin into public dir - https://github.com/JcDenis/tinyPacker/releases/download/v1.0/plugin-tinyPacker.zip - 2.24 + https://github.com/JcDenis/tinyPacker/releases/download/v1.1/plugin-tinyPacker.zip + 2.26 https://plugins.dotaddict.org/dc2/details/tinyPacker https://github.com/JcDenis/tinyPacker