From 69851d0b5337c37fbdcfb0427f9140749c726c64 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Sun, 27 Oct 2024 22:57:14 +0000 Subject: [PATCH] Tests: Use better domain for HTTP API invalid hostname test. The previous domain that was used to test for a host whose IPv4 address cannot be resolved, `exampleeeee.com`, got registered and has an A-record now, so it's not invalid anymore. `.invalid` is intended for use in online construction of domain names that are sure to be invalid and which it is obvious at a glance are invalid. Reference: [https://datatracker.ietf.org/doc/html/rfc2606#section-2 Reserved Top Level DNS Names: TLDs for Testing, & Documentation Examples]. Follow-up to [52084], [58384], [58388]. Reviewed by peterwilsoncc. Merges test changes from [59293] to the 6.5 branch. Props sippis, johnbillion, MattyRob, swissspidy, SergeyBiryukov. Fixes #62303. Built from https://develop.svn.wordpress.org/branches/6.5@59299 git-svn-id: http://core.svn.wordpress.org/branches/6.5@58691 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 f5597b7777..148abcf0c9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5.6-alpha-59144'; +$wp_version = '6.5.6-alpha-59299'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.