From 2559fb2a8d36be1135dab390c45095de568cc200 Mon Sep 17 00:00:00 2001 From: TimothyBlynJacobs Date: Fri, 6 Nov 2020 22:15:09 +0000 Subject: [PATCH] App Passwords: Bump database version to flush rewrite rules. Application Passwords introduced a new Rewrite Rule to handle the Authorization header on certain systems. This bumps the database version so the change is applied to sites upon upgrading to 5.6. Fixes #51723. Built from https://develop.svn.wordpress.org/trunk@49534 git-svn-id: http://core.svn.wordpress.org/trunk@49272 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index b731987492..93c65a74c2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,14 +13,14 @@ * * @global string $wp_version */ -$wp_version = '5.6-beta3-49513'; +$wp_version = '5.6-beta3-49534'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * * @global int $wp_db_version */ -$wp_db_version = 48748; +$wp_db_version = 49534; /** * Holds the TinyMCE version.