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