Skip to content

Commit b6a1bd0

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 3668698 commit b6a1bd0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,22 @@ The {productname} {release-version} release includes an accompanying release of
7070
For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
7171

7272

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

0 commit comments

Comments
 (0)