Skip to content

1.15.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 02 Sep 08:39
· 12819 commits to master since this release

Included commits: 1.14.0...1.15.0

Improvements

  • Introduced ProductAttributeConfig::INPUT_TYPE_MULTISELECT in order to define the multiselect input type for the product attribute.
  • Introduced MultiSelectProductAttributeDataFormatterPlugin to format product attributes with input type multiselect to array.
  • Adjusted ProductAttributeFacade::saveAbstractAttributes() to execute ProductAttributeDataFormatterPluginInterface plugin stack.
  • Adjusted ProductAttributeFacade::saveConcreteAttributes() to execute ProductAttributeDataFormatterPluginInterface plugin stack.

Adjustments

  • Added ProductAttributeExtension module to dependencies.