Skip to content

Commit

Permalink
Add 2.5.0 version definition
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Apr 15, 2019
1 parent 93eca01 commit 467e84f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
<author>Benjamin Fontan</author>
</authors>
<versions>
<version>
<num>2.5.0</num>
<compatibility>9.4</compatibility>
</version>
<version>
<num>2.4.0</num>
<compatibility>9.4</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@since 2009
---------------------------------------------------------------------- */

define('PLUGIN_ORDER_VERSION', '2.4.0');
define('PLUGIN_ORDER_VERSION', '2.5.0');

// Minimal GLPI version, inclusive
define("PLUGIN_ORDER_MIN_GLPI", "9.4");
Expand Down

0 comments on commit 467e84f

Please sign in to comment.