Skip to content

Commit 467e84f

Browse files
committed
Add 2.5.0 version definition
1 parent 93eca01 commit 467e84f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

plugin.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
<author>Benjamin Fontan</author>
2929
</authors>
3030
<versions>
31+
<version>
32+
<num>2.5.0</num>
33+
<compatibility>9.4</compatibility>
34+
</version>
3135
<version>
3236
<num>2.4.0</num>
3337
<compatibility>9.4</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
@since 2009
3535
---------------------------------------------------------------------- */
3636

37-
define('PLUGIN_ORDER_VERSION', '2.4.0');
37+
define('PLUGIN_ORDER_VERSION', '2.5.0');
3838

3939
// Minimal GLPI version, inclusive
4040
define("PLUGIN_ORDER_MIN_GLPI", "9.4");

0 commit comments

Comments
 (0)