Posted by rszrama on September 7, 2012 at 8:23pm
| Download | Size | md5 hash |
|---|---|---|
| commerce_custom_product-7.x-1.0-beta2.tar.gz | 10.46 KB | f4f354abe91dee32d2346705f0fccea9 |
| commerce_custom_product-7.x-1.0-beta2.zip | 12.51 KB | 4c565f81f24acdeb0d4c824c0cf5a127 |
Last updated: September 7, 2012 - 20:27
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.