From c4a4c19e24066ca1565c0d2e36b645d0c304c2fa Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 20 Mar 2025 14:12:26 +0000 Subject: [PATCH] Build/Test Tools: Enable starting Xdebug on trigger in local environment. This aims to facilitate setting up Xdebug locally without editing the `tools/local-env/php-config.ini` file, which is not ignored by Git by default. Note that this does not enable Xdebug by default, since both `LOCAL_PHP_XDEBUG=true` and `LOCAL_PHP_XDEBUG_MODE=debug` are additionally required for Xdebug to work. Props SirLouen, jules-colle, johnbillion, pento. Fixes #49953. Built from https://develop.svn.wordpress.org/trunk@60060 git-svn-id: http://core.svn.wordpress.org/trunk@59396 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 3916059cf7..a6a404d38d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-beta3-60059'; +$wp_version = '6.8-beta3-60060'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.