Skip to content

Commit edd3c68

Browse files
author
Allemand Sylvain
committed
v2.5.0
1 parent 1b6ef3c commit edd3c68

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

reservation.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ Es bringt auch einige vereinfachte Aktionen auf Buchungen wie :
6464
<author>Sylvain Allemand</author>
6565
</authors>
6666
<versions>
67+
<version>
68+
<num>2.5.0</num>
69+
<compatibility>10</compatibility>
70+
</version>
6771
<version>
6872
<num>2.4.4</num>
6973
<compatibility>10</compatibility>

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
define('PLUGIN_RESERVATION_GLPI_MIN_VERSION', '10');
4-
define('PLUGIN_VERSION', '2.4.4');
4+
define('PLUGIN_VERSION', '2.5.0');
55

66
/**
77
* Init the hooks of the plugins - Needed

0 commit comments

Comments
 (0)