July 2025
New versions of Heretto products are here! Read on to learn what has changed. 🚀
Heretto product versions released in July:
Heretto CCMS
25.07.01
25.07.08
25.07.15
25.07.22
25.07.29
Heretto Deploy API
25.07.02
25.07.11
Heretto Portal 25.07.02
Cloud Publishing
25.07.08
25.07.11
July 29, 2025
A new CCMS version with work for the next generation Linking and Releases modules.
Heretto CCMS 25.07.29
-
In version 25.07.29, there are no end-user updates to report. Our focus was on the next generation Linking and Releases modules.
July 22, 2025
A new CCMS version with a fix to an edge case.
Heretto CCMS 25.07.22
-
Fixed. We addressed an edge case where renaming a topic in a map, creating a release, and merging the map from the release into a branch containing the map caused a broken link and prevented publishing to Heretto Portal. Now, this sequence of events causes no issues.
July 15, 2025
A new CCMS version with fixes for the suggesting mode and XLIFF localization packages.
Heretto CCMS 25.07.15
-
Fixed. Suggestions to add content in a table now appear in the Content Editor as color-coded text with an underline, ensuring clear visibility of changes. Previously, some suggestions were not color-coded or underlined.
-
Fixed. We addressed a behavior where suggestions added to a list inside a table were incorrectly highlighted with color-coded boxes instead of color-coded text. This fix ensures that suggestions are now clearly visible as expected.
-
Fixed. We resolved a localization issue where extra spaces and tabs were added to the
<source>
element in XLIFF packages, preventing accurate change recognition by third-party localization software.
July 11, 2025
New versions of Heretto Deploy API and Cloud Publishing with performance enhancements.
Heretto Deploy API 25.07.11
-
In version 25.07.11, there are no end-user updates to report. Our focus was on performance enhancements.
Cloud Publishing 25.07.11
Cloud publishing is an umbrella term for all publishing engines that come with Heretto CCMS, including PDF Generator and DITA-OT Cloud. The cloud publishing infrastructure is separate from Heretto CCMS infrastructure. New versions of cloud publishing are released separately from CCMS versions and are deployed to customers immediately after they are released.
Heretto Portal and Heretto Deploy API are separate products and are not part of cloud publishing.
-
In version 25.07.11, there are no end-user updates to report. Our focus was on performance enhancements.
July 8, 2025
A new CCMS version with a minor fix related to the Deployments interface and performance improvements in Cloud Publishing.
Heretto CCMS 25.07.08
-
Fixed. We addressed minor user interface issues that caused console errors for some users when accessing the Deployments interface. The errors did not affect the deployments functionality.
Cloud Publishing 25.07.08
Cloud publishing is an umbrella term for all publishing engines that come with Heretto CCMS, including PDF Generator and DITA-OT Cloud. The cloud publishing infrastructure is separate from Heretto CCMS infrastructure. New versions of cloud publishing are released separately from CCMS versions and are deployed to customers immediately after they are released.
Heretto Portal and Heretto Deploy API are separate products and are not part of cloud publishing.
-
Fixed. We resolved an issue caused by a Google outage where publishing jobs remained in the Waiting status and did not complete. This fix enables customers to resume publishing without interruptions.
July 2, 2025
New versions of Heretto Deploy API and Heretto Portal are now available.
Heretto Deploy API 25.07.02
Fixed. We resolved an issue where referencing steps with
conkeyref
andconrefend
caused XML parsing errors when publishing to Heretto Portal. This fix ensures that such content structures are processed correctly and with no errors.Fixed. We resolved an issue where third-party processing instructions (PI), such as
oxy_comment_start
andoxy_comment_end
, caused XML parsing errors and prevented content from rendering correctly in Heretto Portal. Deploy API now properly removes these instructions during deployment, and preflight checks in the CCMS now flag custom PIs to prevent future issues.Fixed. We resolved an issue where
topicref
elements set up to link to PDF files hosted externally returned errors in Heretto Portal instead of downloading the file. This fix ensures that users can download PDFs from external sources without issues.An example of the mentioned
topicref
set-up:<topicref format="pdf" href="https://www.domain.com/path/file-name.pdf" scope="external"> <topicmeta> <navtitle>Navigational title</navtitle> </topicmeta> </topicref>
Fixed. We updated our Content Security Policy (CSP) to enable PDF generation from Heretto Portal pages with custom scripts. Previously, pages with images didn't save to PDFs correctly, and scripts caused image display issues.
Heretto Portal 25.07.02
In version 25.07.02, there are no end-user updates to report. Our focus was on backend work for further enhancements.
July 1, 2025
An important localization milestone and a fix related to the keyscope
attribute in Heretto CCMS.
Heretto CCMS 25.07.01
Announcement. We have successfully transitioned all customers to our next-generation localization system as of the 25.07.01 version release of the CCMS. Changes have been rolling out the past year. This concludes the backend work on the nextgen localization system.
Key improvements:
- Modern, SQL-based backend replaces the legacy system
- Dramatically faster performance with user interface load times reduced from 40+ seconds to under 500 milliseconds
- Enhanced user interface with minor fixes and improvements
-
Fixed. We resolved an issue where adding the
keyscope
attribute, for example, tomap
ortopicref
elements, caused content references (conrefs) to incorrectly appear broken in the Content Editor. While the conrefs were functional and published correctly, the issue affected user experience. Now, usingkeyscope
no longer triggers false broken conref warnings in the Content Editor.To learn more about the
keyscope
attribute, see The @keyscope attribute and Key scopes (DITA 1.3 Standard).