Gretyl's Portal

Heretto Help

Show Page Sections

October 2023

New versions of Heretto products are here! Read on to learn what has changed. πŸš€

Heretto product versions released in October:

  • Heretto CCMS

    • 23.10.3

    • 23.10.10

    • 23.10.12

    • 23.10.24

  • Heretto Portal 5.9.0 and 5.10.0

  • Heretto Deploy API 3.20.0

  • Cloud Publishing 23.10.9

October 31, 2023

Heretto Deploy API 3.20.0

  • Fixed. Addressed a conditional processing edge case where content was excluded despite correctly set DITAVAL filtering. This issue occurred only when chunk="to-content" was set for a topichead element and incorrect filtering was observed only for the last element, like a section, in the last topic within the topichead element. This issue has now been resolved.

  • Fixed. When you reference one localized map (mapref) multiple times in a sitemap, directly in a sitesection or inside the version element, when you switch between different locales (target languages) for content in that map, you are navigated to the right location and locale in Heretto Portal.

October 24, 2023

Heretto CCMS 23.10.24

  • Enhanced. You can now use XSLT to access information inside SVG graphics uploaded to the CCMS to style them in PDF Generator output.

  • Fixed. When you click a file in the Content Library, the Overview tab of the Resource Drawer opens on the right with details about that file. When you then click a different file without closing the Resource Drawer the details in the Resource Drawer update. There was an issue, where all details updated correctly with the exception of details in the API Info section. We fixed that and now all details update as expected.

October 18, 2023

Heretto Portal 5.10.0

  • Added. πŸ“’ The API Docs feature now supports Cross Origin Resource Sharing (CORS) proxy. CORS is typically required to build web applications that access APIs hosted on a different domain or origin. A CORS proxy is a service that enables you to access resources from other websites, without having to own that website. The portal can now act as a CORS proxy for API Docs. To learn how to add a CORS proxy to a portal environment, see Configure a CORS Proxy for API Docs.

  • Fixed. Heretto Portal correctly returns search tokens when users are not signed into a portal environment. Previously, when a request to fetch a search token failed, the return value null would be cached indefinitely. Currently, its time-to-live (TTL) value is set to one minute.

October 12, 2023

Heretto CCMS 23.10.12

  • Fixed. In DITA-OT Cloud we resolved an issue that impacted publishing to html5, javahelp, and webhelp-responsive output types, causing failures with the Could not load key assets error. This problem emerged in version 23.9.26, but we are pleased to inform you that it has now been fixed. πŸ‘¨β€πŸ”§

  • Fixed. The PDF Generator now correctly transforms special characters like ampersand (&), angle brackets (< >), quotation mark ("), and apostrophe (') in topichead element. This resolves previous publishing failures caused by these characters not being correctly converted into normalized DITA.

October 10, 2023

Heretto CCMS 23.10.10

In version 23.10.10, there are no end-user updates to report. Our focus was on creating new features and improving the performance of the system. While these enhancements may not be immediately noticeable, they contribute to an improved user experience.

October 4, 2023

Heretto Portal 5.9.0

  • Fixed. Fixed an intermittent edge case where users were unable to view content in a portal with single sign-on (SSO) configured. The content page would be empty despite the navigation (TOC) being populated correctly. This issue typically occurred when a user was already signed into a portal environment and returned to the site after some period of time. Attempting to reload the page resulted in a 404 error. The issue was caused by how cookies were handled in very specific circumstances and has been resolved.

October 3, 2023

Heretto CCMS 23.10.3

  • Enhanced. In the Content Editor, the learning assessment topic now has a new, improved look that makes it cleaner and easier to use. Enjoy! ✨

  • Enhanced. PDF Generator Color and Gray publishing scenarios now include numbering for figure and table elements by default. This change has been in place since September 29.

    If your publishing scenarios are based on the Color and Gray scenarios and you want the numbering turned off, enable these CSS imports in your CSS:

    @import url("https://jorsek.github.io/pdfgen.github.io/styles1.1/modules/styling/figure_no_numbering.css"); 
    @import url("https://jorsek.github.io/pdfgen.github.io/styles1.1/modules/styling/table_no_numbering.css");
  • Fixed. Editing a locale (target language) of a submap in the cache mode now works as intended. Previously, we found that editing a locale of a submap in the cache mode would result in it overwriting the cache of the main map.