From 8214cc24a39373c4bc7e5ab1f3a6009bd9c5c187 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 24 Mar 2025 13:28:44 +1000 Subject: [PATCH 1/3] DOC-3131: Dragging and dropping image files onto the placeholder was not possible if the files had the correct extension but an incorrect MIME type. --- modules/ROOT/pages/7.8.0-release-notes.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/modules/ROOT/pages/7.8.0-release-notes.adoc b/modules/ROOT/pages/7.8.0-release-notes.adoc index dff76301c5..ed621c4d55 100644 --- a/modules/ROOT/pages/7.8.0-release-notes.adoc +++ b/modules/ROOT/pages/7.8.0-release-notes.adoc @@ -69,6 +69,21 @@ The {productname} {release-version} release includes an accompanying release of For information on the **** plugin, see: xref:.adoc[]. +=== Image Optimizer (Powered by Uploadcare) + +{productname} {release-version} introduces the **Image Optimizer (Powered by Uploadcare)** plugin. + +**Image Optimizer** includes the following fix. + +==== Dragging and dropping image files onto the placeholder was not possible if the files had the correct extension but an incorrect MIME type. +// #TINY-11842 + +In previous versions of the **Image Optimizer** premium plugin, dragging and dropping supported image files onto the placeholder could fail due to inconsistent file type detection. The issue occurred because only the MIME type or the file extension was checked, resulting in discrepancies when handling certain image files. + +{productname} {release-version} resolves this issue by updating file type detection to consider both the MIME type and the file extension when verifying supported formats. This enhancement ensures more reliable and consistent behavior when dragging and dropping image files. + +For information on the **Image Optimizer (Powered by Uploadcare)** plugin, see xref:uploadcare.adoc[Image Optimizer (Powered by Uploadcare)]. + [[accompanying-premium-plugin-end-of-life-announcement]] == Accompanying Premium plugin end-of-life announcement From b7ff50ece98e50655151da26ebbaa96b9499424e Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 8 Apr 2025 10:31:20 +1000 Subject: [PATCH 2/3] Update modules/ROOT/pages/7.8.0-release-notes.adoc --- modules/ROOT/pages/7.8.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.8.0-release-notes.adoc b/modules/ROOT/pages/7.8.0-release-notes.adoc index ed621c4d55..e498ecf34b 100644 --- a/modules/ROOT/pages/7.8.0-release-notes.adoc +++ b/modules/ROOT/pages/7.8.0-release-notes.adoc @@ -82,7 +82,7 @@ In previous versions of the **Image Optimizer** premium plugin, dragging and dro {productname} {release-version} resolves this issue by updating file type detection to consider both the MIME type and the file extension when verifying supported formats. This enhancement ensures more reliable and consistent behavior when dragging and dropping image files. -For information on the **Image Optimizer (Powered by Uploadcare)** plugin, see xref:uploadcare.adoc[Image Optimizer (Powered by Uploadcare)]. +For information on the **Image Optimizer (Powered by Uploadcare)** plugin, see xref:uploadcare.adoc[Image Optimizer]. [[accompanying-premium-plugin-end-of-life-announcement]] From 5504787a7e99206758b2b7f9ddeaa47a007bad90 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Wed, 9 Apr 2025 10:29:41 +1000 Subject: [PATCH 3/3] Update modules/ROOT/pages/7.8.0-release-notes.adoc --- modules/ROOT/pages/7.8.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.8.0-release-notes.adoc b/modules/ROOT/pages/7.8.0-release-notes.adoc index 8b3075f016..ace1393021 100644 --- a/modules/ROOT/pages/7.8.0-release-notes.adoc +++ b/modules/ROOT/pages/7.8.0-release-notes.adoc @@ -211,7 +211,7 @@ Previously, applying color filters to images that had not yet been successfully ==== Keyboard navigation between toolbars no longer loses focus. // #TINY-11880 -In previous versions of **Image Optimizer**, navigating between toolbars and sub toolbars could cause the toolbar focus state to be lost. This issue required users to press `+Ctrl+F9+` to manually restore focus to the context toolbar, disrupting keyboard navigation workflows. {productname} {release-version} addresses this issue, by updating the focus handling using new sub toolbar APIs, ensuring that focus is now properly retained when moving between toolbars and sub toolbars. This improvement enhances accessibility and allows users to navigate the toolbar system more efficiently. +In previous versions of **Image Optimizer (Powered by Uploadcare)** plugin, navigating between toolbars and sub toolbars could cause the toolbar focus state to be lost. This issue required users to press `+Ctrl+F9+` to manually restore focus to the context toolbar, disrupting keyboard navigation workflows. {productname} {release-version} addresses this issue, by updating the focus handling using new sub toolbar APIs, ensuring that focus is now properly retained when moving between toolbars and sub toolbars. This improvement enhances accessibility and allows users to navigate the toolbar system more efficiently. For information on the **Image Optimizer (Powered by Uploadcare)** plugin, see xref:uploadcare.adoc[Image Optimizer (Powered by Uploadcare)].