From 2dd4889764ef63c41c4cb8d9a8e30421252b392d Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 19 Mar 2023 21:18:18 +0100 Subject: [PATCH] release 2023.03.19 (dc 2.26 / php 8.1) --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- _define.php | 4 ++-- dcstore.xml | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 678c540..2db2403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ dev - [ ] add update from external repositories +0.7 - 2023.03.19 +- require PHP 8.1 +- require Dotclear 2.26 +- use namespace +- use forms helpers +- use modules Define +- use dedicated settings class + 0.6.1 - 2023.01.07 - fix previously introduced unix bug diff --git a/README.md b/README.md index c64ca2f..322c73f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Release](https://img.shields.io/github/v/release/JcDenis/tweakStores)](https://github.com/JcDenis/tweakStores/releases) [![Date](https://img.shields.io/github/release-date/JcDenis/tweakStores)](https://github.com/JcDenis/tweakStores/releases) [![Issues](https://img.shields.io/github/issues/JcDenis/tweakStores)](https://github.com/JcDenis/tweakStores/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/tweakStores) [![License](https://img.shields.io/github/license/JcDenis/tweakStores)](https://github.com/JcDenis/tweakStores/blob/master/LICENSE) diff --git a/_define.php b/_define.php index 42a7427..6399ec9 100644 --- a/_define.php +++ b/_define.php @@ -18,9 +18,9 @@ $this->registerModule( 'Tweak stores', 'Helper to manage external repositories', 'Jean-Christian Denis and Contributors', - '0.6.1', + '0.7', [ - '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 094e407..b8c6a78 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,11 +2,11 @@ Tweak stores - 0.6.1 + 0.7 Jean-Christian Denis and Contributors Helper to manage external repositories - https://github.com/JcDenis/tweakStores/releases/download/v0.6.1/plugin-tweakStores.zip - 2.24 + https://github.com/JcDenis/tweakStores/releases/download/v0.7/plugin-tweakStores.zip + 2.26 https://plugins.dotaddict.org/dc2/details/tweakStores https://github.com/JcDenis/tweakStores