Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
10.46 KB
MD5: f4f354abe91dee32d2346705f0fccea9
SHA-1: 671fd3df206356df0d656e0909cb68d11910a4d9
SHA-256: 83957f8449b89f7f496b3c420edd7d85814d71f88658314c77bf0ba7d7dcf089
Download zip
12.51 KB
MD5: 4c565f81f24acdeb0d4c824c0cf5a127
SHA-1: a8f8a4311f9504413389204f263488c8d7dfe1b3
SHA-256: bad1042670db83f44df20dcc5ddf1e67ac0c0fcec7bc19c8471e6de660a15cbf
Release notes
This release fixes a critical bug that started presenting itself any time a new product line item type was created through the user interface. It's unknown if this bug was present in the 7.x-1.0-beta1 version or if it purely affected sites running 7.x-1.x-dev, but it was happening enough to warrant a new release.
Changes since 7.x-1.0-beta1 (4 commits):
- #1751124 by pcambra, rszrama: always reset line item types when a product line item type is saved and change the menu rebuild method to the variable based method used by Commerce instead of calling menu_rebuild() directly.
- #1732696 by bojanz: improve the API to support Features by adding an actual API function to load customizable product line item types and the ability to skip line item type configuration and reset on the insert of new customizable product line item types.
- #1463942 by rszrama: remove a copy/paste error that referenced a Tax module function and put the appropriate Customizable Product module function call in its place.
- #1369606 by rszrama: call the field attach functions for creating and deleting bundles and move around menu item rebuilding to properly reset menu items when these events happen.