diff --git a/CHANGELOG.md b/CHANGELOG.md index 16279a0..cc9bc78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,34 +1,49 @@ -1.2 - 2023.07.30 -- require Dotclear 2.26 -- require PHP 7.4+ -- update to Dotclear 2.27-dev +tinyPacker 1.3 - 2023.08.13 +=========================================================== +* Require Dotclear 2.27 +* Require PHP 7.4 +* Move third party repository +* Use Dotclear style for CHANGELOG -1.1.1 - 2023..04.23 -- require Dotclear 2.26 -- use latest dotclear namespace -- fix nullsafe warnings +tinyPacker 1.2 - 2023.07.30 +=========================================================== +* require Dotclear 2.26 +* require PHP 7.4+ +* update to Dotclear 2.27-dev -1.1 - 2023.03.21 -- require Dotclear 2.26 -- use dcNsProcess -- use new Zip Helper -- use new Behaviors methods -- add translation +tinyPacker 1.1.1 - 2023..04.23 +=========================================================== +* require Dotclear 2.26 +* use latest dotclear namespace +* fix nullsafe warnings -1.0 - 2022.12.23 -- use anonymous functions -- use namesapce -- use abstract plugin id +tinyPacker 1.1 - 2023.03.21 +=========================================================== +* require Dotclear 2.26 +* use dcNsProcess +* use new Zip Helper +* use new Behaviors methods +* add translation -0.5 - 2022.11.20 -- fix compatibility with Dotclear 2.24 (required) +tinyPacker 1.0 - 2022.12.23 +=========================================================== +* use anonymous functions +* use namesapce +* use abstract plugin id -0.4 - 2021.09.02 -- clean up code -- add dcstore.xml +tinyPacker 0.5 - 2022.11.20 +=========================================================== +* fix compatibility with Dotclear 2.24 (required) -0.3 - 2021.08.18 -- cleaned code and adopt PSR2 +tinyPacker 0.4 - 2021.09.02 +=========================================================== +* clean up code +* add dcstore.xml -0.1 - 2010.10.22 -- first version \ No newline at end of file +tinyPacker 0.3 - 2021.08.18 +=========================================================== +* cleaned code and adopt PSR2 + +tinyPacker 0.1 - 2010.10.22 +=========================================================== +* first version \ No newline at end of file diff --git a/README.md b/README.md index 192505a..cc23835 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # README -[![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.27-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) +[![Release](https://img.shields.io/badge/release-1.3-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/tinyPacker/releases) +[![Date](https://img.shields.io/badge/date-2023.08.13-c44d58.svg)](https://git.dotclear.watch/JcDenis/tinyPacker/releases) +[![Dotclear](https://img.shields.io/badge/dotclear-v2.27-137bbb.svg)](https://fr.dotclear.org/download) +[![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/tinyPacker) +[![License](https://img.shields.io/github/license/JcDenis/tinyPacker)](https://git.dotclear.watch/JcDenis/tinyPacker/blob/master/LICENSE) ## WHAT IS tinyPacker ? @@ -19,10 +18,10 @@ direct from Dotclear blog manager. _tinyPacker_ requires: - * Super administrator permissions - * A writable public directory. - * Dotclear 2.27 - * PHP 7.4+ +* Super administrator permissions +* A writable public directory. +* Dotclear 2.27 +* PHP 7.4+ ## USAGE @@ -35,12 +34,12 @@ and it's pack into current blog public directory. ## MORE - * License : GNU GPL v2 - * Source & contribution : [GitHub Page](https://github.com/JcDenis/tinyPacker) - * Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/tinyPacker) +* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) +* Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/tinyPacker) or [GitHub Page](https://github.com/JcDenis/tinyPacker) +* Packages & details: [Gitea Page](https://git.dotclear.watch/JcDenis/tinyPacker/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/tinyPacker) ## CONTRIBUTORS - * Jean-Christian Denis +* Jean-Christian Denis - You are welcome to contribute to this code. \ No newline at end of file +You are welcome to contribute to this code. diff --git a/_define.php b/_define.php index 37bb861..6d6cecd 100644 --- a/_define.php +++ b/_define.php @@ -18,13 +18,13 @@ $this->registerModule( 'Tiny packer', 'Quick pack theme or plugin into public dir', 'Jean-Christian Denis', - '1.2', + '1.3', [ 'requires' => [['core', '2.27']], 'permissions' => null, 'type' => 'plugin', - 'support' => 'https://github.com/JcDenis/' . basename(__DIR__), - 'details' => 'https://plugins.dotaddict.org/dc2/details/' . basename(__DIR__), - 'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/master/dcstore.xml', + 'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues', + 'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md', + 'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml', ] ); diff --git a/dcstore.xml b/dcstore.xml index 3f26c37..d1edad2 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,12 +2,12 @@ Tiny packer - 1.2 + 1.3 Jean-Christian Denis Quick pack theme or plugin into public dir - https://github.com/JcDenis/tinyPacker/releases/download/v1.2/plugin-tinyPacker.zip + https://git.dotclear.watch/JcDenis/tinyPacker/releases/download/v1.3/plugin-tinyPacker.zip 2.27 - https://plugins.dotaddict.org/dc2/details/tinyPacker - https://github.com/JcDenis/tinyPacker + https://git.dotclear.watch/JcDenis/tinyPacker/src/branch/master/README.md + https://git.dotclear.watch/JcDenis/tinyPacker/issues