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 1b6ef3c commit edd3c68Copy full SHA for edd3c68
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.5.0</num>
69
+ <compatibility>10</compatibility>
70
+ </version>
71
<version>
72
<num>2.4.4</num>
73
<compatibility>10</compatibility>
setup.php
@@ -1,7 +1,7 @@
1
<?php
2
3
define('PLUGIN_RESERVATION_GLPI_MIN_VERSION', '10');
4
-define('PLUGIN_VERSION', '2.4.4');
+define('PLUGIN_VERSION', '2.5.0');
5
6
/**
7
* Init the hooks of the plugins - Needed
0 commit comments