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