Skip to content

Commit

Permalink
bump(2.11.3): version 2.11.3
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Apr 30, 2021
1 parent e2508f3 commit d55e1e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ Features
<author>Teclib'</author>
</authors>
<versions>
<version>
<num>2.11.3</num>
<compatibility>9.5.5</compatibility>
<download_url>https://github.com/pluginsGLPI/formcreator/releases/download/v2.11.3/glpi-formcreator-2.11.3.tar.bz2</download_url>
</version>
<version>
<num>2.11.2</num>
<compatibility>9.5.x</compatibility>
Expand Down
4 changes: 2 additions & 2 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@

global $CFG_GLPI;
// Version of the plugin
define('PLUGIN_FORMCREATOR_VERSION', '2.11.2');
define('PLUGIN_FORMCREATOR_VERSION', '2.11.3');
// Schema version of this version
define('PLUGIN_FORMCREATOR_SCHEMA_VERSION', '2.11');
// is or is not an official release of the plugin
define('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE', true);

// Minimal GLPI version, inclusive
define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION', '9.5');
define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION', '9.5.5');
// Maximum GLPI version, exclusive (ignored if PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE == false)
define ('PLUGIN_FORMCREATOR_GLPI_MAX_VERSION', '9.6');

Expand Down

0 comments on commit d55e1e7

Please sign in to comment.