Skip to content

Releases: spryker/product-list

1.8.1

15 Jan 14:01
Compare
Choose a tag to compare

Included commits: 1.8.0...1.8.1

Fixes

  • Adjusted ProductListRepository to optimize queries.

1.8.0

15 Nov 18:37
Compare
Choose a tag to compare

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

02 Feb 12:12
Compare
Choose a tag to compare

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

16 Jan 13:57
Compare
Choose a tag to compare

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

29 Dec 12:38
Compare
Choose a tag to compare

Included commits: 1.6.2...1.6.3

Fixes

  • Adjusted product_list.databuilder.xml in order to fix CI errors.

1.6.2

12 Feb 10:44
Compare
Choose a tag to compare

Included commits: 1.6.1...1.6.2

Adjustments

  • Adjusted composer.json to allow a new Category major.

1.6.1

30 Oct 13:30
Compare
Choose a tag to compare

Included commits: 1.6.0...1.6.1

Fixes

  • Fixed ProductListRepository::getProductListIdsByProductIds() method to include all required fields to the GROUP BY statement.

1.6.0

01 Dec 14:21
Compare
Choose a tag to compare

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

14 Oct 14:12
Compare
Choose a tag to compare

Included commits: 1.5.3...1.5.4

Bugfixes

  • Fixed transfer definitions to include missing uses of Transfers or Transfer properties.

1.5.3

27 Aug 10:44
Compare
Choose a tag to compare

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.