Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 80b131f

Browse files
committed
Permit installation on GLPI 10.0.x
1 parent d36a2f4 commit 80b131f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// Minimal GLPI version, inclusive
2929
define("PLUGIN_MANTIS_MIN_GLPI", "9.5");
3030
// Maximum GLPI version, exclusive
31-
define("PLUGIN_MANTIS_MAX_GLPI", "9.6");
31+
define("PLUGIN_MANTIS_MAX_GLPI", "10.0.99");
3232

3333
/**
3434
* function to initialize the plugin

0 commit comments

Comments
 (0)