Skip to content

Commit

Permalink
Changes version number to 3.1.2
Browse files Browse the repository at this point in the history
Also updates XML plugin file to declare this 3.1.2 version is only
compatible with GLPI v9.3.1.
  • Loading branch information
C-Duv committed Apr 21, 2019
1 parent f262c87 commit 8748766
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions room.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
<num>3.1.1</num>
<compatibility>9.2</compatibility>
</version>
<version>
<num>3.1.2</num>
<compatibility>9.3.1</compatibility>
</version>
</versions>
<langs>
<lang>de_DE</lang>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

define('PLUGIN_ROOM_VERSION', '3.1.1');
define('PLUGIN_ROOM_VERSION', '3.1.2');

// Initilisation du plugin (appelée à l'activation du plugin)
// Cette fonction définie les HOOKS avec GLPI et permet de déclarer de
Expand Down

0 comments on commit 8748766

Please sign in to comment.