Skip to content

Commit

Permalink
chore: set minimum GLPI version
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Feb 12, 2024
1 parent b3cc8d2 commit 5645454
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ Features
<author>Teclib'</author>
</authors>
<versions>
<version>
<num>2.13.9</num>
<compatibility>~10.0.7</compatibility>
<download_url>https://github.com/pluginsGLPI/formcreator/releases/download/2.13.9/glpi-formcreator-2.13.9.tar.bz2</download_url>
</version>
<version>
<num>2.13.8</num>
<compatibility>~10.0</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
define('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE', true);

// Minimal GLPI version, inclusive
define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION', '10.0');
define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION', '10.0.7');
// Maximum GLPI version, exclusive (ignored if PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE == false)
define ('PLUGIN_FORMCREATOR_GLPI_MAX_VERSION', '10.1');

Expand Down

0 comments on commit 5645454

Please sign in to comment.