From 8fb74ce4bff3551ed7af33ec555a142a7f6f9b55 Mon Sep 17 00:00:00 2001 From: Stanislas Kita <7335054+stonebuzz@users.noreply.github.com> Date: Fri, 18 Sep 2026 14:46:47 +0200 Subject: [PATCH] 2.11.7 --- CHANGELOG.md | 2 +- plugin.xml | 5 +++++ setup.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52be2ac53f..5ea4eef861 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] +## [2.11.7] 2026-09-18 ### Fixed diff --git a/plugin.xml b/plugin.xml index 91221355d5..0e3fc9dc12 100644 --- a/plugin.xml +++ b/plugin.xml @@ -29,6 +29,11 @@ Benjamin Fontan + + 2.11.7 + ~10.0.11 + https://github.com/pluginsGLPI/order/releases/download/2.11.7/glpi-order-2.11.7.tar.bz2 + 2.11.6 ~10.0.11 diff --git a/setup.php b/setup.php index a13836a322..11c5188db4 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_ORDER_VERSION', '2.11.6'); +define('PLUGIN_ORDER_VERSION', '2.11.7'); // Minimal GLPI version, inclusive define("PLUGIN_ORDER_MIN_GLPI", "10.0.11");