Broadleaf AdvancedCMS 1.5.13-GA
Released on December 16, 2016
This is the 13th patch release for the Broadleaf AdvancedCMS 1.5.x module. The 1.5.13-GA version of the Enterprise module requires Broadleaf Commerce Framework 4.0.16 or higher.
Noteworthy Updates
Data change
To consume this patch there will be the need of a small data migration to allow the full transition of Content Item's Content Data translated fields to the new methodology.
The following query will need to be run:
update BLC_TRANSLATION set ENTITY_TYPE = 'StructuredContent' where ENTITY_TYPE = 'ContentItem';
An at-a-glance view of the issues that were closed in this release:
Major Bugs(1)
- Fixed an issue where translations where not working on Content Item's Content Data fields
Total Resolved Issues: 1