Skip to content

Commit 7755190

Browse files
committed
Bump version
1 parent f8e05f0 commit 7755190

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
use GlpiPlugin\Tasklists\Ticket;
3838
use GlpiPlugin\Tasklists\Task;
3939

40-
define('PLUGIN_TASKLISTS_VERSION', '2.1.6');
40+
define('PLUGIN_TASKLISTS_VERSION', '2.1.7');
4141

4242
if (!defined("PLUGIN_TASKLISTS_DIR")) {
4343
define("PLUGIN_TASKLISTS_DIR", Plugin::getPhpDir("tasklists"));

tasklists.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
<author>Infotel</author>
2626
</authors>
2727
<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>
2833
<version>
2934
<num>2.1.6</num>
3035
<compatibility>~11.0</compatibility>

0 commit comments

Comments
 (0)