From ae7e4615a1933326ca346ad8689db244ace3c7fa Mon Sep 17 00:00:00 2001 From: Rom1-B Date: Mon, 23 Feb 2026 09:43:11 +0100 Subject: [PATCH] 2.12.6 --- CHANGELOG.md | 2 +- plugin.xml | 10 ++++++++++ setup.php | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82de314579..9d1c12ae38 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.12.6] - 2026-02-23 - Fix SQL query error when displaying deliveries - Fix error during generate associated material action diff --git a/plugin.xml b/plugin.xml index eb1076a810..91885be2d6 100644 --- a/plugin.xml +++ b/plugin.xml @@ -29,6 +29,16 @@ Benjamin Fontan + + 2.12.6 + ~11.0.0 + https://github.com/pluginsGLPI/order/releases/download/2.12.6/glpi-order-2.12.6.tar.bz2 + + + 2.11.4 + ~10.0.11 + https://github.com/pluginsGLPI/order/releases/download/2.11.4/glpi-order-2.11.4.tar.bz2 + 2.12.5 ~11.0.0 diff --git a/setup.php b/setup.php index e2b45b155b..7cd7cfd6b0 100644 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ use function Safe\define; -define('PLUGIN_ORDER_VERSION', '2.12.5'); +define('PLUGIN_ORDER_VERSION', '2.12.6'); // Minimal GLPI version, inclusive define("PLUGIN_ORDER_MIN_GLPI", "11.0.0");