We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04fd4e7 + f3da3ac commit 5d8af6bCopy full SHA for 5d8af6b
1 file changed
src/db.php
@@ -2828,7 +2828,8 @@ public function db_version()
2828
{
2829
// WordPress currently requires this to be 5.5.5 or greater.
2830
// See https://github.com/WordPress/wordpress-develop/blob/308271cd35c3c71548f6bece6746e67fc4aa6d89/src/wp-includes/version.php#L47
2831
- return '5.5.5';
+ // See https://github.com/WordPress/sqlite-database-integration/commit/768f8cc6d2a2707f744bba31cb0e5421a68c0f4f
2832
+ return '8.0';
2833
}
2834
2835
/**
0 commit comments