We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e926bf commit 040cc81Copy full SHA for 040cc81
reservation.xml
@@ -64,6 +64,10 @@ Es bringt auch einige vereinfachte Aktionen auf Buchungen wie :
64
<author>Sylvain Allemand</author>
65
</authors>
66
<versions>
67
+ <version>
68
+ <num>2.3.8</num>
69
+ <compatibility>9.5</compatibility>
70
+ </version>
71
<version>
72
<num>2.3.7</num>
73
<compatibility>9.5</compatibility>
setup.php
@@ -1,7 +1,7 @@
1
<?php
2
3
define('PLUGIN_RESERVATION_GLPI_MIN_VERSION', '9.5');
4
-define('PLUGIN_VERSION', '2.3.7');
+define('PLUGIN_VERSION', '2.3.8');
5
6
/**
7
* Init the hooks of the plugins - Needed
0 commit comments