From d1df59bdc1f35e82875c666b2ecfe7fe28142085 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 1 Jul 2023 10:42:49 +0200 Subject: [PATCH] release 0.9.6 --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- _define.php | 4 ++-- dcstore.xml | 6 +++--- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce799f..9365712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ todo: - add user pref cleaner - add meta cleaner +0.9.6 - 2023.07.01 +- require Dotclear 2.27 and PHP 8.1+ +- fix PHP 8.1 limitation +- use Dotclear 2.27 My helpers + 0.9.5 - 2023.05.31 - require Dotclear 2.26 and PHP 8.1+ - fix Traits constants in php 8.1 diff --git a/README.md b/README.md index 7a7f12d..2d87633 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Release](https://img.shields.io/github/v/release/JcDenis/Uninstaller)](https://github.com/JcDenis/Uninstaller/releases) [![Date](https://img.shields.io/github/release-date/JcDenis/Uninstaller)](https://github.com/JcDenis/Uninstaller/releases) [![Issues](https://img.shields.io/github/issues/JcDenis/Uninstaller)](https://github.com/JcDenis/Uninstaller/issues) -[![Dotclear](https://img.shields.io/badge/dotclear-v2.26-blue.svg)](https://fr.dotclear.org/download) +[![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/Uninstaller) [![License](https://img.shields.io/github/license/JcDenis/Uninstaller)](https://github.com/JcDenis/Uninstaller/blob/master/LICENSE) @@ -19,7 +19,7 @@ It adds habitlity to uninstall modules using their feature... _Uninstaller_ requires: * super admin permissions to uninstall modules - * Dotclear 2.26 + * Dotclear 2.27 * PHP >= 8.1 ## USAGE diff --git a/_define.php b/_define.php index 416314a..b3c976f 100644 --- a/_define.php +++ b/_define.php @@ -18,11 +18,11 @@ $this->registerModule( 'Uninstaller', 'Uninstall cleanly plugins and themes', 'Jean-Christian Denis and Contributors', - '0.9.5', + '0.9.6', [ 'requires' => [ ['php', '8.1'], - ['core', '2.26'], + ['core', '2.27'], ], 'permissions' => null, 'type' => 'plugin', diff --git a/dcstore.xml b/dcstore.xml index 740bb8f..f8c6dd9 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,11 +2,11 @@ Uninstaller - 0.9.5 + 0.9.6 Jean-Christian Denis and Contributors Uninstall cleanly plugins and themes - https://github.com/JcDenis/Uninstaller/releases/download/v0.9.5/plugin-Uninstaller.zip - 2.26 + https://github.com/JcDenis/Uninstaller/releases/download/v0.9.6/plugin-Uninstaller.zip + 2.27 https://plugins.dotaddict.org/dc2/details/Uninstaller https://github.com/JcDenis/Uninstaller