Update plugin version

[MAILPOET-3075]
This commit is contained in:
Pavel Dohnal
2020-08-12 13:31:09 +02:00
committed by Veljko V
parent 3b2f437709
commit 1a3ea15817

View File

@ -703,7 +703,7 @@ class Populator {
}
private function addPlacementStatusToForms() {
if (version_compare($this->settings->get('db_version', '3.48.1'), '3.48.1', '>')) {
if (version_compare($this->settings->get('db_version', '3.49.0'), '3.48.1', '>')) {
return;
}
$forms = $this->formsRepository->findAll();