diff --git a/mailpoet/lib/Config/Migrator.php b/mailpoet/lib/Config/Migrator.php index 1d635c130e..87a4278744 100644 --- a/mailpoet/lib/Config/Migrator.php +++ b/mailpoet/lib/Config/Migrator.php @@ -861,8 +861,8 @@ class Migrator { private function migrateEmailActionsFilters(): bool { global $wpdb; - // skip the migration if the DB version is higher than 3.76.0 or is not set (a new installation) - if (version_compare($this->settings->get('db_version', '3.76.1'), '3.76.0', '>')) { + // skip the migration if the DB version is higher than 3.77.0 or is not set (a new installation) + if (version_compare($this->settings->get('db_version', '3.77.1'), '3.77.0', '>')) { return false; }