From d22ebda400799d2bd4bf837d4cc067f1ea9c8dd5 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 1 Apr 2024 17:18:14 +0000 Subject: [PATCH] Tests: Update expectations in `wp_remote_head()` and `wp_remote_get()` tests. It appears that something has changed on the WP.com side to compress the requested images on the fly, which interfered with the previous expectations in these tests. Follow-up to [139/tests], [31258], [47142]. Reviewed by audrasjb. Merges [57903] and [57904] to the 6.5 branch. Props dextorlobo, swissspidy, davidbaumwald, SergeyBiryukov. Fixes #60865. Built from https://develop.svn.wordpress.org/branches/6.5@57908 git-svn-id: http://core.svn.wordpress.org/branches/6.5@57409 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 800199b63e..302d2c30b6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-RC4-57907'; +$wp_version = '6.5-RC4-57908'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.