From 24f3ba70f54846e2e9b29a88569815422fad6121 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 4 Apr 2023 17:37:25 +0000 Subject: [PATCH] Upgrade/Install: Include the removed Windows Live Writer manifest in `$_old_files`. This ensures that the file and a few related images are also removed from existing installations on update. Follow-up to [55620]. Props ocean90. Fixes #41404. Built from https://develop.svn.wordpress.org/trunk@55621 git-svn-id: http://core.svn.wordpress.org/trunk@55133 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/update-core.php | 3 +++ wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wp-admin/includes/update-core.php b/wp-admin/includes/update-core.php index 170746370aab..20933b640786 100644 --- a/wp-admin/includes/update-core.php +++ b/wp-admin/includes/update-core.php @@ -863,6 +863,9 @@ 'wp-includes/blocks/comments-query-loop/editor-rtl.css', 'wp-includes/blocks/comments-query-loop/editor-rtl.min.css', 'wp-includes/blocks/comments-query-loop', + // 6.3 + 'wp-includes/images/wlw', + 'wp-includes/wlwmanifest.xml', ); /** diff --git a/wp-includes/version.php b/wp-includes/version.php index 42abe47a3ff9..10cf50167a1d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55620'; +$wp_version = '6.3-alpha-55621'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.