Skip to content

Commit

Permalink
Merge pull request #284 from minzords/stable
Browse files Browse the repository at this point in the history
🔖 release(1.6.3) 🔖
  • Loading branch information
AntoineLemarchand committed May 15, 2024
2 parents 354de7a + 3d4d04c commit 1e3f442
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/define.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
// Last version of GLPI only for plugin compatibility
define('GLPI_VERSION', '9.5.13');

define('ITSM_VERSION', '1.6.2');
define('ITSM_VERSION', '1.6.3');
if (substr(ITSM_VERSION, -4) === '-dev') {
//for dev version
define('ITSM_PREVER', str_replace('-dev', '', ITSM_VERSION));
Expand All @@ -44,7 +44,7 @@
);
} else {
//for stable version
define("ITSM_SCHEMA_VERSION", '1.6.2');
define("ITSM_SCHEMA_VERSION", '1.6.3');
}

// Current version of ITSM-NG
Expand Down
1 change: 1 addition & 0 deletions inc/update.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ public function doUpdates($current_version = null) {

case "1.6.0":
case "1.6.1":
case "1.6.2":
include_once "{$updir}itsm_update_160_161.php";
update160to161();
continue;
Expand Down

0 comments on commit 1e3f442

Please sign in to comment.