From 2490af6f3949cd9fb158399d2352819c1c4570b2 Mon Sep 17 00:00:00 2001 From: FrancisTicgal Date: Mon, 11 Mar 2024 15:27:33 +0100 Subject: [PATCH] fix blockdate option --- CHANGELOG.md | 6 ++++-- setup.php | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13350c2..ffe4591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,14 @@ # YAGP GLPI Plugin CHANGELOG +## 2.3.1 - 2024-03-11 +### Bugfixes +- Blockdate option fixed + ## 2.3.0 - 2024-03-08 ### Features - Multiple solutions to autoclose tickets #19630 - Allow anonymous requester #19798 - See my group-assigned tickets only profile #20128 -### Bugfixes -- Blockdate option fixed ## 2.2.3 - 2024-01-15 ### Bugfixes diff --git a/setup.php b/setup.php index ca3b75d..982941e 100644 --- a/setup.php +++ b/setup.php @@ -31,7 +31,7 @@ use Glpi\Plugin\Hooks; -define('PLUGIN_YAGP_VERSION', '2.3.0'); +define('PLUGIN_YAGP_VERSION', '2.3.1'); // Minimal GLPI version, inclusive define("PLUGIN_YAGP_MIN_GLPI", "10.0"); // Maximum GLPI version, exclusive