From 6bc444cc42c4041379ba46a2569c793b3aea46de Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 5 Apr 2024 12:12:14 +0000 Subject: [PATCH] Tests: Use an image on WordPress.org CDN in external HTTP tests. Due to some changes on the WP.com side to compress the requested images on the fly, the exact image size in the response could be different between platforms. This commit aims to make the affected tests more reliable. Follow-up to [139/tests], [31258], [34568], [47142], [57903], [57904], [57924]. Props peterwilsoncc, jorbin. See #60865. Built from https://develop.svn.wordpress.org/trunk@57931 git-svn-id: http://core.svn.wordpress.org/trunk@57432 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 5ffee4e723..fad2db4c3f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-57928'; +$wp_version = '6.6-alpha-57931'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.