From 166ac1b00e23a7686e6079996a232967d970dc8e Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Mon, 8 Nov 2021 01:04:48 +0100 Subject: [PATCH] release 0.7 --- CHANGELOG.md | 4 ++++ _define.php | 2 +- dcstore.xml | 4 ++-- inc/lib.improve.action.zip.php | 1 - 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 804d846..d1b5dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ dev - [ ] add module to create full README file - [ ] write documentation of php class +0.7 - 2021.11.08 +- add phpstan module +- fix some errors from phpstan analyze + 0.6 - 2021.11.06 - add header for modules configuration - add options to hide details of executed actions diff --git a/_define.php b/_define.php index 84622c4..f0df685 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.6', + '0.7', [ 'requires' => [['core', '2.19']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index 19c1744..7fa5633 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ improve - 0.6 + 0.7 Jean-Christian Denis and contributors Tiny tools to fix things for module devs - https://github.com/JcDenis/improve/releases/download/v0.6/plugin-improve.zip + https://github.com/JcDenis/improve/releases/download/v0.7/plugin-improve.zip 2.19 https://github.com/JcDenis/improve https://github.com/JcDenis/improve diff --git a/inc/lib.improve.action.zip.php b/inc/lib.improve.action.zip.php index f4f08bb..6f52952 100644 --- a/inc/lib.improve.action.zip.php +++ b/inc/lib.improve.action.zip.php @@ -187,7 +187,6 @@ class ImproveActionZip extends ImproveAction unset($zip); $this->setSuccess(sprintf(__('Zip module into "%s"'), $path)); - } }