8.12.0
·
561 commits
to master
since this release
Included commits: 8.11.0...8.12.0
Improvements
- Introduced
StockConfig::isConditionalStockUpdateApplied(), which is used in stock update and can speed up the update process when enabled. - Adjusted execution of
StockUpdateHandlerPluginInterfaceplugins so that they are executed now for products in batches with a configurable size.
Fixes
- Fixed
StockFacade:updateStock()so it does not runStockUpdateHandlerPluginInterfaceplugins when only the stock's name is changed andStockConfig::isConditionalStockUpdateApplied()is enabled. So it's possible now to quickly update the stock name with many assigned products without timeout errors.