Skip to content

Commit f902b21

Browse files
committed
1.10.0
1 parent 5ef40c6 commit f902b21

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

setup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* -------------------------------------------------------------------------
2929
*/
3030

31-
define('PLUGIN_TREEVIEW_VERSION', '1.9.1');
31+
define('PLUGIN_TREEVIEW_VERSION', '1.10.0');
3232

3333
// Minimal GLPI version, inclusive
3434
define('PLUGIN_TREEVIEW_MIN_GLPI', '10.0.0');

treeview.xml

+2-7
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,9 @@
2626
</authors>
2727
<versions>
2828
<version>
29-
<num>1.10.0-rc2</num>
29+
<num>1.10.0</num>
3030
<compatibility>~10.0.0</compatibility>
31-
  <download_url>https://github.com/pluginsGLPI/treeview/releases/download/1.10.0-rc2/glpi-treeview-1.10.0-rc2.tar.bz2</download_url>
32-
</version>
33-
<version>
34-
<num>1.10.0-rc1</num>
35-
<compatibility>~10.0.0</compatibility>
36-
  <download_url>https://github.com/pluginsGLPI/treeview/releases/download/1.10.0-rc1/glpi-treeview-1.10.0-rc1.tar.bz2</download_url>
31+
  <download_url>https://github.com/pluginsGLPI/treeview/releases/download/1.10.0/glpi-treeview-1.10.0.tar.bz2</download_url>
3732
</version>
3833
<version>
3934
<num>1.9.1</num>

0 commit comments

Comments
 (0)