Skip to content

Commit

Permalink
fix: use 3.0.0-alpha.1 instead 3.0.0.alpha.1 in PluginUpdater
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbrinkmann committed Feb 9, 2024
1 parent ad28b52 commit 7f569ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Handlers/PluginUpdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.alpha.1',
'3.0.0-alpha.1',
'<'
) ) {
// Update options (we migrate to a new option name `antispam_bee_options` in this release).
Expand Down

0 comments on commit 7f569ef

Please sign in to comment.