From 2fce2f8c8ad7ec69b1869662a06c650096df5c2e Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Mon, 15 Nov 2021 22:32:03 +0100 Subject: [PATCH] release 0.8.1 --- _define.php | 2 +- dcstore.xml | 4 ++-- index.php | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/_define.php b/_define.php index 442375a..d71952b 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.8', + '0.8.1', [ 'requires' => [['core', '2.19']], 'permissions' => null, diff --git a/dcstore.xml b/dcstore.xml index 21725fe..851f339 100644 --- a/dcstore.xml +++ b/dcstore.xml @@ -2,10 +2,10 @@ improve - 0.8 + 0.8.1 Jean-Christian Denis and contributors Tiny tools to fix things for module devs - https://github.com/JcDenis/improve/releases/download/v0.8/plugin-improve.zip + https://github.com/JcDenis/improve/releases/download/v0.8.1/plugin-improve.zip 2.19 https://github.com/JcDenis/improve https://github.com/JcDenis/improve diff --git a/index.php b/index.php index 5d8bd72..b59f353 100644 --- a/index.php +++ b/index.php @@ -150,7 +150,8 @@ class index private function doAction(): void { - $done = $this->setPreferences(); + $log_id = ''; + $done = $this->setPreferences(); if (!empty($_POST['fix'])) { if (empty($_POST['actions'])) {