From 36686985d0f1728222144498f34a3038617e68c5 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 24 Mar 2025 13:00:40 +1000 Subject: [PATCH 1/6] DOC-3131: It wasn't possible to add comments to selected footnotes elements. --- modules/ROOT/pages/7.8.0-release-notes.adoc | 9 +++++++++ 1 file changed, 9 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..0f9f0961b5 100644 --- a/modules/ROOT/pages/7.8.0-release-notes.adoc +++ b/modules/ROOT/pages/7.8.0-release-notes.adoc @@ -158,6 +158,15 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a // CCFR here. +=== It wasn't possible to add comments to selected footnotes elements. +// #TINY-11842 + +In previous versions of {productname}, it was not possible to add comments to footnotes when selecting the footnote element. + +As a result, attempting to add a comment would result in the comment being attached to a word outside the footnote as they where not considered valid block elements. + +{productname} {release-version} addresses this issue. Now, comments can now be added directly to the entire footnote element, similar to how comments are handled for figures and other comparable elements. + [[security-fixes]] == Security fixes From b6a1bd0405b315a168e0ee0c0c5f9e1b390abbf6 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 24 Mar 2025 13:24:30 +1000 Subject: [PATCH 2/6] 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 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/modules/ROOT/pages/7.8.0-release-notes.adoc b/modules/ROOT/pages/7.8.0-release-notes.adoc index 0f9f0961b5..8dd4da3d2d 100644 --- a/modules/ROOT/pages/7.8.0-release-notes.adoc +++ b/modules/ROOT/pages/7.8.0-release-notes.adoc @@ -70,6 +70,22 @@ 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 93de2df8c70f4ebe27543fd812af98ab0ca4256b Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 24 Mar 2025 13:26:22 +1000 Subject: [PATCH 3/6] Revert "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." This reverts commit b6a1bd0405b315a168e0ee0c0c5f9e1b390abbf6. --- modules/ROOT/pages/7.8.0-release-notes.adoc | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/modules/ROOT/pages/7.8.0-release-notes.adoc b/modules/ROOT/pages/7.8.0-release-notes.adoc index 8dd4da3d2d..0f9f0961b5 100644 --- a/modules/ROOT/pages/7.8.0-release-notes.adoc +++ b/modules/ROOT/pages/7.8.0-release-notes.adoc @@ -70,22 +70,6 @@ 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 de1a77ffee814e652d226e18d805f81019ec70e5 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Wed, 9 Apr 2025 09:17:23 +1000 Subject: [PATCH 4/6] Update modules/ROOT/pages/7.8.0-release-notes.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> --- 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 0f9f0961b5..388b49bd40 100644 --- a/modules/ROOT/pages/7.8.0-release-notes.adoc +++ b/modules/ROOT/pages/7.8.0-release-notes.adoc @@ -163,7 +163,7 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a In previous versions of {productname}, it was not possible to add comments to footnotes when selecting the footnote element. -As a result, attempting to add a comment would result in the comment being attached to a word outside the footnote as they where not considered valid block elements. +As a result, attempting to add a comment would result in the comment being attached to a word outside the footnote as they were not considered valid block elements. {productname} {release-version} addresses this issue. Now, comments can now be added directly to the entire footnote element, similar to how comments are handled for figures and other comparable elements. From 1e73758a072bd5ca4d30b223b37f8cf2ec8b6778 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Wed, 9 Apr 2025 09:17:27 +1000 Subject: [PATCH 5/6] Update modules/ROOT/pages/7.8.0-release-notes.adoc Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com> --- 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 388b49bd40..62b342e028 100644 --- a/modules/ROOT/pages/7.8.0-release-notes.adoc +++ b/modules/ROOT/pages/7.8.0-release-notes.adoc @@ -165,7 +165,7 @@ In previous versions of {productname}, it was not possible to add comments to fo As a result, attempting to add a comment would result in the comment being attached to a word outside the footnote as they were not considered valid block elements. -{productname} {release-version} addresses this issue. Now, comments can now be added directly to the entire footnote element, similar to how comments are handled for figures and other comparable elements. +{productname} {release-version} addresses this issue. Comments can now be added directly to the entire footnote element, similar to how comments are handled for figures and other comparable elements. [[security-fixes]] From 5f444e2305703a548355667a0ce216bcab6414a5 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Wed, 9 Apr 2025 11:11:38 +1000 Subject: [PATCH 6/6] 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 62b342e028..c879c62add 100644 --- a/modules/ROOT/pages/7.8.0-release-notes.adoc +++ b/modules/ROOT/pages/7.8.0-release-notes.adoc @@ -161,7 +161,7 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a === It wasn't possible to add comments to selected footnotes elements. // #TINY-11842 -In previous versions of {productname}, it was not possible to add comments to footnotes when selecting the footnote element. +In previous versions of {productname}, it was not possible to add comments to footnotes (created by the xref:footnotes.adoc[Footnotes] plugin) when selecting the footnote element. As a result, attempting to add a comment would result in the comment being attached to a word outside the footnote as they were not considered valid block elements.