From cb69ea2f8100ebcec23e1beaa89075f2343e7aa7 Mon Sep 17 00:00:00 2001
From: Stanislas Kita <7335054+stonebuzz@users.noreply.github.com>
Date: Thu, 25 Jun 2026 10:16:42 +0200
Subject: [PATCH] 2.14.5
---
CHANGELOG.md | 2 ++
plugin.xml | 5 +++++
setup.php | 2 +-
3 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c088645..f17b1d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [UNRELEASED]
+## [2.14.5] - 2026-06-25
+
### Fixed
- Clear twig cache on install
diff --git a/plugin.xml b/plugin.xml
index 26454cf..e41148f 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -33,6 +33,11 @@
TECLIB'
+
+ 2.14.5
+ ~11.0.1
+ https://github.com/pluginsGLPI/tag/releases/download/2.14.5/glpi-tag-2.14.5.tar.bz2
+
2.14.4
~11.0.1
diff --git a/setup.php b/setup.php
index 357a801..9f60251 100644
--- a/setup.php
+++ b/setup.php
@@ -39,7 +39,7 @@
use function Safe\define;
-define('PLUGIN_TAG_VERSION', '2.14.4');
+define('PLUGIN_TAG_VERSION', '2.14.5');
// Minimal GLPI version, inclusive
define("PLUGIN_TAG_MIN_GLPI", "11.0.1");