From 60018a94bf1c3cff7875954fda6358e65c85c74f Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 13 Nov 2021 23:00:30 +0100 Subject: [PATCH] release 0.8 --- CHANGELOG.md | 2 ++ _define.php | 2 +- dcstore.xml | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1dc69f..c473519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ dev - [ ] add module to check directory structure - [ ] add module to create full README file - [ ] write documentation of php class + +0.8 - 2021.11.13 - update structure to php namespace - update php cs fixer rules to dc2.21 / php7.4 - update phpstan to 1.1.2 diff --git a/_define.php b/_define.php index d8b7174..442375a 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.7.1', + '0.8', [ 'requires' => [['core', '2.19']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index aba3419..21725fe 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ improve - 0.7.1 + 0.8 Jean-Christian Denis and contributors Tiny tools to fix things for module devs - https://github.com/JcDenis/improve/releases/download/v0.7.1/plugin-improve.zip + https://github.com/JcDenis/improve/releases/download/v0.8/plugin-improve.zip 2.19 https://github.com/JcDenis/improve https://github.com/JcDenis/improve