From 92086fdb8b4ad818dff3e656281fb19b847bffc9 Mon Sep 17 00:00:00 2001 From: Rom1-B Date: Mon, 22 Dec 2025 13:53:42 +0100 Subject: [PATCH] 1.3.1 --- CHANGELOG.md | 2 +- gantt.xml | 5 +++++ setup.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4044c15..dfb859a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [UNRELEASED] +## [1.3.1] - 2025-12-22 ### Fixed diff --git a/gantt.xml b/gantt.xml index ee9061a..50c53f6 100644 --- a/gantt.xml +++ b/gantt.xml @@ -21,6 +21,11 @@ Teclib' + + 1.3.1 + ~11.0.0 + https://github.com/pluginsGLPI/gantt/releases/download/1.3.1/glpi-gantt-1.3.1.tar.bz2 + 1.3.0 ~11.0.0 diff --git a/setup.php b/setup.php index 2cf5651..cf8abb1 100644 --- a/setup.php +++ b/setup.php @@ -32,7 +32,7 @@ use function Safe\define; -define('PLUGIN_GANTT_VERSION', '1.3.0'); +define('PLUGIN_GANTT_VERSION', '1.3.1'); // Minimal GLPI version, inclusive define('PLUGIN_GANTT_MIN_GLPI_VERSION', '11.0.0');