Releases: spryker/configurable-bundle
Releases · spryker/configurable-bundle
Release list
2.6.1
Included commits: 2.6.0...2.6.1
Fixes
- Adjusted tests to support the UUID behavior ProductImageSets now provide.
2.6.0
2.5.1
Included commits: 2.5.0...2.5.1
Adjustments
- Adjusted tests to work properly with the new Testify module version.
2.5.0
Included commits: 2.4.0...2.5.0
Improvements
- Introduced
ConfigurableBundleService::expandConfiguredBundleWithGroupKey()method to expand theConfiguredBundleTransferwith group key.
Adjustments
- Added
Transfermodule to dependencies.
2.4.0
1.1.0
Included commits: 1.0.0...1.1.0
Improvements
- Introduced
\Spryker\Service\ConfigurableBundle\ConfigurableBundleService::expandConfiguredBundleWithGroupKey()to extendConfiguredBundleTransferwith group key.
2.3.0
2.2.0
2.1.0
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 inConfigurableBundleFacade::getConfigurableBundleTemplate()andConfigurableBundleFacade::getConfigurableBundleTemplateCollection().
2.0.0
Included commits: 1.0.0...2.0.0
Improvements
- Added
spryker/product-imagemodule to dependencies. - Added
spryker/eventmodule dependency for forward-compability reasons. - Added
spy_configurable_bundle_template.is_activetable field. - Added
spy_configurable_bundle_template_slot.nametable field. - Added
spy_product_image_set.fk_resource_configurable_bundle_templatetable field. - Defined
indexonspy_configurable_bundle_template.namefield. - Defined
indexonspy_configurable_bundle_template_slot.namefield. - Introduced CRUD functionality for configurable bundle feature.
- Added Zed translations for CRUD related error messages.
- Defined
eventsfortemplate deleteandslot delete. - Introduced
ConfigurableBundleTemplateSlotProductListDeletePreCheckPlugin. - Introduced
CartConfigurableBundlePreReloadPlugin.