We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3694f7a commit d49363bCopy full SHA for d49363b
2 files changed
setup.php
@@ -36,7 +36,7 @@
36
use GlpiPlugin\Tasklists\Ticket;
37
use GlpiPlugin\Tasklists\Task;
38
39
-define('PLUGIN_TASKLISTS_VERSION', '2.1.1');
+define('PLUGIN_TASKLISTS_VERSION', '2.1.2');
40
41
if (!defined("PLUGIN_TASKLISTS_DIR")) {
42
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.2</num>
30
+ <compatibility>~11.0</compatibility>
31
+ <download_url>https://github.com/InfotelGLPI/tasklists/releases/download/2.1.2/glpi-tasklists-2.1.2.tar.bz2</download_url>
32
+ </version>
33
<version>
34
<num>2.1.1</num>
35
<compatibility>~11.0</compatibility>
0 commit comments