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