Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@tzyganu tzyganu released this 20 Nov 09:41
· 15 commits to master since this release
Type Issue Comment
Feature The default selected options can be defined at store view level. Until version 1.2 you could only set a default selected combination at the "default values" level. From 2.0.0 the default combination acts just like any other store view attribute.
Feature Made extension "extensible" Certain events are dispatched so anyone can add different types of transformations for the configurable products selects
Feature Attributes with custom source models support colors and images Until version 1.2 only the attributes that had options managed through the UI supported images and colors in the frontend. Now the ones with custom source support this.
Bug fix Extension can be enabled for each store view Until 1.2 the Enabled flag had to be set at global level to in order to be able to see the default combination. Now the default combination selection appears when editing a product on a store view, if the extension is enabled for that store view.
Bug Fix Wrong system field dependency #58
Bug Fix Autoselect first option if none specified #61
Inconsistency Fixed typo in configuration field names #59
Improvement Reduce cyclomatic complexity of product.js #47
Improvement Moved the attribute configuration section to System->Configuration See configuration