Skip to content

Releases: spryker/service-point-cart

1.0.0

01 Nov 17:19
Compare
Choose a tag to compare

Included commits: 0.3.0...1.0.0

Breaking Changes

  • Increased ServicePoint module version dependency.
  • Increased ServicePointCartExtension module version dependency.

0.3.0

01 Nov 10:31
Compare
Choose a tag to compare

Included commits: 0.2.0...0.3.0

Breaking Changes

  • Increased ServicePointCartExtension module version dependency.
  • Adjusted ServicePointCartFacade::replaceQuoteItems() to return QuoteReplacementResponse transfer instead of QuoteResponse.
  • Impacted GatewayController::replaceQuoteItemsAction() with facade changes.
  • Adjusted ServicePointCartClient::replaceQuoteItems() to prevent saving the quote and adding errors to the messenger.
  • Removed QuoteError transfer.
  • Removed QuoteResponse.errors transfer field.

Improvements

  • Introduced QuoteReplacementResponse transfer.
  • Increased Cart module version dependency.
  • Removed GlossaryStorage module dependency.
  • Removed Locale module dependency.
  • Removed Messenger module dependency.
  • Removed Quote module dependency.

0.2.0

27 Oct 15:45
Compare
Choose a tag to compare

Included commits: 0.1.2...0.2.0

Breaking Changes

  • Increased ServicePoint module version dependency.

0.1.2

02 Oct 10:28
Compare
Choose a tag to compare

Included commits: 0.1.1...0.1.2

Improvements

  • Introduced QuoteError transfer.
  • Introduced QuoteResponse.errors transfer property.
  • Adjusted ServicePointCartClient::replaceQuoteItems() with error message-sending functionality.
  • Adjusted ServicePointCartFacade::replaceQuoteItems() with error merging functionality.

Adjustments

  • Added GlossaryStorage module to dependencies.
  • Added Locale module to dependencies.
  • Added Messenger module to dependencies.

0.1.1

27 Sep 14:21
Compare
Choose a tag to compare

Included commits: 0.1.0...0.1.1

Improvements

  • Introduced ServicePointCheckoutPreConditionPlugin to check if all service points are active and available for the current store.
  • Introduced ServicePointCartFacade::validateCheckoutQuoteItems() to validate if all service points are active and available for the current store.
  • Introduced ServicePointCollection, ServicePointCriteria, ServicePointConditions, Item, ServicePoint, CheckoutResponse, Store, StoreRelation and CheckoutError transfers.
  • Introduced Quote.items and Quote.store transfer properties.

Adjustments

  • Added ServicePointFacadeInterface to dependencies.
  • Added CheckoutExtension module to dependencies.
  • Increased ServicePoint module version dependency.

0.1.0

09 Aug 15:02
Compare
Choose a tag to compare

Included commits: https://github.com/spryker/service-point-cart/tree/0.1.0

Initial Release

  • Introduced ServicePointCart module that provides support for service points functionality in the cart.