Skip to content

Commit

Permalink
Merge pull request #81 from oat-sa/backport/NEX-1271/v2.8.0/add-missi…
Browse files Browse the repository at this point in the history
…ng-version-update

Added backported version to update script
  • Loading branch information
martijn-tao authored Aug 6, 2020
2 parents 67ab83b + 4543bd0 commit 8073740
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 @@ -104,7 +104,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 8073740

Please sign in to comment.