Change log for Magefan Mautic Extension
Version 2.1.11 (June 16, 2025)
General:
- - Extension performance optimization.
Version 2.1.10 (May 14, 2025)
Compatibilities:
- - Added compatibility with PHP 8.4.
Fixes:
- - Resolved the customer synchronization issue present in v2.1.9.
Version 2.1.9 (February 17, 2024)
Features:
- - Security improvements. Now Magento SecureRenderer is used to whitelist an inline script.
- - Added declarative DB schema. Migrated install/upgrade scripts to the declarative schema.
- - Added an option to enable Mautic Contact Monitoring for guest users.
- - Code styles and other minor improvements.
Version 2.1.8 (May 13, 2024)
Features:
- - Updated the mautic/api-library package version from 2.14 to 3.1.
Fixes:
- - Fixed the issue that appeared during the composer installation on Magento 2.4.7. Error: mautic/api-library[2.14.2, ..., 2.16.1] require psr/log ~1.0 -> found psr/log[1.0.0, ..., 1.1.4] but the package is fixed to 3.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Version 2.1.7 (December 20, 2023)
Features:
- - Added compatibility with Hyva theme.
- - Abandon carts improvements. Now new Magento field "Quote Secret Key" is available for synchronization with Mautic contact which allows to creation of a link directly to the quote (shopping cart). Example: https://domain.com/checkout/cart?quote_secret_key={contactfield=quote_secret_key}.
Version 2.1.6 (April 25, 2023)
Features:
- - Added compatibility with PHP8.2.
- - Option to reset extension config options to use system values.
- - Minor code improvements.
Version 2.1.5 (December 23, 2022)
Fixes:
- - Fixed error: Magento\Newsletter\Model\Subscriber::loadBySubscriberEmail(): Argument #1 ($email) must be of type string, null given.
Version 2.1.4 (September 30, 2022)
Features:
- - Additional compatibility changes for PHP 8.
Version 2.1.3 (May 10, 2022)
Features:
- - Compatibility with Magento 2.4.4 & PHP 8.1.
Version 2.1.2 (August 17, 2021)
Features:
- - New "response_errors" field in "magefan_mauticintegration_sync" database table to track errors during synchronization with Mautic.
- - Minor code improvements.
Fixes:
- - Undefined function "_" in ExportButton.php.
Version 2.1.1 (July 19, 2021)
Features:
- - Send "Last Order Date" contact value to the Mautic.
- - Subscription status now receives not just 0 or 1 values but IDs of all possible Magento subscription statuses.
- - New Mautic tags for purchased products, purchased products category, wishlist products, abandoned cart products.
- - Option to disable Magento subscription double-opt-in email and send this email via Mautic.
- - Minor improvement.
Fixes:
- - Web-hooks do not work.
- - Customer is marked as unsubscribed in Mautic when he checked subscribe to newsletter during the registration.
- - Error with synchronization country field. Country name is invalid.
Version 2.1.0 (March 4, 2021)
Features:
- - Added endpoint for webhooks "mautic.lead_channel_subscription_changed" & "mautic.lead_post_delete" events in Mautic.
- - New CLI bin/magento commands for syncronization: mfmi:export:customers, mfmi:export:orders, mfmi:export:reviews,mfmi:export:subscribers . Improved CLI commands log.
- - Added customer group name to the synchronization
Fixes:
- - Few misspelling and bug fixes