Skip to content

Releases: spryker/product-option-cart-connector

7.1.3

03 Apr 08:38
Compare
Choose a tag to compare

Included commits: 7.1.2...7.1.3

Improvements

  • Added compatibility with Dynamic Store.

7.1.2

04 Mar 15:33
Compare
Choose a tag to compare

Included commits: 7.1.1...7.1.2

Fixes

  • Forced expected sorting of integers and characters in GroupKeyExpander.

7.1.1

17 Jun 15:48
Compare
Choose a tag to compare

Included commits: 7.1.0...7.1.1

Fixes

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

7.1.0

21 Dec 15:46
Compare
Choose a tag to compare

Included commits: 7.0.1...7.1.0

Improvements

  • Adjusted ProductOptionCartConnectorToProductOptionFacadeBridge::getProductOptionValueById().
  • Adjusted CartItemProductOptionPlugin, ProductOptionValuePriceExistsCartPreCheckPlugin plugins, so now use currency from quote.
  • Introduced Quote::$currency transfer object property.
  • Introduced Currency transfer object.

Deprecations

  • Deprecated ProductOptionCartConnectorToProductOptionFacadeBridge::getProductOptionValue().

7.0.1

14 Oct 14:12
Compare
Choose a tag to compare

Included commits: 7.0.0...7.0.1

Bugfixes

  • Fixed transfer definitions to include missing uses of Transfers or Transfer properties.

5.1.2

03 Jul 16:14
Compare
Choose a tag to compare

Included commits: 5.1.1...5.1.2

Adjustments

  • Adjusted composer dependencies to remove "float stock" horizontal barrier.

7.0.0

28 Jun 12:17
Compare
Choose a tag to compare

Included commits: 6.0.0...7.0.0

Improvements

  • Reverted the Float stock related changes.
  • Removed a horizontal module dependency barrier.

6.0.0

03 Jun 13:53
Compare
Choose a tag to compare

Included commits: 5.1.1...6.0.0

Warning: Invalid Release. Please skip this version.

Improvements

  • Quantity type has changed from int to float.

5.1.1

19 Nov 10:43
Compare
Choose a tag to compare

Included commits: 5.1.0...5.1.1

Bugfixes

  • Changed parameters for ProductOptionValidator error message.
  • Changed method that was using to check option existing to new ProductOption facade's method checkProductOptionGroupExistenceByProductOptionValueId.

5.1.0

08 Nov 20:08
Compare
Choose a tag to compare

Included commits: 5.0.1...5.1.0

Bugfixes

  • Fixed exception when incorrect product options were passed.
  • ProductOptionValuePriceExistsCartPreCheckPlugin now implements the interface from CartExtension not the deprecated interface from Cart, no migration effort.
  • ProductOptionValueReaderInterface:: getProductOption now have an argument type hint.