Skip to content

Commit abbcc90

Browse files
committed
Add 1.7.0 version definition
1 parent d36f1e4 commit abbcc90

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
@@ -27,7 +27,7 @@
2727
--------------------------------------------------------------------------
2828
*/
2929

30-
define('PLUGIN_TREEVIEW_VERSION', '1.6.2');
30+
define('PLUGIN_TREEVIEW_VERSION', '1.7.0');
3131

3232
// Minimal GLPI version, inclusive
3333
define('PLUGIN_TREEVIEW_MIN_GLPI', '9.2');

treeview.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
<author>Teclib'</author>
2626
</authors>
2727
<versions>
28+
<version>
29+
<num>1.7.0</num>
30+
<compatibility>9.2</compatibility>
31+
<compatibility>9.3</compatibility>
32+
</version>
2833
<version>
2934
<num>1.6.2</num>
3035
<compatibility>0.84</compatibility>

0 commit comments

Comments
 (0)