DOC-3469 - Fix incorrect plugin categorizations in migration guides#4072
Merged
Conversation
Correct three factual errors across the 4→8, 5→8, and 6→8 migration guides: - textcolor: move from "Removed" / "Now Premium Only" to "Integrated into core" — the plugin's functionality was absorbed into core via the forecolor and backcolor toolbar buttons - mediaembed: remove from "Now Premium Only" — it has always been a premium plugin and was never open-source - fullpage: move from "Removed Plugins" to "Now Premium Only" — it became the premium fullpagehtml plugin
ShiridiGandham
approved these changes
Apr 16, 2026
lostkeys
reviewed
Apr 16, 2026
ArvinJ-H
approved these changes
Apr 16, 2026
Change "now premium in v6" to "now premium in v8" in the 4→8 and 5→8 migration guides.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket
DOC-3469
Site
Changes
Corrects three factual errors across all three migration guides (4→8, 5→8, 6→8) reported by @lostkeys
textcolor: Moved from "Removed" / "Now Premium Only" to "Integrated into TinyMCE core". The plugin's functionality was absorbed into core via theforecolorandbackcolortoolbar buttons — it was never replaced by a premium feature. Fixed incorrect code examples that referenced a non-existentcolorpickerplugin.mediaembed: Removed from "Now Premium Only" in the 4→8 and 5→8 guides. Media Embed has always been a premium plugin and was never open-source, so listing it under "Now Premium Only" was misleading.fullpage: Moved from "Removed Plugins" to "Now Premium Only" in the 4→8 and 5→8 guides. The plugin became the premiumfullpagehtmlplugin — it was not simply removed.Files changed
modules/ROOT/pages/migration-from-6x-to-8x.adoc— textcolor fixmodules/ROOT/pages/migration-from-5x-to-8x.adoc— textcolor, mediaembed, and fullpage fixesmodules/ROOT/pages/migration-from-4x-to-8x.adoc— textcolor, mediaembed, and fullpage fixesDocumentation Lead review