Broadleaf 4.0.16-GA
Released on December 16, 2016
This is the 16th patch release for the Broadleaf Commerce 4.0 framework.
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