Skip to content

7.14.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 16 Apr 12:05
· 914 commits to master since this release

Included commits: 7.13.0...7.14.0

Improvements

  • Introduced Quote.quoteProcessFlow transfer field.
  • Introduced QuoteProcessFlow transfer.
  • CartFacade::reloadItemsInQuote() can handle context-specific plugin stacks based on the received QuoteTransfer::getQuoteProcessFlow::getName() input.
  • CartFacade::addToCart() can handle context-specific plugin stacks based on the received QuoteTransfer::getQuoteProcessFlow::getName() input.
  • CartFacade::replaceItem() can handle context-specific plugin stacks based on the received QuoteTransfer::getQuoteProcessFlow::getName() input.
  • CartFacade::add() can handle context-specific plugin stacks based on the received QuoteTransfer::getQuoteProcessFlow::getName() input.
  • CartFacade::addValid() can handle context-specific plugin stacks based on the received QuoteTransfer::getQuoteProcessFlow::getName() input.
  • CartFacade::reloadItems() can handle context-specific plugin stacks based on the received QuoteTransfer::getQuoteProcessFlow::getName() input.
  • CartFacade::resetQuoteLock() can handle context-specific plugin stacks based on the received QuoteTransfer::getQuoteProcessFlow::getName() input.
  • CartFacade::validateQuote() can handle context-specific plugin stacks based on the received QuoteTransfer::getQuoteProcessFlow::getName() input.
  • Introduced CartDependencyProvider::CART_PRE_CHECK_PLUGINS_FOR_ORDER_AMENDMENT constant and dependency provider method for order amendment-specific pre-check plugins.
  • Introduced CartDependencyProvider::CART_EXPANDER_PLUGINS_FOR_ORDER_AMENDMENT constant and dependency provider method for order amendment-specific expander plugins.
  • Introduced CartDependencyProvider::CART_PRE_RELOAD_PLUGINS_FOR_ORDER_AMENDMENT constant and dependency provider method for order amendment-specific pre-reload plugins.

Adjustments

  • Added CheckoutExtension, SalesOrderAmendmentExtension modules to dependencies.
  • Increased Kernel, Transfer modules version dependency.