Releases: spryker/stock-extension
Releases · spryker/stock-extension
Release list
1.1.0
Included commits: 1.0.0...1.1.0
Improvements
- Introduced
\Spryker\Zed\StockExtension\Dependency\Plugin\StockCollectionExpanderPluginInterfaceplugin interface to expand stock collection during the fetching stock collection data from the database. - Introduced
\Spryker\Zed\StockExtension\Dependency\Plugin\StockPostCreatePluginInterfaceto add logic after stock is created. - Introduced
\Spryker\Zed\StockExtension\Dependency\Plugin\StockPostUpdatePluginInterfaceto add logic after stock is updated. - Introduced
StockResponse,StockandStockCollectiontransfer object.
1.0.0
Included commits: https://github.com/spryker/stock-extension/tree/1.0.0
Initial Release
- Introduced
StockUpdateHandlerPluginInterfacefor handling all necessary events related to stock updates.