7.14.0
·
914 commits
to master
since this release
Included commits: 7.13.0...7.14.0
Improvements
- Introduced
Quote.quoteProcessFlowtransfer field. - Introduced
QuoteProcessFlowtransfer. CartFacade::reloadItemsInQuote()can handle context-specific plugin stacks based on the receivedQuoteTransfer::getQuoteProcessFlow::getName()input.CartFacade::addToCart()can handle context-specific plugin stacks based on the receivedQuoteTransfer::getQuoteProcessFlow::getName()input.CartFacade::replaceItem()can handle context-specific plugin stacks based on the receivedQuoteTransfer::getQuoteProcessFlow::getName()input.CartFacade::add()can handle context-specific plugin stacks based on the receivedQuoteTransfer::getQuoteProcessFlow::getName()input.CartFacade::addValid()can handle context-specific plugin stacks based on the receivedQuoteTransfer::getQuoteProcessFlow::getName()input.CartFacade::reloadItems()can handle context-specific plugin stacks based on the receivedQuoteTransfer::getQuoteProcessFlow::getName()input.CartFacade::resetQuoteLock()can handle context-specific plugin stacks based on the receivedQuoteTransfer::getQuoteProcessFlow::getName()input.CartFacade::validateQuote()can handle context-specific plugin stacks based on the receivedQuoteTransfer::getQuoteProcessFlow::getName()input.- Introduced
CartDependencyProvider::CART_PRE_CHECK_PLUGINS_FOR_ORDER_AMENDMENTconstant and dependency provider method for order amendment-specific pre-check plugins. - Introduced
CartDependencyProvider::CART_EXPANDER_PLUGINS_FOR_ORDER_AMENDMENTconstant and dependency provider method for order amendment-specific expander plugins. - Introduced
CartDependencyProvider::CART_PRE_RELOAD_PLUGINS_FOR_ORDER_AMENDMENTconstant and dependency provider method for order amendment-specific pre-reload plugins.
Adjustments
- Added
CheckoutExtension,SalesOrderAmendmentExtensionmodules to dependencies. - Increased
Kernel,Transfermodules version dependency.