Skip to content

Commit 8214cc2

Browse files
committed
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.
1 parent be90ec1 commit 8214cc2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

modules/ROOT/pages/7.8.0-release-notes.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,21 @@ The {productname} {release-version} release includes an accompanying release of
6969

7070
For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
7171

72+
=== Image Optimizer (Powered by Uploadcare)
73+
74+
{productname} {release-version} introduces the **Image Optimizer (Powered by Uploadcare)** plugin.
75+
76+
**Image Optimizer** includes the following fix.
77+
78+
==== Dragging and dropping image files onto the placeholder was not possible if the files had the correct extension but an incorrect MIME type.
79+
// #TINY-11842
80+
81+
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.
82+
83+
{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.
84+
85+
For information on the **Image Optimizer (Powered by Uploadcare)** plugin, see xref:uploadcare.adoc[Image Optimizer (Powered by Uploadcare)].
86+
7287

7388
[[accompanying-premium-plugin-end-of-life-announcement]]
7489
== Accompanying Premium plugin end-of-life announcement

0 commit comments

Comments
 (0)