Skip to content

2.0.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 01 Dec 14:20
· 97 commits to master since this release

Included commits: 1.0.0...2.0.0

Improvements

  • Added spryker/product-image module to dependencies.
  • Added spryker/event module dependency for forward-compability reasons.
  • Added spy_configurable_bundle_template.is_active table field.
  • Added spy_configurable_bundle_template_slot.name table field.
  • Added spy_product_image_set.fk_resource_configurable_bundle_template table field.
  • Defined index on spy_configurable_bundle_template.name field.
  • Defined index on spy_configurable_bundle_template_slot.name field.
  • Introduced CRUD functionality for configurable bundle feature.
  • Added Zed translations for CRUD related error messages.
  • Defined events for template delete and slot delete.
  • Introduced ConfigurableBundleTemplateSlotProductListDeletePreCheckPlugin.
  • Introduced CartConfigurableBundlePreReloadPlugin .