Skip to content

Commit

Permalink
fix: compatibility with GLPI 9.4
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jan 16, 2019
1 parent 1e3af94 commit 1225c02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Features
<compatibility>9.4</compatibility>
</version>
<version>
<num>2.7.0-beta.2</num>
<num>2.7.0-beta.3</num>
<compatibility>9.3</compatibility>
<compatibility>9.4</compatibility>
</version>
Expand Down
4 changes: 2 additions & 2 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

global $CFG_GLPI;
// Version of the plugin
define('PLUGIN_FORMCREATOR_VERSION', '2.7.0-beta.2');
define('PLUGIN_FORMCREATOR_VERSION', '2.7.0-beta.3');
// Schema version of this version
define('PLUGIN_FORMCREATOR_SCHEMA_VERSION', '2.7');
// is or is not an official release of the plugin
Expand All @@ -42,7 +42,7 @@
// Minimal GLPI version, inclusive
define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION', '9.3.0');
// Maximum GLPI version, exclusive
define ('PLUGIN_FORMCREATOR_GLPI_MAX_VERSION', '9.4');
define ('PLUGIN_FORMCREATOR_GLPI_MAX_VERSION', '9.5');

define('FORMCREATOR_ROOTDOC', $CFG_GLPI['root_doc'] . '/plugins/formcreator');

Expand Down

0 comments on commit 1225c02

Please sign in to comment.