v1.2.0
Version 1.2.0 of the Product Module introduces minor breaking changes to the ProductService
.
Overview
This release contains breaking change to the methods list
and listAndCount
in the ProductService
of the Product Module.
Specifically, the category filter that the service methods accept has changed from category_ids
to category_id
.
How to Update
Run the following command in your project:
Actions Required
Change usage of Product Module
If you've applied the category filter to the list
or listAndCount
methods of the Product Module, you will need to change it as follows:
Was this section helpful?