Skip to content

Releases: spryker/stock-extension

Release list

1.1.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 08 Apr 15:05

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.

1.0.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 26 Nov 11:55

Included commits: https://github.com/spryker/stock-extension/tree/1.0.0

Initial Release

  • Introduced StockUpdateHandlerPluginInterface for handling all necessary events related to stock updates.