1.15.0
·
12819 commits
to master
since this release
Included commits: 1.14.0...1.15.0
Improvements
- Introduced
ProductAttributeConfig::INPUT_TYPE_MULTISELECTin order to define the multiselect input type for the product attribute. - Introduced
MultiSelectProductAttributeDataFormatterPluginto format product attributes with input typemultiselectto array. - Adjusted
ProductAttributeFacade::saveAbstractAttributes()to executeProductAttributeDataFormatterPluginInterfaceplugin stack. - Adjusted
ProductAttributeFacade::saveConcreteAttributes()to executeProductAttributeDataFormatterPluginInterfaceplugin stack.
Adjustments
- Added
ProductAttributeExtensionmodule to dependencies.