From 0bfa6523d8061bfbd32326b110e4c5c6c569545b Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Mon, 20 Mar 2023 23:52:11 +0100 Subject: [PATCH] release 1.1.2 --- CHANGELOG.md | 5 +++++ _define.php | 2 +- dcstore.xml | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 611dbcc..a23b3a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ dev - [ ] add module to minify .js - [ ] write documentation of php class +1.1.2 - 2023.03.20 +- add option to phpstan to clear cache +- add option to phpstan not ot use ignored errors +- fix init check + 1.1.1 - 2023.03.18 - require php 8.0 - use new Zip helper diff --git a/_define.php b/_define.php index ea9a04f..3fede20 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.1.1', + '1.1.2', [ 'requires' => [['core', '2.26']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index dc54192..1e86418 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ improve - 1.1.1 + 1.1.2 Jean-Christian Denis and contributors Tiny tools to fix things for module devs - https://github.com/JcDenis/improve/releases/download/v1.1.1/plugin-improve.zip + https://github.com/JcDenis/improve/releases/download/v1.1.2/plugin-improve.zip 2.26 https://github.com/JcDenis/improve https://github.com/JcDenis/improve