Skip to content

Commit 768f8cc

Browse files
authored
Bump the db_version to 8.0
WordPress minimum MySQL version was recently bumped to 5.5, which means this plugin no longer works with the trunk WordPress version. Let's bump the reported db version to 8.0 to make it last a while. The version bump was done here: WordPress/wordpress-develop@e1265a3
1 parent ed9264b commit 768f8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wp-includes/sqlite/class-wp-sqlite-db.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ public function has_cap( $db_cap ) {
349349
* @see wpdb::db_version()
350350
*/
351351
public function db_version() {
352-
return '5.5';
352+
return '8.0';
353353
}
354354

355355
/**

0 commit comments

Comments
 (0)