Skip to content

Commit

Permalink
GLPI 9.4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Dec 17, 2018
1 parent b993a88 commit 1af01f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
@since 2009
---------------------------------------------------------------------- */

define ('PLUGIN_UNINSTALL_VERSION', '2.5.1');
define ('PLUGIN_UNINSTALL_VERSION', '2.6.0');

// Minimal GLPI version, inclusive
define("PLUGIN_UNINSTALL_MIN_GLPI", "9.3");
// Maximum GLPI version, exclusive
define("PLUGIN_UNINSTALL_MAX_GLPI", "9.4");
define("PLUGIN_UNINSTALL_MAX_GLPI", "9.5");

/**
* Function Init
Expand Down
5 changes: 5 additions & 0 deletions uninstall.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
<author>Remi Collet</author>
</authors>
<versions>
<version>
<num>2.6.0</num>
<compatibility>9.4</compatibility>
<compatibility>9.3</compatibility>
</version>
<version>
<num>2.5.1</num>
<compatibility>9.3</compatibility>
Expand Down

0 comments on commit 1af01f4

Please sign in to comment.