Skip to content

Commit a94245c

Browse files
committed
DOC-3131: add content.
1 parent e071061 commit a94245c

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,27 @@ 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+
=== Export to Word
7273

73-
==== Relative urls are now properly handled with the use of the base_url configuration option.
74+
The {productname} {release-version} release includes an accompanying update to the **Export to Word** premium plugin.
75+
76+
==== Improved handling of relative URLs using `base_url` configuration
7477
// #TINY-11923
7578

79+
Previously, the `exportword` plugin converted relative URLs (e.g., `+/relative/url+`) into incorrect absolute URLs during export, causing hyperlinks in Word documents to direct users to unintended or non-existent destinations. This issue has been resolved. The plugin now correctly resolves relative URLs using the `base_url` configuration option, ensuring exported Word documents contain valid and functional hyperlinks.
80+
81+
For more information, see: xref:exportword.adoc[Export to Word].
82+
83+
=== Export to PDF
84+
85+
The {productname} {release-version} release includes an accompanying update to the **Export to PDF** premium plugin.
86+
87+
==== Improved handling of relative URLs using `base_url` configuration
88+
// #TINY-11923
7689

90+
The `exportpdf` plugin previously transformed relative URLs (e.g., `+/relative/url+`) into incorrect absolute URLs, resulting in broken or misdirected links in exported PDF documents. This issue has been addressed. The plugin now uses the `base_url` configuration option to correctly resolve relative URLs, ensuring that links in exported PDFs lead to the correct destinations.
7791

92+
For more information, see: xref:exportpdf.adoc[Export to PDF].
7893

7994
[[accompanying-premium-plugin-end-of-life-announcement]]
8095
== Accompanying Premium plugin end-of-life announcement

0 commit comments

Comments
 (0)