From a0246f0e0d11c2536a191f510936fc271df612ec Mon Sep 17 00:00:00 2001 From: Stanislas Kita <7335054+stonebuzz@users.noreply.github.com> Date: Fri, 11 Sep 2026 14:55:59 +0200 Subject: [PATCH] 2.12.10 --- 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 a5dbe1aefa..bd46315b9e 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.10] - 2026-09-11 ### Fixed diff --git a/plugin.xml b/plugin.xml index b7d44e3bfb..624ff5002f 100644 --- a/plugin.xml +++ b/plugin.xml @@ -29,6 +29,16 @@ Benjamin Fontan + + 2.12.10 + ~11.0.0 + https://github.com/pluginsGLPI/order/releases/download/2.12.10/glpi-order-2.12.10.tar.bz2 + + + 2.11.6 + ~10.0.11 + https://github.com/pluginsGLPI/order/releases/download/2.11.6/glpi-order-2.11.6.tar.bz2 + 2.12.9 ~11.0.0 diff --git a/setup.php b/setup.php index 7768b99afc..1b22f73f92 100644 --- a/setup.php +++ b/setup.php @@ -32,7 +32,7 @@ use function Safe\define; -define('PLUGIN_ORDER_VERSION', '2.12.9'); +define('PLUGIN_ORDER_VERSION', '2.12.10'); // Minimal GLPI version, inclusive define("PLUGIN_ORDER_MIN_GLPI", "11.0.0");