You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/migration-from-4x.adoc
+15-18Lines changed: 15 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,24 +29,22 @@ content_css: "dark",
29
29
30
30
=== Plugin Ecosystem
31
31
32
-
The {productname} plugin ecosystem was significantly restructured in version 6.0, with several plugins being removed, folded into the core, or reclassified as premium features. The following breakdown clarifies the status of each affected plugin.
32
+
The {productname} plugin ecosystem was significantly restructured in version 6.0, with several plugins being removed, folded into the {productcorename}, or reclassified as premium features. The following breakdown clarifies the status of each affected plugin.
33
33
34
34
* **Removed Plugins** (no longer available as of {productname} 6.0):
35
-
** `colorpicker`: Deprecated in 5.0; functionality absorbed into core. Removed in 6.0.
36
-
** `contextmenu`: Deprecated in version 5.0 following the integration of context menu functionality into the core editor. Removed in version 6.0. For more information, see the link:https://www.tiny.cloud/docs/tinymce/latest/contextmenu/[contextmenu documentation].
37
-
** `tabfocus`: Removed in 6.0. Keyboard navigation via Tab is now handled by the browser and editor core.
38
-
** `bbcode`: Deprecated in 5.9.0. Removed in 6.0.
39
-
** `fullpage`: Deprecated in 5.9.0. Removed in 6.0.
40
-
** `legacyoutput`: Deprecated in 5.9.0. Removed in 6.0.
41
-
** `spellchecker`: Deprecated in 5.9.0. Removed in 6.0. Use `browser_spellcheck: true` or the premium xref:introduction-to-tiny-spellchecker.adoc[Spell Checker] plugin.
42
-
** `template`: Removed in {release-version}. Integrators are encouraged to migrate to the premium xref:advanced-templates.adoc[Templates] plugin.
43
-
** `imagetools`: Removed in 6.0. Replaced by the Premium xref:editimage.adoc[Enhanced Image Editing] feature, available via the `+editimage+` plugin introduced in TinyMCE 6.0.
44
-
45
-
* **Integrated into Core**:
46
-
** `paste`, `hr`, `noneditable`, `table`, `print`, and `contextmenu`: These plugins were absorbed into the {productname} core and no longer require separate installation.
35
+
** `bbcode`, `fullpage`, `legacyoutput`: Deprecated in 5.9.0. Removed in 6.0.
36
+
37
+
* **Integrated into {productcorename}**:
38
+
** `paste`, `hr`, `noneditable`, `table`, `print`, `colorpicker` and `contextmenu`: These plugins were absorbed into {productcorename} and no longer require separate installation.
39
+
** `contextmenu`: Deprecated in version 5.0 following the integration of context menu functionality into {productcorename} editor. Removed in version 6.0. For more information, see the link:https://www.tiny.cloud/docs/tinymce/latest/contextmenu/[contextmenu documentation].
40
+
** `tabfocus`: Removed in 6.0. Keyboard navigation via Tab is now handled by the browser and {productcorename}.
47
41
48
42
* **Now Premium Only**:
49
-
** `spellchecker`, `editimage`, `mediaembed`, `tableofcontents`: These features are available through premium plugins.
43
+
** `mediaembed`, `tableofcontents`: These features are available through premium plugins.
44
+
** `spellchecker`: Deprecated in 5.9.0. Removed in 6.0.
45
+
*** Use `browser_spellcheck: true` or the premium xref:introduction-to-tiny-spellchecker.adoc[Spell Checker] plugin.
46
+
** `template`: Removed in {release-version}. Replaced by the premium xref:advanced-templates.adoc[Templates] plugin.
47
+
** `imagetools`: Removed in 6.0. Replaced by the premium xref:editimage.adoc[Enhanced Image Editing] feature, available via the `+editimage+` plugin introduced in TinyMCE 6.0.
50
48
51
49
==== Plugin Migration Tips
52
50
@@ -64,8 +62,8 @@ The {productname} plugin ecosystem was significantly restructured in version 6.0
64
62
* `imagetools`: (removed in v6):
65
63
** Use the premium xref:editimage.adoc[Enhanced Image Editing] or xref:uploadcare.adoc[Image Optimizer Powered by Uploadcare] plugin for image editing capabilities.
66
64
67
-
[NOTE]
68
-
====
65
+
==== Toolbar and Menu name changes
66
+
69
67
If you used the following toolbar buttons or menu options, they have changed names across major {productname} versions. Please refer to the release notes for each version for complete migration details.
70
68
71
69
{productname} 5 → {productname} 6:
@@ -84,11 +82,10 @@ If you used the following toolbar buttons or menu options, they have changed nam
84
82
85
83
{productname} 6 → {productname} 7:
86
84
87
-
* `InsertOrderedList` and `InsertUnorderedList` commands were removed from the core and are now provided by the `lists` plugin.
85
+
* `InsertOrderedList` and `InsertUnorderedList` commands were removed from {productcorename} and are now provided by the `lists` plugin.
88
86
* Default text pattern triggers were updated to activate on `Space` instead of `Enter`. A `trigger` property was added to configure block-level text pattern behavior.
89
87
90
88
Refer to the latest release notes at link:https://www.tiny.cloud/docs/tinymce/latest/release-notes/[latest release notes] for further details.
91
-
====
92
89
93
90
TIP: Always refer to the latest plugin documentation at xref:plugins.adoc[plugins] for up-to-date availability and migration guidance.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/migration-from-5x.adoc
+15-18Lines changed: 15 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,21 +31,19 @@ content_css: "dark",
31
31
The {productname} plugin ecosystem underwent a significant overhaul starting in version 6.0, with many plugins either removed, integrated into the core, or made premium-only. The following summarizes these changes.
32
32
33
33
* **Removed Plugins** (no longer available as of {productname} 6.0):
34
-
** `colorpicker`: Deprecated in 5.0; functionality absorbed into core. Removed in 6.0.
35
-
** `contextmenu`: Deprecated in version 5.0 following the integration of context menu functionality into the core editor. Removed in version 6.0. For more information, see the link:https://www.tiny.cloud/docs/tinymce/latest/contextmenu/[contextmenu documentation].
36
-
** `tabfocus`: Removed in 6.0. Keyboard navigation via Tab is now handled by the browser and editor core.
37
-
** `bbcode`: Deprecated in 5.9.0. Removed in 6.0.
38
-
** `fullpage`: Deprecated in 5.9.0. Removed in 6.0.
39
-
** `legacyoutput`: Deprecated in 5.9.0. Removed in 6.0.
40
-
** `spellchecker`: Deprecated in 5.9.0. Removed in 6.0. Use `browser_spellcheck: true` or the premium xref:introduction-to-tiny-spellchecker.adoc[Spell Checker] plugin.
41
-
** `template`: Removed in {release-version}. Integrators are encouraged to migrate to the premium xref:advanced-templates.adoc[Templates] plugin.
42
-
** `imagetools`: Removed in 6.0. Replaced by the Premium xref:editimage.adoc[Enhanced Image Editing] feature, available via the `+editimage+` plugin introduced in TinyMCE 6.0.
43
-
44
-
* **Integrated into Core**:
45
-
** `paste`, `hr`, `table`, `noneditable`, `nonbreaking`, `print`, and `contextmenu`: These plugins were absorbed into the {productname} core and no longer require separate installation.
34
+
** `bbcode`, `fullpage`, `legacyoutput`: Deprecated in 5.9.0. Removed in 6.0.
35
+
36
+
* **Integrated into {productcorename}**:
37
+
** `paste`, `hr`, `table`, `noneditable`, `nonbreaking`, `print`, `colorpicker` and `contextmenu`: These plugins were absorbed into {productcorename} and no longer require separate installation.
38
+
** `contextmenu`: Deprecated in version 5.0 following the integration of context menu functionality into {productcorename} editor. Removed in version 6.0. For more information, see the link:https://www.tiny.cloud/docs/tinymce/latest/contextmenu/[contextmenu documentation].
39
+
** `tabfocus`: Removed in 6.0. Keyboard navigation via Tab is now handled by the browser and {productcorename}.
46
40
47
41
* **Now Premium Only**:
48
-
** `spellchecker`, `editimage`, `mediaembed`, `tableofcontents`: These features are available through premium plugins.
42
+
** `mediaembed`, `tableofcontents`: These features are available through premium plugins.
43
+
** `spellchecker`: Deprecated in 5.9.0. Removed in 6.0.
44
+
*** Use `browser_spellcheck: true` or the premium xref:introduction-to-tiny-spellchecker.adoc[Spell Checker] plugin.
45
+
** `template`: Removed in {release-version}. Replaced by the premium xref:advanced-templates.adoc[Templates] plugin.
46
+
** `imagetools`: Removed in 6.0. Replaced by the premium xref:editimage.adoc[Enhanced Image Editing] feature, available via the `+editimage+` plugin introduced in TinyMCE 6.0.
49
47
** `toc`: Renamed to `tableofcontents` and now premium.
50
48
** `advtemplate`: Replaces the `template` plugin for advanced templating use cases.
51
49
@@ -65,8 +63,8 @@ The {productname} plugin ecosystem underwent a significant overhaul starting in
65
63
* `imagetools`: (removed in v6):
66
64
** Use the premium xref:editimage.adoc[Enhanced Image Editing] or xref:uploadcare.adoc[Image Optimizer Powered by Uploadcare] plugin for image editing capabilities.
67
65
68
-
[NOTE]
69
-
====
66
+
==== Toolbar and Menu name changes
67
+
70
68
If you used the following toolbar buttons or menu options, they have changed names across major {productname} versions. Please refer to the release notes for each version for complete migration details.
71
69
72
70
{productname} 5 → {productname} 6:
@@ -85,11 +83,10 @@ If you used the following toolbar buttons or menu options, they have changed nam
85
83
86
84
{productname} 6 → {productname} 7:
87
85
88
-
* `InsertOrderedList` and `InsertUnorderedList` commands were removed from the core and are now provided by the `lists` plugin.
86
+
* `InsertOrderedList` and `InsertUnorderedList` commands were removed from {productcorename} and are now provided by the `lists` plugin.
89
87
* Default text pattern triggers were updated to activate on `Space` instead of `Enter`. A `trigger` property was added to configure block-level text pattern behavior.
90
88
91
89
Refer to the latest release notes at link:https://www.tiny.cloud/docs/tinymce/latest/release-notes/[latest release notes] for further details.
92
-
====
93
90
94
91
TIP: Always refer to the latest plugin documentation at xref:plugins.adoc[plugins] for up-to-date availability and migration guidance.
95
92
@@ -176,7 +173,7 @@ Refer to version-specific release notes for changes in toolbar button names and
0 commit comments