We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36f1e4 commit abbcc90Copy full SHA for abbcc90
2 files changed
setup.php
@@ -27,7 +27,7 @@
27
--------------------------------------------------------------------------
28
*/
29
30
-define('PLUGIN_TREEVIEW_VERSION', '1.6.2');
+define('PLUGIN_TREEVIEW_VERSION', '1.7.0');
31
32
// Minimal GLPI version, inclusive
33
define('PLUGIN_TREEVIEW_MIN_GLPI', '9.2');
treeview.xml
@@ -25,6 +25,11 @@
25
<author>Teclib'</author>
26
</authors>
<versions>
+ <version>
+ <num>1.7.0</num>
+ <compatibility>9.2</compatibility>
+ <compatibility>9.3</compatibility>
+ </version>
<version>
34
<num>1.6.2</num>
35
<compatibility>0.84</compatibility>
0 commit comments