Commit 3cd1dbc186 for wordpress.org
commit 3cd1dbc186cbd0f9f896c26e389de875bc9b75c9
Author: youknowriad <youknowriad@git.wordpress.org>
Date: Wed Jan 21 17:24:33 2026 +0000
Build: Fix redirect and error handling in performance results logging.
- Replace `https.request()` with native `fetch()` in `log-results.js`.
- Drop www. from host name used to avoid redirects.
Props mcsf.
Fixes #64534.
Built from https://develop.svn.wordpress.org/trunk@61507
git-svn-id: http://core.svn.wordpress.org/trunk@60818 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index f59ad59cce..f8baea708b 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.0-alpha-61505';
+$wp_version = '7.0-alpha-61507';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.