commerce_kickstart 7.x-1.17

New features
Bug fixes

Update to Drupal 7.22 and Drupal Commerce 1.6 (with dependency updates).

commerce 7.x-1.6

New features
Bug fixes
Insecure

Note: if your site has non-required multi-value product reference fields that contain empty values, you may see notices when they render. If so, this has been patched here. Apply the patch or update to 7.x-1.x-dev to watch the notices magically disappear.

API changes

There are a few new functions available to use in this release noted below, but worth special mention are two very minor API changes that may require you to update code. They are:

  1. As part of #1361562, we changed commerce_field_activate() to not automatically clear the field cache if it enables a previously disabled field. If you were depending on it to flush the cache before, you should now examine its return value and clear it yourself if need be.
  2. In #1863776, we reduced the footprint of the Add to Cart form by no longer storing the entire entity in the form arguments in whose context the Add to Cart form is being rendered. Per the patch, we instead only store the entity ID and leave it up to functions interacting with data in the entity to load it themselves.

Changes since 7.x-1.5 (54 commits):

pdm 7.x-1.1-beta1

New features
Bug fixes

Same as 1.0-beta1, just with the correct minor revision # :S

Pages

Subscribe with RSS Subscribe to RSS - 7.x