Skip to content

Releases: spryker/price

5.7.0

03 Apr 08:36
Compare
Choose a tag to compare

Included commits: 5.6.2...5.7.0

Improvements

  • Added compatibility with Dynamic Store.

5.6.2

16 Sep 14:56
Compare
Choose a tag to compare

Included commits: 5.6.1...5.6.2

Fixes

  • Adjusted PriceModeSwitcherServiceProvider in order to be compatible with Twig v3.

5.6.1

17 Jun 15:46
Compare
Choose a tag to compare

Included commits: 5.6.0...5.6.1

Fixes

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

5.6.0

27 Sep 14:12
Compare
Choose a tag to compare

Included commits: 5.5.0...5.6.0

Improvements

  • Adjusted PriceModeResolver so it can use new PriceModeCache for static cache.
  • Adjusted PriceModeSwitcher so it can use new PriceModeCache for static cache.

5.5.0

27 May 07:28
Compare
Choose a tag to compare

Included commits: 5.4.1...5.5.0

Improvements

  • Introduced PriceFacade::validatePriceModeInQuote() to verifiy if provided price mode in quote is available.
  • Introduced QuotePriceModeValidatorPlugin to validate if provided price mode in quote is available.
  • Introduced QuoteValidator to price attributes.

5.4.1

22 Mar 07:17
Compare
Choose a tag to compare

Included commits: 5.4.0...5.4.1

Improvements

  • Replaced usage of PSR-0 with PSR-4 namespaces for Twig.

5.4.0

19 Feb 12:07
Compare
Choose a tag to compare

Included commits: 5.3.0...5.4.0

Improvements

  • Adjusted PriveModeResolver to cache the selected price mode.

5.3.0

17 May 09:54
Compare
Choose a tag to compare

Included commits: 5.2.0...5.3.0

Improvements

  • Added new PriceClient::switchPriceMode() method to centralize price mode switching functionality.

5.2.0

10 Apr 16:19
Compare
Choose a tag to compare

Included commits: 5.1.0...5.2.0

Improvements

  • Added new PriceModeQuoteTransferExpanderPlugin to ensure that quote has price mode set.

5.1.0

10 Jan 12:24
Compare
Choose a tag to compare

Included commits: 5.0.0...5.1.0

Improvements

  • Added new getPriceModes() client method.