Skip to content

Commit fd276f7

Browse files
authored
DOC-11923: Add note on handling of relative URLs with base_url configuration option. (#3682)
* DOC-11923: Add note on handling of relative URLs with base_url configuration option. * DOC-3131: add content. * DOC-3131: update title headers.
1 parent a5017e3 commit fd276f7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,27 @@ Previously, deleting a comment reply did not dispatch a `change` event, which pr
101101

102102
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to {companyname} Comments].
103103

104+
=== Export to Word
105+
106+
The {productname} {release-version} release includes an accompanying update to the **Export to Word** premium plugin.
107+
108+
==== Improved handling of relative URLs using `base_url` configuration for Export to Word
109+
// #TINY-11923
110+
111+
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.
112+
113+
For more information, see: xref:exportword.adoc[Export to Word].
114+
115+
=== Export to PDF
116+
117+
The {productname} {release-version} release includes an accompanying update to the **Export to PDF** premium plugin.
118+
119+
==== Improved handling of relative URLs using `base_url` configuration for Export to PDF
120+
// #TINY-11923
121+
122+
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.
123+
124+
For more information, see: xref:exportpdf.adoc[Export to PDF].
104125

105126
[[accompanying-premium-plugin-end-of-life-announcement]]
106127
== Accompanying Premium plugin end-of-life announcement

0 commit comments

Comments
 (0)