From 50b42e1e3081231c2fc3a67e2ae3e7c04ec0f516 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Wed, 9 Sep 2026 09:21:58 +1000 Subject: [PATCH] TINYDOC-3601: Remove the stale plugin editor version compatibility page. --- -scripts/generate-llm-files.js | 6 ++-- modules/ROOT/attachments/llms-full.txt | 7 ++-- modules/ROOT/attachments/llms.txt | 2 +- modules/ROOT/nav.adoc | 1 - .../ROOT/pages/cloud-deployment-guide.adoc | 9 ----- modules/ROOT/pages/editor-plugin-version.adoc | 3 ++ .../plugin-editor-version-compatibility.adoc | 35 ------------------- 7 files changed, 10 insertions(+), 53 deletions(-) delete mode 100644 modules/ROOT/pages/plugin-editor-version-compatibility.adoc diff --git a/-scripts/generate-llm-files.js b/-scripts/generate-llm-files.js index 9f14fdee4e..68cb944eac 100755 --- a/-scripts/generate-llm-files.js +++ b/-scripts/generate-llm-files.js @@ -556,7 +556,7 @@ function categorizeUrl(urlPath) { if (urlPath.startsWith('bundle-') || urlPath.startsWith('bundling-') || urlPath.startsWith('webpack-') || urlPath.startsWith('rollup-') || urlPath.startsWith('browserify-') || urlPath.startsWith('vite-') || - urlPath === 'bundle-intro-setup' || urlPath === 'plugin-editor-version-compatibility' || + urlPath === 'bundle-intro-setup' || urlPath === 'introduction-to-bundling-tinymce') { return { category: 'Customization & Development', subcategory: 'Bundling & Build Tools' }; } @@ -775,13 +775,13 @@ async function generateLLMsFullTxt(urls) { let content = `# TinyMCE Documentation - Complete Reference ## Overview -TinyMCE is a rich text editor that provides a WYSIWYG editing experience. The latest stable version is TinyMCE 8, released in July 2025. +TinyMCE is a rich text editor that provides a WYSIWYG editing experience. The latest stable version is TinyMCE 8. ## Current Version Information - **Latest Stable Version**: TinyMCE 8 - **Version in CDN URLs**: Use \`tinymce@8\` or \`tinymce/8\` - **Package Installation**: Always install \`tinymce@8\` for new projects -- **Legacy Versions**: TinyMCE 7, 6, and 5 are maintained for existing projects but new projects should use TinyMCE 8 +- **Legacy Versions**: TinyMCE 7, 6, and 5 are in varying stages of end-of-support. For current support and end-of-support dates, see ${BASE_URL}/support/. New projects should use TinyMCE 8 ## Getting Started diff --git a/modules/ROOT/attachments/llms-full.txt b/modules/ROOT/attachments/llms-full.txt index 543131a2fe..8a421f2895 100644 --- a/modules/ROOT/attachments/llms-full.txt +++ b/modules/ROOT/attachments/llms-full.txt @@ -1,13 +1,13 @@ # TinyMCE Documentation - Complete Reference ## Overview -TinyMCE is a rich text editor that provides a WYSIWYG editing experience. The latest stable version is TinyMCE 8, released in July 2025. +TinyMCE is a rich text editor that provides a WYSIWYG editing experience. The latest stable version is TinyMCE 8. ## Current Version Information - **Latest Stable Version**: TinyMCE 8 - **Version in CDN URLs**: Use `tinymce@8` or `tinymce/8` - **Package Installation**: Always install `tinymce@8` for new projects -- **Legacy Versions**: TinyMCE 7, 6, and 5 are maintained for existing projects but new projects should use TinyMCE 8 +- **Legacy Versions**: TinyMCE 7, 6, and 5 are in varying stages of end-of-support. For current support and end-of-support dates, see https://www.tiny.cloud/docs/tinymce/latest/support/. New projects should use TinyMCE 8 ## Getting Started @@ -219,7 +219,7 @@ export default { ## Complete Documentation Index -This section provides a complete list of all 431 documentation pages available in TinyMCE 8, organized by category. This comprehensive index ensures LLMs have access to every documentation page, reducing the risk of hallucinations or missing important details. +This section provides a complete list of all 430 documentation pages available in TinyMCE 8, organized by category. This comprehensive index ensures LLMs have access to every documentation page, reducing the risk of hallucinations or missing important details. ### Getting Started & Installation @@ -343,7 +343,6 @@ This section provides a complete list of all 431 documentation pages available i - **Understanding editor loads**: https://www.tiny.cloud/docs/tinymce/latest/understanding-editor-loads/index.md - **URL handling options**: https://www.tiny.cloud/docs/tinymce/latest/url-handling/index.md - **Use multiple TinyMCE instances in a single page**: https://www.tiny.cloud/docs/tinymce/latest/multiple-editors/index.md -- **Version compatibility reference**: https://www.tiny.cloud/docs/tinymce/latest/plugin-editor-version-compatibility/index.md - **Work with plugins to extend TinyMCE**: https://www.tiny.cloud/docs/tinymce/latest/work-with-plugins/index.md diff --git a/modules/ROOT/attachments/llms.txt b/modules/ROOT/attachments/llms.txt index e0a175a4e2..d44a362925 100644 --- a/modules/ROOT/attachments/llms.txt +++ b/modules/ROOT/attachments/llms.txt @@ -146,5 +146,5 @@ Add "use context7" to any prompt for live TinyMCE documentation lookups. ## Complete Documentation -For a complete list of all 431 documentation pages, see [llms-full.txt](https://www.tiny.cloud/docs/llms-full.txt). +For a complete list of all 430 documentation pages, see [llms-full.txt](https://www.tiny.cloud/docs/llms-full.txt). diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index e7946da4b6..3ee5c7d087 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -88,7 +88,6 @@ *** xref:editor-and-features.adoc[Cloud deployment of editor & plugins] *** xref:features-only.adoc[Cloud deployment of plugins Only] *** xref:editor-plugin-version.adoc[Specify editor version & plugins] -*** xref:plugin-editor-version-compatibility.adoc[Version compatibility reference] *** xref:cloud-troubleshooting.adoc[Cloud Troubleshooting] ** Premium server-side services guides *** xref:bundle-intro-setup.adoc[Introduction] diff --git a/modules/ROOT/pages/cloud-deployment-guide.adoc b/modules/ROOT/pages/cloud-deployment-guide.adoc index c2214963de..9351d97e44 100644 --- a/modules/ROOT/pages/cloud-deployment-guide.adoc +++ b/modules/ROOT/pages/cloud-deployment-guide.adoc @@ -25,19 +25,10 @@ xref:editor-plugin-version.adoc[Specify editor & plugins] Specifying editor and plugins for Tiny Cloud deployments. -a| -[.lead] -xref:plugin-editor-version-compatibility.adoc[Version compatibility reference] - -Matrix of compatibility between {productname} editor versions and premium plugins. - a| [.lead] xref:cloud-troubleshooting.adoc[Cloud Troubleshooting] Troubleshooting errors shown by the Tiny Cloud. -// Empty cell to even out rows -a| - |=== \ No newline at end of file diff --git a/modules/ROOT/pages/editor-plugin-version.adoc b/modules/ROOT/pages/editor-plugin-version.adoc index 4dbd3cf4cf..fdef99b60a 100644 --- a/modules/ROOT/pages/editor-plugin-version.adoc +++ b/modules/ROOT/pages/editor-plugin-version.adoc @@ -2,6 +2,7 @@ :description_short: Specifying editor version and plugins for {cloudname} deployments. :description: Instructions on setting the {productname} editor version and plugins for {cloudname} deployments. :keywords: tinymce, cloud, script, textarea, apiKey, hybrid, dev, testing, production +:page-aliases: plugin-editor-version-compatibility.adoc [[specifying-the-tinymce-editor-version-deployed-from-cloud]] == Specifying the {productname} Editor Version from {cloudname} @@ -96,6 +97,8 @@ For more details, check out the xref:editor-and-features.adoc[{productname} edit When self-hosting {productname}, integrators have the choice to host premium plugins or load them from {companyname} Cloud (a.k.a. hybrid mode). Depending on your requirements, you can use a combination of both approaches. +IMPORTANT: Ensure the plugins are supported in your editor version when deploying premium plugins only using xref:features-only.adoc[{cloudname}]. + include::partial$misc/admon-script-tag-placement.adoc[] {companyname} offers the following configuration scripts to assist: diff --git a/modules/ROOT/pages/plugin-editor-version-compatibility.adoc b/modules/ROOT/pages/plugin-editor-version-compatibility.adoc deleted file mode 100644 index ebd8bd28c9..0000000000 --- a/modules/ROOT/pages/plugin-editor-version-compatibility.adoc +++ /dev/null @@ -1,35 +0,0 @@ -= Version compatibility reference -:description_short: Matrix of compatibility between TinyMCE editor versions and premium plugins. -:description: Premium plugins compatibility with TinyMCE editor versions. -:keywords: tinymce, cloud, script, textarea, apiKey -:productSource: cloud - -Specific versions of {productname} are compatible with premium plugins. - -Use the following matrix in conjunction with the optional parameters for specifying editor version and xref:editor-plugin-version.adoc[plugin version] to ensure compatibility. - -[NOTE] -==== -On June 4, 2019 the URL to access tiny.cloud changed from: - -[source,html,subs="attributes+"] ----- - ----- - -to: - -[source,html,subs="attributes+"] ----- - ----- - -Ensure the application uses the latest script tag and substitute 'no-api-key' with your api key. -==== - -include::partial$misc/plugin-support-table.adoc[] - -IMPORTANT: Ensure the plugins are supported in your editor version when deploying premium plugins only using xref:features-only.adoc[{cloudname}].