We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8b27e commit 501e36aCopy full SHA for 501e36a
1 file changed
setup.php
@@ -33,9 +33,9 @@
33
use GlpiPlugin\Transferticketentity\Profile;
34
use GlpiPlugin\Transferticketentity\Ticket;
35
36
-Global $CFG_GLPI;
+global $CFG_GLPI;
37
38
-define('TRANSFERTICKETENTITY_VERSION', '1.2.0');
+define('TRANSFERTICKETENTITY_VERSION', '1.1.9');
39
40
if (!defined("PLUGIN_TRANSFERTICKETENTITY_DIR")) {
41
$root = $CFG_GLPI['root_doc'] . '/plugins/transferticketentity';
@@ -71,8 +71,8 @@ function plugin_version_transferticketentity()
71
'glpi' => [
72
'min' => '11.0',
73
'max' => '12.0',
74
- 'dev' => false
75
- ]
+ 'dev' => false,
+ ],
76
]];
77
}
78
0 commit comments