We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 398544a + 04fd4e7 commit f3da3acCopy full SHA for f3da3ac
1 file changed
src/db.php
@@ -2827,6 +2827,8 @@ public function has_cap($db_cap)
2827
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
+ // See https://github.com/WordPress/sqlite-database-integration/commit/768f8cc6d2a2707f744bba31cb0e5421a68c0f4f
2832
return '8.0';
2833
}
2834
0 commit comments