Skip to content

Commit d05f9d8

Browse files
committed
v2.4.0 pour glpi10, resolve #58
1 parent a3885df commit d05f9d8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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.4.0</num>
69+
<compatibility>10</compatibility>
70+
</version>
6771
<version>
6872
<num>2.3.8</num>
6973
<compatibility>9.5</compatibility>

setup.php

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

3-
define('PLUGIN_RESERVATION_GLPI_MIN_VERSION', '9.5');
4-
define('PLUGIN_VERSION', '2.3.8');
3+
define('PLUGIN_RESERVATION_GLPI_MIN_VERSION', '10');
4+
define('PLUGIN_VERSION', '2.4.0');
55

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

0 commit comments

Comments
 (0)