·
27 commits
to master
since this release
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.