September 9th
Changelog released on 2025-09-09
Welcome to the latest release: We have added asset support in the changelog, made the UI of the translation view and bulk translation view more consistent and aligned. Importing boolean values can now be done with 1s and 0s and more options are available when comparing two NumberAttributes or DateTimeAttributes in business rule conditions.
Enhancement
Currently segment is not shown in translation view for fields, which are segmented: Dimensions are now shown for segmented fields in the translation view. (SP-1648)
UI of translation view and bulk translation view are slightly different: Aligned the UI of translation view and bulk translation view, ensuring consistency. (SP-1649)
Bug
Changes to subattributes on complex attributes does not fire webhook: Webhooks with EntityUpdate now correctly triggers on subattributes of a complex attribute being changed. (SP-1687)
Can't export List Attribute values: It is now possible to export all list attribute values no matter their configuration. (SP-1693)
Workflow state changed business rule does not trigger for products (maybe other entities): Workflow state changed trigger on business rules did not work for products. This is now fixed.(SP-1705)
Update name pattern does not update internal names in elastic: Updating name patterns did not update internal names in elastic causing inconsistencies in the search index. (SP-1706)
Inconsistent values for Type in tenant table: Made types consistent in tenant table in the database. (SP-1712)
Support assets in changelog: Assets in the changelog did not show any value. (SP-1716)
Clear cache when bulk updating attribute groups and scopes: Cache is now cleared when bulk updating attribute groups and scopes. (SP-1717)
Template not rendered correctly in TextElement in header for Razor or Liquid: Template was not rendered correctly in TextElement in header for Razor and Liquid in publications. (SP-1725)
Simple-select opens by default when opening archive dialog: Simple-select opened by default when opening archive dialog. (SP-777)
Task
EntityWorkflowStates referencing a deleted workflow: Added cleanup after deleting a workflow. (SP-1146)
Allow NumberAttributes to compare to other NumberAttributes with 'Equal to or larger than' and 'Equal to or smaller than' in business rules: When comparing two NumberAttributes or DateTimeAttributes you can now compare with 'Equal to or larger than', 'Equal to or smaller than', 'Larger than' and 'Smaller than' in addition to 'Equals'. (SP-1515)
Update changelog to show before and after: The changelog now shows a before and after value in revisions. (SP-1715)
Feature request
Allow 1 and zero as boolean in import: During import it is now possible to use 1 to mean true and 0 to mean false when importing into boolean attributes. (SP-1255)
Last updated