We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca28080 commit f508d17Copy full SHA for f508d17
1 file changed
setup.php
@@ -37,7 +37,7 @@
37
// Schema version of this version (major.minor only)
38
define('PLUGIN_FORMCREATOR_SCHEMA_VERSION', '2.13');
39
// is or is not an official release of the plugin
40
-define('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE', true);
+define('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE', false);
41
42
// Minimal GLPI version, inclusive
43
define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION', '10.0');
0 commit comments