diff --git a/scripts/update/Updater.php b/scripts/update/Updater.php index af8b697..cbb21cc 100644 --- a/scripts/update/Updater.php +++ b/scripts/update/Updater.php @@ -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'); }