Skip to content

Commit

Permalink
Merge pull request #280 from minzords/stable
Browse files Browse the repository at this point in the history
release(1.6.2): 🔖
  • Loading branch information
AntoineLemarchand committed May 7, 2024
2 parents cf1ee7d + 5b6d895 commit 354de7a
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.1');
define('ITSM_VERSION', '1.6.2');
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.1');
define("ITSM_SCHEMA_VERSION", '1.6.2');
}

// 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 @@ -530,6 +530,7 @@ public function doUpdates($current_version = null) {
update150to151();

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

0 comments on commit 354de7a

Please sign in to comment.