Skip to content

1.1.0

Latest

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 08 Apr 15:05
· 27 commits to master since this release

Included commits: 1.0.0...1.1.0

Improvements

  • Introduced \Spryker\Zed\StockExtension\Dependency\Plugin\StockCollectionExpanderPluginInterface plugin 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, Stock and StockCollection transfer object.