Skip to content

Commit c9a2c92

Browse files
stonebuzzRom1-B
andauthored
2.14.11 (#405)
* 2.14.11 * fix changelog * Fix date --------- Co-authored-by: Romain B. <[email protected]>
1 parent e13d7ef commit c9a2c92

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10-
### Fixed
11-
12-
- Fix `Use Components` to display all components
10+
## [2.14.11] - 2024-12-27
1311

1412
### Fixed
1513

16-
- Hide `items` without proper user access rights in the family list.
14+
- Fix `Use Components` to display all components
15+
- Hide `items` without proper user access rights in the family list.
1716

1817
## [2.14.10] - 2024-09-06
1918

genericobject.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
<author>Walid Nouh</author>
2525
</authors>
2626
<versions>
27+
<version>
28+
<num>2.14.11</num>
29+
<compatibility>~10.0.0</compatibility>
30+
<download_url>https://github.com/pluginsGLPI/genericobject/releases/download/2.14.11/glpi-genericobject-2.14.11.tar.bz2</download_url>
31+
</version>
2732
<version>
2833
<num>2.14.10</num>
2934
<compatibility>~10.0.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* -------------------------------------------------------------------------
2929
*/
3030

31-
define('PLUGIN_GENERICOBJECT_VERSION', '2.14.10');
31+
define('PLUGIN_GENERICOBJECT_VERSION', '2.14.11');
3232

3333
// Minimal GLPI version, inclusive
3434
define("PLUGIN_GENERICOBJECT_MIN_GLPI", "10.0.0");

0 commit comments

Comments
 (0)