From 4e1369e92d045840c7ceaece69635092910184e2 Mon Sep 17 00:00:00 2001 From: Stanislas Kita <7335054+stonebuzz@users.noreply.github.com> Date: Fri, 4 Sep 2026 08:29:57 +0200 Subject: [PATCH 1/2] 1.10.3 --- CHANGELOG.md | 2 +- treeview.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f64b3a..e9c51f7 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] +## [1.10.3] - 2026-09-04 ### Fixed diff --git a/treeview.xml b/treeview.xml index aa690ab..4d169f8 100644 --- a/treeview.xml +++ b/treeview.xml @@ -25,6 +25,11 @@ Teclib' + + 1.10.3 + ~10.0.0 + https://github.com/pluginsGLPI/treeview/releases/download/1.10.3/glpi-treeview-1.10.3.tar.bz2 + 1.20.0 ~11.0.0 From 015a0a884900b7ff44df358074061c63e71142ab Mon Sep 17 00:00:00 2001 From: Stanislas Kita <7335054+stonebuzz@users.noreply.github.com> Date: Fri, 4 Sep 2026 08:31:59 +0200 Subject: [PATCH 2/2] bump setup --- setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.php b/setup.php index c1acca1..235f523 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_TREEVIEW_VERSION', '1.10.2'); +define('PLUGIN_TREEVIEW_VERSION', '1.10.3'); // Minimal GLPI version, inclusive define('PLUGIN_TREEVIEW_MIN_GLPI', '10.0.0');