Releases: clerkio/clerk-magento
Releases · clerkio/clerk-magento
3.5.6
- Fix issue with wrong store being used for key verification
3.5.5
- Make syncProduct support an array of ids
3.5.4
- Use correct syntax in product/remove endpoint
3.5.3
- Add sanity check for facet attributes
3.5.2
- Fix issue with category api recursively getting subcategories
- Add sort order for facet attributes
3.5.1
- Fix issue with single product API
- Add option to sync out of stock products
3.5.0
- Fix issue with category pagination causing the first page to be skipped, thanks @mmenozzi
- Fix price_in_currency formatter condition, thanks @fabianaromagnoli
- Remove legacy code from observer
3.4.9
- Add spanish locale and improve italian
- Refactor API key checking in API Controller
- Refactor to use standardized error message format
3.4.8
- Fix issue with layout missing missing on some occasions causing a call to undefined function
3.4.7
- Remove CMS page synchronization until a better implementation can be made