diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aef7be..9400a91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] -### Fixed - -- Fix `Use Components` to display all components +## [2.14.11] - 2024-12-27 ### Fixed -- Hide `items` without proper user access rights in the family list. +- Fix `Use Components` to display all components +- Hide `items` without proper user access rights in the family list. ## [2.14.10] - 2024-09-06 diff --git a/genericobject.xml b/genericobject.xml index 074d5d6..d09dc24 100644 --- a/genericobject.xml +++ b/genericobject.xml @@ -24,6 +24,11 @@ Walid Nouh + + 2.14.11 + ~10.0.0 + https://github.com/pluginsGLPI/genericobject/releases/download/2.14.11/glpi-genericobject-2.14.11.tar.bz2 + 2.14.10 ~10.0.0 diff --git a/setup.php b/setup.php index ef00d84..8225658 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define('PLUGIN_GENERICOBJECT_VERSION', '2.14.10'); +define('PLUGIN_GENERICOBJECT_VERSION', '2.14.11'); // Minimal GLPI version, inclusive define("PLUGIN_GENERICOBJECT_MIN_GLPI", "10.0.0");