diff --git a/inc/apirest.class.php b/inc/apirest.class.php index fd92551..c22c13f 100644 --- a/inc/apirest.class.php +++ b/inc/apirest.class.php @@ -21,6 +21,9 @@ -------------------------------------------------------------------------- */ +use GLPIUploadHandler; +use Toolbox; + class PluginGappEssentialsApirest extends Glpi\Api\API { protected $request_uri; protected $url_elements; diff --git a/setup.php b/setup.php index 17a56c4..08cb8fb 100644 --- a/setup.php +++ b/setup.php @@ -26,9 +26,9 @@ -------------------------------------------------------------------------- */ -define('PLUGIN_GAPPESSENTIALS_VERSION', '1.3.1'); +define('PLUGIN_GAPPESSENTIALS_VERSION', '1.4.0'); // Minimal GLPI version, inclusive -define("PLUGIN_GAPPESSENTIALS_MIN_GLPI", "9.5.5"); +define("PLUGIN_GAPPESSENTIALS_MIN_GLPI", "9.5.9"); define("PLUGIN_GAPPESSENTIALS_MAX_GLPI", "9.9.99"); /**