Documentation Home
This version of the framework is no longer supported. View the latest documentation.

Broadleaf 4.0.1-GA

Released on July 2, 2015

This is the 1st patch release for the Broadleaf Commerce 4.0 framework. This patch release focused primarily on fixes but also had a few small enhancements or improvements.

Toggle Analytics Tracking via Ajax

An enhancement has been made to allow the disabling of analytics tracking during an ajax call. The trackAnalytics option can be passed when making a call using the BLC.js library For example, to disable analytics tracking during a GET call:

BLC.get({
  url : BLC.servletContext + "/myURL",
  trackAnalytics : false
}, function(data) {
  ...
}

Community Contributions

Part of what makes Broadleaf run is our community involvement. Special thanks to the following people that helped out with contributing pull requests and/or filing and testing defects:

lakshmikalyani, prominski.

An at-a-glance view of the issues that were closed in this release:

Critical Bugs(1)

Major Bugs(6)

Minor Bugs(16)

Enhancements(6)

Total Resolved Issues: 29