From d9191b6889c5e23ff3e24762404954c643bb4bca Mon Sep 17 00:00:00 2001 From: Rom1-B Date: Mon, 22 Dec 2025 13:46:46 +0100 Subject: [PATCH] 1.1.2 --- CHANGELOG.md | 2 +- centreon.xml | 5 +++++ setup.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15d9fdf..830eed0 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.1.2] - 2025-12-22 - Fix item match process diff --git a/centreon.xml b/centreon.xml index ca019d4..722f9d7 100644 --- a/centreon.xml +++ b/centreon.xml @@ -26,6 +26,11 @@ Teclib' + + 1.1.2 + ~11.0.0 + https://github.com/pluginsGLPI/centreon/releases/download/1.1.2/glpi-centreon-1.1.2.tar.bz2 + 1.1.1 ~11.0.0 diff --git a/setup.php b/setup.php index f7c8d92..4de3d4a 100644 --- a/setup.php +++ b/setup.php @@ -32,7 +32,7 @@ use function Safe\define; -define('PLUGIN_CENTREON_VERSION', '1.1.1'); +define('PLUGIN_CENTREON_VERSION', '1.1.2'); // Minimal GLPI version, inclusive define('PLUGIN_CENTREON_MIN_GLPI_VERSION', '11.0.0');