We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017acdb commit 21a3a2fCopy full SHA for 21a3a2f
2 files changed
setup.php
@@ -46,7 +46,7 @@
46
use GlpiPlugin\Timelineticket\Display;
47
use GlpiPlugin\Timelineticket\Profile;
48
49
-define("PLUGIN_TIMELINETICKET_VERSION", "11.0.5");
+define("PLUGIN_TIMELINETICKET_VERSION", "11.0.6");
50
51
if (!defined("PLUGIN_TIMELINETICKET_DIR")) {
52
define("PLUGIN_TIMELINETICKET_DIR", Plugin::getPhpDir("timelineticket"));
timelineticket.xml
@@ -37,6 +37,11 @@
37
<author>Xavier CAILLAUD</author>
38
</authors>
39
<versions>
40
+ <version>
41
+ <num>11.0.6</num>
42
+ <compatibility>~11.0</compatibility>
43
+ <download_url>https://github.com/pluginsGLPI/timelineticket/releases/download/11.0.6/glpi-timelineticket-11.0.6.tar.bz2</download_url>
44
+ </version>
45
<version>
<num>11.0.5</num>
<compatibility>~11.0</compatibility>
0 commit comments