Releases: spryker/product-list
Releases · spryker/product-list
1.8.1
1.8.0
Included commits: 1.7.1...1.8.0
Improvements
- Introduced
ProductListRestrictedItemsCartPreReorderPlugin
to filter out restricted items from the cart reorder request. - Introduced
CartReorder
transfer. - Introduced
CartReorderRequest
transfer.
Adjustments
- Added
CartReorderExtension
module to dependencies.
1.7.1
Included commits: 1.7.0...1.7.1
Fixes
- Adjusted
ProductListFacade::getProductWhitelistIdsByIdProduct()
to fix array keys in order to prevent further array as object interpretation while encoding to json. - Adjusted
ProductListFacade::getProductBlacklistIdsByIdProduct()
to fix array keys in order to prevent further array as object interpretation while encoding to json.
1.7.0
Included commits: 1.6.3...1.7.0
Improvements
- Added
Transfer
module to dependencies. - Introduced
ProductListCollection
transfer. - Introduced
Pagination
transfer. - Introduced
ProductListCriteria
transfer. - Introduced
ProductListFacadeInterface::getProductListCollection()
to fetch product lists from Persistence. - Adjusted
ProductListFacade::getProductAbstractIdsByProductListIds()
to filter out NULL values from the result.
Deprecations
- Deprecated
ProductListEvents::PRODUCT_LIST_PUBLISH
publish event.
1.6.3
Included commits: 1.6.2...1.6.3
Fixes
- Adjusted
product_list.databuilder.xml
in order to fix CI errors.
1.6.2
1.6.1
Included commits: 1.6.0...1.6.1
Fixes
- Fixed
ProductListRepository::getProductListIdsByProductIds()
method to include all required fields to theGROUP BY
statement.
1.6.0
Included commits: 1.5.4...1.6.0
Improvements
- Introduced
ProductListFacade::removeProductList()
. - Added Zed translations for product list remove related error message.
Deprecations
- Deprecated
ProductListFacade::deleteProductList()
.
1.5.4
Included commits: 1.5.3...1.5.4
Bugfixes
- Fixed transfer definitions to include missing uses of Transfers or Transfer properties.
1.5.3
Included commits: 1.5.2...1.5.3
Bugfixes
- Adjusted
ProductListFacade::getProductListsIdsByProductIds()
so that merging of product lists for abstract and concrete products works correctly.