Skip to content

Commit c2cb082

Browse files
committed
DOC-3202: add missing imagetools legacy plugin.
1 parent ebfc5cf commit c2cb082

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

modules/ROOT/pages/migration-from-4x.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ The {productname} plugin ecosystem was significantly restructured in version 6.0
4040
** `legacyoutput`: Deprecated in 5.9.0. Removed in 6.0.
4141
** `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.
4242
** `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.
4344

4445
* **Integrated into Core**:
4546
** `paste`, `hr`, `noneditable`, `table`, `print`, and `contextmenu`: These plugins were absorbed into the {productname} core and no longer require separate installation.
@@ -60,6 +61,8 @@ The {productname} plugin ecosystem was significantly restructured in version 6.0
6061
** Use the premium xref:advanced-templates.adoc[advtemplate] plugin or implement custom modal dialogs.
6162
* `textcolor` (removed in v6):
6263
** Use the `forecolor` and `backcolor` toolbar buttons for text color functionality.
64+
* `imagetools`: (removed in v6):
65+
** Use the premium xref:editimage.adoc[Enhanced Image Editing] or xref:uploadcare.adoc[Image Optimizer Powered by Uploadcare] plugin for image editing capabilities.
6366

6467
[NOTE]
6568
====

modules/ROOT/pages/migration-from-5x.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The {productname} plugin ecosystem underwent a significant overhaul starting in
3939
** `legacyoutput`: Deprecated in 5.9.0. Removed in 6.0.
4040
** `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.
4141
** `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.
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.
4343

4444
* **Integrated into Core**:
4545
** `paste`, `hr`, `table`, `noneditable`, `nonbreaking`, `print`, and `contextmenu`: These plugins were absorbed into the {productname} core and no longer require separate installation.
@@ -62,6 +62,8 @@ The {productname} plugin ecosystem underwent a significant overhaul starting in
6262
** Use the premium xref:advanced-templates.adoc[advtemplate] plugin or implement custom modal dialogs.
6363
* `textcolor` (removed in v6):
6464
** Use the `forecolor` and `backcolor` toolbar buttons for text color functionality.
65+
* `imagetools`: (removed in v6):
66+
** Use the premium xref:editimage.adoc[Enhanced Image Editing] or xref:uploadcare.adoc[Image Optimizer Powered by Uploadcare] plugin for image editing capabilities.
6567

6668
[NOTE]
6769
====

0 commit comments

Comments
 (0)