There was an error while loading. Please reload this page.
1 parent f8e05f0 commit 7755190Copy full SHA for 7755190
2 files changed
setup.php
@@ -37,7 +37,7 @@
37
use GlpiPlugin\Tasklists\Ticket;
38
use GlpiPlugin\Tasklists\Task;
39
40
-define('PLUGIN_TASKLISTS_VERSION', '2.1.6');
+define('PLUGIN_TASKLISTS_VERSION', '2.1.7');
41
42
if (!defined("PLUGIN_TASKLISTS_DIR")) {
43
define("PLUGIN_TASKLISTS_DIR", Plugin::getPhpDir("tasklists"));
tasklists.xml
@@ -25,6 +25,11 @@
25
<author>Infotel</author>
26
</authors>
27
<versions>
28
+ <version>
29
+ <num>2.1.7</num>
30
+ <compatibility>~11.0</compatibility>
31
+ <download_url>https://github.com/InfotelGLPI/tasklists/releases/download/2.1.7/glpi-tasklists-2.1.7.tar.bz2</download_url>
32
+ </version>
33
<version>
34
<num>2.1.6</num>
35
<compatibility>~11.0</compatibility>
0 commit comments