Skip to content

Commit 2f6a649

Browse files
committed
Add 1.8.1 version definition
1 parent c624a11 commit 2f6a649

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

setup.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
--------------------------------------------------------------------------
2828
*/
2929

30-
define('PLUGIN_TREEVIEW_VERSION', '1.8.0');
30+
define('PLUGIN_TREEVIEW_VERSION', '1.8.1');
3131

3232
// Minimal GLPI version, inclusive
3333
define('PLUGIN_TREEVIEW_MIN_GLPI', '9.2');
@@ -151,4 +151,4 @@ function plugin_treeview_check_prerequisites() {
151151

152152
function plugin_treeview_check_config() {
153153
return true;
154-
}
154+
}

treeview.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
<author>Teclib'</author>
2626
</authors>
2727
<versions>
28+
<version>
29+
<num>1.8.1</num>
30+
<compatibility>9.4</compatibility>
31+
<compatibility>9.3</compatibility>
32+
<compatibility>9.2</compatibility>
33+
</version>
2834
<version>
2935
<num>1.8.0</num>
3036
<compatibility>9.4</compatibility>
@@ -93,4 +99,4 @@
9399
<tag>Management</tag>
94100
</en>
95101
</tags>
96-
</root>
102+
</root>

0 commit comments

Comments
 (0)