Skip to content

Release 103.4.80

Choose a tag to compare

@gonzaloebiz gonzaloebiz released this 09 Jul 19:40
· 77 commits to develop-2.4 since this release
14991b8

Use this version ONLY for Magento 2.4

WARNING

Since Feb 1 2025, packagist don't allow new versions of any package for composer v1, so if you use composer v1 first you need to run

composer config repositories.ebizmarts composer https://packages.ebizmarts.com

To install it, run

composer require mailchimp/mc-magento2:103.4.80

Fixed bugs:

  • CleanIssyncOrphanRows data patch fails on MySQL with error 1093 #2327
  • Harden order sync: wrong Exception import in Model/Api/Order.php lets one bad order abort the whole ebizmarts_ecommerce cron #2321
  • _markSpecialPrices causes excessive CPU load on large catalogs (full table scan + N+1 queries) #2329