Gretyl's Portal

Heretto Help

Show Page Sections

October 2024

October is here and so are new versions of Heretto software! Read on to learn what's new.

Heretto product versions released in October:

  • Heretto Deploy API

    • 24.10.03

  • Heretto Portal

    • 24.10.03

  • Heretto CCMS

    • 24.10.05

October 5, 2024

Learn about the enhancements made to improve Heretto CCMS reports.

Heretto CCMS 24.10.05

  • Changed. We made changes to the Not Used Web Report to improve performance on large folders, preventing timeouts and ensuring faster report generation. Also, the report no longer accounts for key references and key definitions as there are other reports that account for that. To learn more about the report, see Not Used Web Report.

October 3, 2024

New versions of Heretto Deploy API and Heretto Portal are now available. Enjoy!

Heretto Deploy API 24.10.03

  • Added. Deploy API now supports short descriptions in site section tiles that link to external resources. Now, when you add an external link with a short description to a site section like presented here and publish it to Heretto Portal, the tile shows both the title and short description. Note the outputclass="view-tiles" attribute in the sitesection element as well as the external link added to the topicref element with attributes format="html" and scope="external".

    <sitesection outputclass="view-tiles">
            <topicref format="html" href="https://www.webpage.com/subpage" scope="external">
                <topicmeta>
                    <navtitle>Webpage Name</navtitle>
                    <shortdesc>Reason why a user would be interested in visiting the webpage.</shortdesc>
                </topicmeta>
            </topicref>
      </sitesection>
  • Changed. We updated the description of the resourceid-versionId parameter for the Get content and metadata for a page endpoint to inform users that if the API doesn't find the resourceid, the response is a 404 error. Note that the way the API behaves hasn't changed. For details, see Get content and metadata for a page.

  • Fixed. The <steptroubleshooting> element now renders in Heretto Portal as a <div> element.

Heretto Portal 24.10.03

  • Added. Heretto API Docs now supports request URLs that contain asterisks (*). For example, server-url /api/{resourceId}/interactions/**. To learn more about API Docs, see API Docs Overview.

  • Fixed. We addressed an issue where custom sections in Heretto Portal did not consistently show in the selected language. Users no longer need to refresh the page to see custom sections in the requested language. To learn more about custom sections, see Add Custom Sections.