Releases: spryker/product-extension
Releases · spryker/product-extension
Release list
1.5.0
Included commits: 1.4.0...1.5.0
Improvements
- Introduced
ProductAbstractCollectionExpanderPluginInterfaceto add more data to the product abstract collection on retrieval. - Introduced
ProductAbstractCriteriatransfer object. - Introduced
ProductAbstractCollectiontransfer object. - Introduced dependency on
spryker/transfer.
1.4.0
Included commits: 1.3.0...1.4.0
Improvements
- Introduced
ProductConcreteMergerPluginInterfaceto merge necessary data fromProductAbstractTransferintoProductConcreteTransfer.
1.3.0
Included commits: 1.2.0...1.3.0
Improvements
- Introduced
ProductConcreteExpanderPluginInterfaceto extend the transfers of product concrete with extra information.
1.2.0
1.1.0
Included commits: 1.0.0...1.1.0
Improvements
- Introduced
ProductAbstractPostCreatePluginInterfaceto execute additional operations after an abstract product has been created.
1.0.0
Included commits: https://github.com/spryker/product-extension/tree/1.0.0
Initial Release
- Introduced
Spryker\Zed\ProductExtension\Dependency\Plugin\ProductConcreteCreatePluginInterfacefor adding logic before and/or after product is created.