Skip to content

Commit f3da3ac

Browse files
authored
Merge branch 'master' into fix/db-version-bump
2 parents 398544a + 04fd4e7 commit f3da3ac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/db.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2827,6 +2827,8 @@ public function has_cap($db_cap)
28272827
public function db_version()
28282828
{
28292829
// 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
28302832
return '8.0';
28312833
}
28322834

0 commit comments

Comments
 (0)