From 6a8cb2957bb5c3186525ae10073711d39bbbc8bf Mon Sep 17 00:00:00 2001 From: Stanislas Kita <7335054+stonebuzz@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:21:26 +0200 Subject: [PATCH] 2.14.15 --- CHANGELOG.md | 2 +- genericobject.xml | 5 +++++ setup.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e30aa4c0..af5edec4 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.14.15] - 2026-06-24 - Fix massive actions compatibility with Fields plugin diff --git a/genericobject.xml b/genericobject.xml index 0ecf97e1..d32f875e 100644 --- a/genericobject.xml +++ b/genericobject.xml @@ -24,6 +24,11 @@ Walid Nouh + + 2.14.15 + ~10.0.0 + https://github.com/pluginsGLPI/genericobject/releases/download/2.14.15/glpi-genericobject-2.14.15.tar.bz2 + 2.14.14 ~10.0.0 diff --git a/setup.php b/setup.php index 93b0f56b..c17f525d 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_GENERICOBJECT_VERSION', '2.14.14'); +define('PLUGIN_GENERICOBJECT_VERSION', '2.14.15'); // Minimal GLPI version, inclusive define("PLUGIN_GENERICOBJECT_MIN_GLPI", "10.0.0");