Skip to content

Commit

Permalink
Changes version number to 3.1.0
Browse files Browse the repository at this point in the history
Also updates homepage metadata to reflect changes to GitHub and the XML plugin
file to declare this 3.1.0 version is still working on GLPI 0.85.
  • Loading branch information
C-Duv committed Feb 5, 2017
1 parent d072866 commit 6a5b1b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions room.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
</version>
<version>
<num>3.1.0</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
<compatibility>9.1</compatibility>
<compatibility>9.1.1</compatibility>
Expand Down
6 changes: 3 additions & 3 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// Original Author of file: DOMBRE Julien
// Purpose of file:
// ----------------------------------------------------------------------
define("PLUGIN_ROOM_VERSION", "3.0.4b2");
define("PLUGIN_ROOM_VERSION", "3.1.0");

// 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 Expand Up @@ -75,8 +75,8 @@ function plugin_version_room() {
'name' => $LANG['plugin_room'][0],
'version' => PLUGIN_ROOM_VERSION,
'license' => 'GPLv2+',
'author' => 'Julien Dombre / Modif bogucool et Pascal Marier-Dionne',
'homepage' => 'https://forge.indepnet.net/projects/room/files',
'author' => 'Julien Dombre / Modif bogucool, Pascal Marier-Dionne et Claude Duvergier',
'homepage' => 'https://github.com/pluginsGLPI/room',
'minGlpiVersion' => '0.85'
); // For compatibility / no install in version < 0.85

Expand Down

0 comments on commit 6a5b1b5

Please sign in to comment.