Rlease 103.4.79
·
88 commits
to develop-2.4
since this release
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.79
Implemented enhancements:
- Pixel integration #2280
- PHP 8.5 deprecated usage of curl_close #2287
- Processing products takes too much time in _markSpecialPrices #2294
Fixed bugs:
- Concurrent cron writes produce duplicate core_config_data rows causing site-wide fatal TypeError #2312
- Fix deadlock in SaveBefore observer by acquiring IS_SUBSCRIBER lock before IS_CUSTOMER #2292
- Using a second Mailchimp account on a certain Magento scope makes the dropdown list disappear #2288
- Wrong Exception import in Helper/Data.php breaks catch blocks #2290
- Array to string conversion warning (follow-up) #2250