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
This commit is contained in:
audrasjb
2025-07-08 10:06:32 +00:00
parent deec6283f4
commit 7e06028d94

View File

@@ -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.