From b83dc7cbbf7a2172f8363a7632784d059a5dd2fa Mon Sep 17 00:00:00 2001
From: Stanislas Kita <7335054+stonebuzz@users.noreply.github.com>
Date: Wed, 24 Jun 2026 10:40:23 +0200
Subject: [PATCH] 2.12.8
---
CHANGELOG.md | 5 ++++-
plugin.xml | 5 +++++
setup.php | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44365c065c..27e7fc1c76 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,11 +5,14 @@ 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/).
-## [2.12.7] - 2026-06-03
+## [2.12.8] - 2026-06-24
### Added
- Add an `Orderable` capacity for GLPI 11 custom asset definitions.
+
+## [2.12.7] - 2026-06-03
+
### Fixed
- Clean plugin uninstall residual data
diff --git a/plugin.xml b/plugin.xml
index 65ac2c9e71..7dfb9c3d00 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -29,6 +29,11 @@
Benjamin Fontan
+
+ 2.12.8
+ ~11.0.0
+ https://github.com/pluginsGLPI/order/releases/download/2.12.8/glpi-order-2.12.8.tar.bz2
+
2.12.7
~11.0.0
diff --git a/setup.php b/setup.php
index f7720faf08..d7f76a0dac 100644
--- a/setup.php
+++ b/setup.php
@@ -32,7 +32,7 @@
use function Safe\define;
-define('PLUGIN_ORDER_VERSION', '2.12.7');
+define('PLUGIN_ORDER_VERSION', '2.12.8');
// Minimal GLPI version, inclusive
define("PLUGIN_ORDER_MIN_GLPI", "11.0.0");