1.0.1 to 2.0.0 Migration
This module requires at least Broadleaf 4.0.0-GA
What's changed?
- Added CSS/HTML/JS fields for CMS widgets
- Moved ACE editor to CommonEnterprise
- Added defaultProductTemplate and defaultCategoryTemplate to ThemeConfiguration
- Refactored Theme/AdvancedCMS domain out of CommonEnterprise
- Move SandBoxDiscriminator and SandBoxable out of Enterprise and into CommonEnterprise
Migration
In your application's pom.xml, change the version for broadleaf-common-modules-enterprise
to 2.0.0-GA
Application Context Registration
As of Broadleaf 4.0, each BLC module's application contexts do not need to be manually listed in your project's admin/web.xml
or site/web.xml
. Instead, the module's application context registration will be done automatically. See the Broadleaf 4.0 migration notes for further details.