Skip to content

Commit

Permalink
Support only 9.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
xacobofg committed Oct 10, 2022
1 parent a2c71f4 commit 9113b09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions inc/apirest.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
--------------------------------------------------------------------------
*/

use GLPIUploadHandler;
use Toolbox;

class PluginGappEssentialsApirest extends Glpi\Api\API {
protected $request_uri;
protected $url_elements;
Expand Down
4 changes: 2 additions & 2 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");

/**
Expand Down

0 comments on commit 9113b09

Please sign in to comment.