Releases: PrestaShopCorp/ps_eventbus
Releases · PrestaShopCorp/ps_eventbus
v4.0.3
What's Changed
- Fix of the count query for the incremental processing of certain shop content ;
- Segmentation of shop content hooks for Orders, OrderCarriers, OrderCartRules, OrderDetails, and OrderStatusHistories. Each now has its own hook. Consequently, the "limit" parameter has been reactivated for these shop contents in incremental sync ;
- Minor fix for the integration of accounts (an issue that only affected E2E tests) ;
- PHP doc fixes.
Full Changelog: v4.0.2...v4.0.3
🐣 staging (commit 4a33fe0)
What's Changed
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /e2e by @dependabot in #404
Full Changelog: v4.0.3...staging
v4.0.2
v4.0.1
v4.0.0
What's Changed
Refactoring the whole synchronization process, sorting shopContents repositories and controllers.
#Breaking changes
Since version 4.0, all API endpoints are grouped under a single controller "apiShopContent.php" (except for the healthcheck). The route to call is now unique, and the shopContent is no longer a specific endpoint but a query parameter of the request:
http://localhost:8000/index.php?fc=module&module=ps_eventbus&controller=apiShopContent&shop_content=products
Pull Request here : #341
Full Changelog: v3.2.3...v4.0.0
v3.2.3
v3.2.2
v3.2.1
What's Changed
- fix: cart rule incremental sync by @fox-john in #382
- fix(live-sync): Fix cart-rules typo by @Venatum in #385
- fix(live-sync): Fix compound content by @Venatum in #386
- feat: add upgrade script for 3.2.1 by @fox-john in #383
- ci: Upgrade actions by @Venatum in #388
Full Changelog: v3.2.0...v3.2.1