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 29f84f0 commit 4731d1bCopy full SHA for 4731d1b
genericobject.xml
@@ -22,6 +22,10 @@
22
<author>Walid Nouh</author>
23
</authors>
24
<versions>
25
+ <version>
26
+ <num>2.6.0</num>
27
+ <compatibility>9.3</compatibility>
28
+ </version>
29
<version>
30
<num>2.5.2</num>
31
<compatibility>9.2</compatibility>
setup.php
@@ -35,7 +35,7 @@
35
----------------------------------------------------------------------
36
*/
37
38
-define ('PLUGIN_GENERICOBJECT_VERSION', '2.5.2');
+define ('PLUGIN_GENERICOBJECT_VERSION', '2.6.0');
39
40
// Minimal GLPI version, inclusive
41
define("PLUGIN_GENERICOBJECT_MIN_GLPI", "9.3");
0 commit comments