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");