Skip to content

Commit

Permalink
Merge pull request #77 from oat-sa/backport/NEX-1271/v2.10.2/add-miss…
Browse files Browse the repository at this point in the history
…ing-version-update

Added backported version to update script
  • Loading branch information
martijn-tao authored Aug 6, 2020
2 parents 3b4bdec + e58592b commit a78fabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function update($initialVersion)
$this->setVersion('2.5.3');
}

if ($this->isVersion('2.5.3')) {
if ($this->isVersion('2.5.3') | $this->isVersion('2.5.3.1')) {
call_user_func(new RegisterPciTextReader(), ['0.8.5']);
$this->setVersion('2.5.4');
}
Expand Down

0 comments on commit a78fabb

Please sign in to comment.