We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d7c3c commit af9fbd2Copy full SHA for af9fbd2
setup.php
@@ -27,7 +27,7 @@
27
--------------------------------------------------------------------------
28
*/
29
30
-define('PLUGIN_TREEVIEW_VERSION', '1.9.0');
+define('PLUGIN_TREEVIEW_VERSION', '1.9.1');
31
32
// Minimal GLPI version, inclusive
33
define('PLUGIN_TREEVIEW_MIN_GLPI', '9.5');
treeview.xml
@@ -25,6 +25,11 @@
25
<author>Teclib'</author>
26
</authors>
<versions>
+ <version>
+ <num>1.9.1</num>
+ <compatibility>~9.5.0</compatibility>
+ <download_url>https://github.com/pluginsGLPI/treeview/releases/download/1.9.1/glpi-treeview-1.9.1.tar.bz2</download_url>
+ </version>
<version>
34
<num>1.9.0</num>
35
<compatibility>~9.5.0</compatibility>
0 commit comments