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 58f2185 commit d335898Copy full SHA for d335898
genericobject.xml
@@ -24,6 +24,11 @@
24
<author>Walid Nouh</author>
25
</authors>
26
<versions>
27
+ <version>
28
+ <num>2.9.2</num>
29
+ <compatibility>~9.5.0</compatibility>
30
+ <download_url>https://github.com/pluginsGLPI/genericobject/releases/download/2.9.2/glpi-genericobject-2.9.2.tar.bz2</download_url>
31
+ </version>
32
<version>
33
<num>2.9.1</num>
34
<compatibility>~9.5.0</compatibility>
setup.php
@@ -35,7 +35,7 @@
35
----------------------------------------------------------------------
36
*/
37
38
-define ('PLUGIN_GENERICOBJECT_VERSION', '2.9.1');
+define ('PLUGIN_GENERICOBJECT_VERSION', '2.9.2');
39
40
// Minimal GLPI version, inclusive
41
define("PLUGIN_GENERICOBJECT_MIN_GLPI", "9.5");
0 commit comments