From f8938a83184215d4d0c907786eccc44d437a2298 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 3 Dec 2022 23:50:23 +0100 Subject: [PATCH] release 0.10 --- CHANGELOG.md | 7 +++++++ _define.php | 2 +- dcstore.xml | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 188991a..e080fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ dev - [ ] add module to create full README file - [ ] write documentation of php class +0.10 - 2022.12.03 +- allow to improve disabled modules +- split deprecated list by dotclear versions +- fix translation +- use svg icon +- various code improvments + 0.9 - 2022.11.20 - update to Dotclear 2.24 - update to php-cs-fixer.phar 3.13.0 diff --git a/_define.php b/_define.php index 57036dd..15dd0ab 100644 --- a/_define.php +++ b/_define.php @@ -18,7 +18,7 @@ $this->registerModule( 'improve', 'Tiny tools to fix things for module devs', 'Jean-Christian Denis and contributors', - '0.9', + '0.10', [ 'requires' => [['core', '2.24']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index b4e793d..ef79082 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ improve - 0.9 + 0.10 Jean-Christian Denis and contributors Tiny tools to fix things for module devs - https://github.com/JcDenis/improve/releases/download/v0.9/plugin-improve.zip + https://github.com/JcDenis/improve/releases/download/v0.10/plugin-improve.zip 2.24 https://github.com/JcDenis/improve https://github.com/JcDenis/improve