Skip to content

Commit 5645454

Browse files
committed
chore: set minimum GLPI version
1 parent b3cc8d2 commit 5645454

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

plugin.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ Features
5858
<author>Teclib'</author>
5959
</authors>
6060
<versions>
61+
<version>
62+
<num>2.13.9</num>
63+
<compatibility>~10.0.7</compatibility>
64+
<download_url>https://github.com/pluginsGLPI/formcreator/releases/download/2.13.9/glpi-formcreator-2.13.9.tar.bz2</download_url>
65+
</version>
6166
<version>
6267
<num>2.13.8</num>
6368
<compatibility>~10.0</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
define('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE', true);
4141

4242
// Minimal GLPI version, inclusive
43-
define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION', '10.0');
43+
define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION', '10.0.7');
4444
// Maximum GLPI version, exclusive (ignored if PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE == false)
4545
define ('PLUGIN_FORMCREATOR_GLPI_MAX_VERSION', '10.1');
4646

0 commit comments

Comments
 (0)