Skip to content

Releases: spryker/product-extension

1.5.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 01 Feb 20:19

Included commits: 1.4.0...1.5.0

Improvements

  • Introduced ProductAbstractCollectionExpanderPluginInterface to add more data to the product abstract collection on retrieval.
  • Introduced ProductAbstractCriteria transfer object.
  • Introduced ProductAbstractCollection transfer object.
  • Introduced dependency on spryker/transfer.

1.4.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 11 Oct 14:56

Included commits: 1.3.0...1.4.0

Improvements

  • Introduced ProductConcreteMergerPluginInterface to merge necessary data from ProductAbstractTransfer into ProductConcreteTransfer.

1.3.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 22 Feb 13:13

Included commits: 1.2.0...1.3.0

Improvements

  • Introduced ProductConcreteExpanderPluginInterface to extend the transfers of product concrete with extra information.

1.2.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 11 Feb 13:42

Included commits: 1.1.0...1.2.0

Improvements

  • Introduced ProductAbstractPreCreatePluginInterface.

1.1.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 17 Jun 13:54

Included commits: 1.0.0...1.1.0

Improvements

  • Introduced ProductAbstractPostCreatePluginInterface to execute additional operations after an abstract product has been created.

1.0.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 20 May 14:43

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

Initial Release

  • Introduced Spryker\Zed\ProductExtension\Dependency\Plugin\ProductConcreteCreatePluginInterface for adding logic before and/or after product is created.