Skip to content

Releases: spryker/configurable-bundle

2.6.1

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 08 Sep 12:44

Included commits: 2.6.0...2.6.1

Fixes

  • Adjusted tests to support the UUID behavior ProductImageSets now provide.

2.6.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 04 Aug 10:49

Included commits: 2.5.1...2.6.0

Improvements

  • Updated transfer fields with description.

2.5.1

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 18 Nov 13:42

Included commits: 2.5.0...2.5.1

Adjustments

  • Adjusted tests to work properly with the new Testify module version.

2.5.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 15 Nov 18:37

Included commits: 2.4.0...2.5.0

Improvements

  • Introduced ConfigurableBundleService::expandConfiguredBundleWithGroupKey() method to expand the ConfiguredBundleTransfer with group key.

Adjustments

  • Added Transfer module to dependencies.

2.4.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 05 Nov 16:32

Included commits: 2.3.0...2.4.0

Improvements

  • Added PHPUnit 11 support.

1.1.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 15 Nov 20:04

Included commits: 1.0.0...1.1.0

Improvements

  • Introduced \Spryker\Service\ConfigurableBundle\ConfigurableBundleService::expandConfiguredBundleWithGroupKey() to extend ConfiguredBundleTransfer with group key.

2.3.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 06 May 14:03

Included commits: 2.2.0...2.3.0

Improvements

  • Added PHPStan 1.10.* support.

2.2.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 03 Apr 08:34

Included commits: 2.1.0...2.2.0

Adjustments

  • Adjusted composer.json to allow for new Locale major.

2.1.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 05 Dec 15:16

Included commits: 2.0.0...2.1.0

Improvements

  • Adjusted ConfigurableBundleFacade::createConfigurableBundleTemplate(), ConfigurableBundleFacade::updateConfigurableBundleTemplate(), ConfigurableBundleFacade::activateConfigurableBundleTemplate(), ConfigurableBundleFacade::deactivateConfigurableBundleTemplate() to trigger configurable bundle template publish event.

Bugfixes

  • Fixed ConfigurableBundleRepository::getConfigurableBundleTemplateImageSets() to return image sets as expected by specification in ConfigurableBundleFacade::getConfigurableBundleTemplate() and ConfigurableBundleFacade::getConfigurableBundleTemplateCollection().

2.0.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 01 Dec 14:20

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 .