From 7d4a7dc5da4e15b56cb2b6934bb6b15c4a5e8cd3 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 29 Sep 2025 18:00:32 +0000 Subject: [PATCH] Media: Fix HEIF mime type assertion in test for PHP 8.5. In PHP 8.5, the test image's mime type is now detected as `image/heif`, not `image/heic`. Props swissspidy, adamsilverstein. Fixes #64050. Built from https://develop.svn.wordpress.org/trunk@60810 git-svn-id: http://core.svn.wordpress.org/trunk@60146 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 6942213790..3e7cfe49a7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60809'; +$wp_version = '6.9-alpha-60810'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.