Skip to content

Commit

Permalink
Add 2.4.0 version definition
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Jun 28, 2018
1 parent 0a5609e commit e881fbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@since 2009
---------------------------------------------------------------------- */

define ('PLUGIN_UNINSTALL_VERSION', '2.3.2');
define ('PLUGIN_UNINSTALL_VERSION', '2.4.0');

// Minimal GLPI version, inclusive
define("PLUGIN_UNINSTALL_MIN_GLPI", "9.3");
Expand Down
4 changes: 4 additions & 0 deletions uninstall.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
<author>Remi Collet</author>
</authors>
<versions>
<version>
<num>2.4.0</num>
<compatibility>9.3</compatibility>
</version>
<version>
<num>2.3.2</num>
<compatibility>9.2</compatibility>
Expand Down

0 comments on commit e881fbb

Please sign in to comment.