From 4182044ad0a47b1aab2ee8d3aaadc4554da5fee1 Mon Sep 17 00:00:00 2001 From: Lainow Date: Wed, 3 Jun 2026 11:29:47 +0200 Subject: [PATCH] 2.12.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 5af4e4b192..6c8f4a9e07 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.7] - 2026-06-03 ### Fixed diff --git a/plugin.xml b/plugin.xml index 9d160f560c..65ac2c9e71 100644 --- a/plugin.xml +++ b/plugin.xml @@ -29,6 +29,11 @@ Benjamin Fontan + + 2.12.7 + ~11.0.0 + https://github.com/pluginsGLPI/order/releases/download/2.12.7/glpi-order-2.12.7.tar.bz2 + 2.11.5 ~10.0.11 diff --git a/setup.php b/setup.php index 7cd7cfd6b0..d52741d605 100644 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ use function Safe\define; -define('PLUGIN_ORDER_VERSION', '2.12.6'); +define('PLUGIN_ORDER_VERSION', '2.12.7'); // Minimal GLPI version, inclusive define("PLUGIN_ORDER_MIN_GLPI", "11.0.0");