File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
- ## [ 2.14.13 ] - 2025-04-22
10
+ ## [ 2.14.14 ] - 2025-04-23
11
11
12
12
### Fixed
13
13
14
14
- Prevent PHP warning about unknown option ` itemdevicedrive_types ` and ` itemdevicecontrol_types ` when registering type
15
15
16
+ ## [ 2.14.13] - 2025-04-22
17
+
16
18
### Fixed
17
19
18
20
- Reverted performance optimization for GenericObject (#417 ) due to issues with object registration and broken options.
Original file line number Diff line number Diff line change 24
24
<author >Walid Nouh</author >
25
25
</authors >
26
26
<versions >
27
+ <version >
28
+ <num >2.14.14</num >
29
+ <compatibility >~10.0.0</compatibility >
30
+ <download_url >https://github.com/pluginsGLPI/genericobject/releases/download/2.14.14/glpi-genericobject-2.14.14.tar.bz2</download_url >
31
+ </version >
27
32
<version >
28
33
<num >2.14.13</num >
29
34
<compatibility >~10.0.0</compatibility >
Original file line number Diff line number Diff line change 28
28
* -------------------------------------------------------------------------
29
29
*/
30
30
31
- define ('PLUGIN_GENERICOBJECT_VERSION ' , '2.14.13 ' );
31
+ define ('PLUGIN_GENERICOBJECT_VERSION ' , '2.14.14 ' );
32
32
33
33
// Minimal GLPI version, inclusive
34
34
define ("PLUGIN_GENERICOBJECT_MIN_GLPI " , "10.0.0 " );
You can’t perform that action at this time.
0 commit comments