From 7e06028d94d40c631b9bcc7c173ac375aa2e02f5 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 8 Jul 2025 10:06:32 +0000 Subject: [PATCH] TinyMCE: Update TinyMCE cache version to prevent script errors. Changeset [60007] updated some TinyMCE-related files but did not update the $tinymce_version cache key located in wp-includes/version.php. This changeset updates the cache key with the date of the last changes. Follow-up to [60007]. Merges [60413] to the 6.8 branch. Props oferlaor, sabernhardt, siliconforks, audrasjb. Fixes #63308. Built from https://develop.svn.wordpress.org/branches/6.8@60436 git-svn-id: http://core.svn.wordpress.org/branches/6.8@59772 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 5b7c77f1f2..8d92283556 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8.2-alpha-60435'; +$wp_version = '6.8.2-alpha-60436'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. @@ -30,7 +30,7 @@ $wp_db_version = 60421; * * @global string $tinymce_version */ -$tinymce_version = '49110-20201110'; +$tinymce_version = '49110-20250317'; /** * Holds the required PHP version.