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 93eca01 commit 467e84fCopy full SHA for 467e84f
plugin.xml
@@ -28,6 +28,10 @@
28
<author>Benjamin Fontan</author>
29
</authors>
30
<versions>
31
+ <version>
32
+ <num>2.5.0</num>
33
+ <compatibility>9.4</compatibility>
34
+ </version>
35
<version>
36
<num>2.4.0</num>
37
<compatibility>9.4</compatibility>
setup.php
@@ -34,7 +34,7 @@
@since 2009
---------------------------------------------------------------------- */
-define('PLUGIN_ORDER_VERSION', '2.4.0');
+define('PLUGIN_ORDER_VERSION', '2.5.0');
38
39
// Minimal GLPI version, inclusive
40
define("PLUGIN_ORDER_MIN_GLPI", "9.4");
0 commit comments