Skip to content

Releases: spryker/product-discontinued-product-bundle-connector

1.3.0

06 May 14:04
Compare
Choose a tag to compare

Included commits: 1.2.2...1.3.0

Improvements

  • Added PHPStan 1.10.* support.

1.2.2

17 Jun 15:47
Compare
Choose a tag to compare

Included commits: 1.2.1...1.2.2

Fixes

  • Refactored ContainerInterface array access usage to ContainerInterface::set() method usage.

1.2.1

26 Nov 11:54
Compare
Choose a tag to compare

Included commits: 1.2.0...1.2.1

Adjustments

  • Adjusted the dependencies to allow the new version of spryker/product-bundle.

1.2.0

14 Oct 14:12
Compare
Choose a tag to compare

Included commits: 1.1.2...1.2.0

Bugfixes

  • Fixed transfer definitions to include missing uses of Transfers or Transfer properties and correct casing issues.

1.1.2

28 Jun 12:17
Compare
Choose a tag to compare

Included commits: 1.1.1...1.1.2

Adjustments

  • Removed a horizontal module dependency barrier.

1.1.1

03 Jun 09:22
Compare
Choose a tag to compare

Included commits: 1.1.0...1.1.1

Warning: Invalid Release. Please skip this version.

Adjustments

  • Adjusted composer dependencies.

1.1.0

25 Apr 13:06
Compare
Choose a tag to compare

Included commits: 1.0.0...1.1.0

Improvements

  • Added DiscontinuedProductConcreteAfterCreatePlugin to check the status of bundled products after the creation of a bundle product and set discontinued status, if at least one of bundled products has status as discontinued.
  • Added DiscontinuedProductConcreteAfterUpdatePlugin to check the status of bundled products after the updating of a bundle product and set discontinued status, if at least one of bundled products has status as discontinued.
  • Added BundledProductsProductDiscontinuedPreDeleteCheckPlugin to check the status of bundled products before unmarking bundle as discontinued.
  • Introduced ProductConcrete transfer object.
  • Introduced ProductBundle transfer object.
  • Introduced ProductForBundle transfer object.
  • Introduced ProductDiscontinued transfer object.
  • Introduced ProductDiscontinuedResponse transfer object.
  • Introduced Message transfer object.

1.0.0

25 Jul 12:34
Compare
Choose a tag to compare

Included commits: https://github.com/spryker/product-discontinued-product-bundle-connector/tree/1.0.0

Initial Release

  • This module provides product bundle support for product discontinued feature.