Skip to content

Commit 606811b

Browse files
committed
GLPI 9.4 compatibility
1 parent a0a97f0 commit 606811b

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

setup.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
--------------------------------------------------------------------------
2828
*/
2929

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

3232
// Minimal GLPI version, inclusive
3333
define('PLUGIN_TREEVIEW_MIN_GLPI', '9.2');
3434
// Maximum GLPI version, exclusive
35-
define('PLUGIN_TREEVIEW_MAX_GLPI', '9.4');
35+
define('PLUGIN_TREEVIEW_MAX_GLPI', '9.5');
3636

3737
/**
3838
* Init the hooks of the plugins -Needed

treeview.xml

Lines changed: 6 additions & 0 deletions
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.0</num>
30+
<compatibility>9.4</compatibility>
31+
<compatibility>9.3</compatibility>
32+
<compatibility>9.2</compatibility>
33+
</version>
2834
<version>
2935
<num>1.7.0</num>
3036
<compatibility>9.2</compatibility>

0 commit comments

Comments
 (0)