We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b494d commit 95eed98Copy full SHA for 95eed98
setup.php
@@ -28,7 +28,7 @@
28
* -------------------------------------------------------------------------
29
*/
30
31
-define('PLUGIN_TREEVIEW_VERSION', '1.10.1');
+define('PLUGIN_TREEVIEW_VERSION', '1.10.2');
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.2</num>
+ <compatibility>~10.0.0</compatibility>
+ <download_url>https://github.com/pluginsGLPI/treeview/releases/download/1.10.2/glpi-treeview-1.10.2.tar.bz2</download_url>
+ </version>
<version>
<num>1.10.1</num>
35
<compatibility>~10.0.0</compatibility>
0 commit comments