From 178b9d0b0bbbceaffb4f9a2bdd620e9ee8894f68 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Tue, 17 Jan 2023 00:06:58 +0100 Subject: [PATCH] release 1.02 --- CHANGELOG.md | 6 ++++++ _define.php | 2 +- dcstore.xml | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a7797..035af33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ dev - [ ] add module to minify .js - [ ] write documentation of php class +1.0.2 - 2023.01.16 +- cleanup namespace usage +- fix namespace on disabled plugin +- update to phpstan 1.9.11 +- update to php-cs-fixer 3.13.2 + 1.0.1 - 2023.01.03 - fix lost of settings between themes and plugins (thx brol) - fix false positive on global_filters deprecated diff --git a/_define.php b/_define.php index 9c14997..9541a2f 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', - '1.0.1', + '1.0.2', [ 'requires' => [['core', '2.24']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index 06a8f28..3061f0b 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ improve - 1.0.1 + 1.0.2 Jean-Christian Denis and contributors Tiny tools to fix things for module devs - https://github.com/JcDenis/improve/releases/download/v1.0.1/plugin-improve.zip + https://github.com/JcDenis/improve/releases/download/v1.0.2/plugin-improve.zip 2.24 https://github.com/JcDenis/improve https://github.com/JcDenis/improve