We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c86e7f commit d86522bCopy full SHA for d86522b
setup.php
@@ -33,11 +33,11 @@
33
34
global $CFG_GLPI;
35
// Version of the plugin (major.minor.bugfix)
36
-define('PLUGIN_FORMCREATOR_VERSION', '2.13.3');
+define('PLUGIN_FORMCREATOR_VERSION', '2.13.4-dev');
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