From e4e1f40f0a1253b88681a98cc15c2dd2e93df839 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 6 Apr 2024 14:21:18 +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]. Reviewed by jorbin. Merges [57931] to the 6.5 branch. Props peterwilsoncc, jorbin. See #60865. Built from https://develop.svn.wordpress.org/branches/6.5@57935 git-svn-id: http://core.svn.wordpress.org/branches/6.5@57436 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 09f2e355b6..1906698107 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5.1-alpha-57927'; +$wp_version = '6.5.1-alpha-57935'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.