We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 838c077 commit 9253f01Copy full SHA for 9253f01
genericobject.xml
@@ -22,6 +22,10 @@
22
<author>Walid Nouh</author>
23
</authors>
24
<versions>
25
+ <version>
26
+ <num>2.5.2</num>
27
+ <compatibility>9.2</compatibility>
28
+ </version>
29
<version>
30
<num>2.5.1</num>
31
<compatibility>9.2</compatibility>
setup.php
@@ -35,7 +35,7 @@
35
----------------------------------------------------------------------
36
*/
37
38
-define ('PLUGIN_GENERICOBJECT_VERSION', '2.5.1');
+define ('PLUGIN_GENERICOBJECT_VERSION', '2.5.2');
39
40
// Minimal GLPI version, inclusive
41
define("PLUGIN_GENERICOBJECT_MIN_GLPI", "9.2");
0 commit comments