diff --git a/src/Handlers/PluginUpdate.php b/src/Handlers/PluginUpdate.php index 1af66f81..e8ec86e7 100644 --- a/src/Handlers/PluginUpdate.php +++ b/src/Handlers/PluginUpdate.php @@ -97,7 +97,7 @@ private static function maybe_update_database() { // DB version was raised in ASB 3.0.0 to 1.03. if ( version_compare( $version_from_db, - '3.0.0', + '3.0.0.alpha.1', '<' ) ) { // Update options (we migrate to a new option name `antispam_bee_options` in this release).