Skip to content

Commit af9fbd2

Browse files
committed
Add 1.9.1 version definition
1 parent 26d7c3c commit af9fbd2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

setup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
--------------------------------------------------------------------------
2828
*/
2929

30-
define('PLUGIN_TREEVIEW_VERSION', '1.9.0');
30+
define('PLUGIN_TREEVIEW_VERSION', '1.9.1');
3131

3232
// Minimal GLPI version, inclusive
3333
define('PLUGIN_TREEVIEW_MIN_GLPI', '9.5');

treeview.xml

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
<author>Teclib'</author>
2626
</authors>
2727
<versions>
28+
<version>
29+
<num>1.9.1</num>
30+
<compatibility>~9.5.0</compatibility>
31+
  <download_url>https://github.com/pluginsGLPI/treeview/releases/download/1.9.1/glpi-treeview-1.9.1.tar.bz2</download_url>
32+
</version>
2833
<version>
2934
<num>1.9.0</num>
3035
<compatibility>~9.5.0</compatibility>

0 commit comments

Comments
 (0)