Releases: ibericode/mailchimp-for-wordpress
Releases · ibericode/mailchimp-for-wordpress
4.10.6
4.10.5
4.10.5 - Jun 25, 2025
- [Ninja Forms] Always show at least one list option so that onchange event fires properly (to load Audience fields).
- Update third-party JS dependencies.
- Optimize SVG icons for reduced file sizes.
4.10.4
4.10.4 - May 26, 2025
- Improved context-dependent escaping in dynamic content tags.
4.10.3
4.10.3 - Apr 16, 2025
- Update third-party JS dependencies.
- Add message setting for when a form submission is marked as spam.
- Log exact anti-spam rule when a form submission is marked as spam.
- Handle potential Prosopo connection errors gracefully.
4.10.2
4.10.2 - Feb 28, 2025
- Fix WPForms parameter type change causing a fatal error if using WPForms with a Mailchimp sign-up field.
- Add Mailchimp data to Personal Data exporter. Contributed by David Anderson from UpdraftPlus.
- Prevent PHP notices in lists overview on general settings page.
4.10.0
4.10.0 - Jan 23, 2025
- Bump required PHP version to 7.4 or higher.
- Obfuscate API key the same way as in the Mailchimp.com interface.
- Delete all plugin data when plugin is uninstalled / deleted via WP Admin.
- Fix several PHP 8.4 deprecation warnings.
- Address warning about translations being loaded too early if using Ninja Forms integration.
- Run stored setting values related to user-facing textual messages through i18n functions to allow translating them through plugins like Loco Translate or WPML.
4.9.21
4.9.21 - Jan 08, 2025
- [Forms] Rename "list choice" to "audience choice" in available form fields.
- [Ninja Forms] Fix gettext being called too early warning in Ninja Forms base class.
- [WooCommerce] Allow pre-checking of sign-up checkbox in Checkout Block.
4.9.20
4.9.20 - Dec 18, 2024
- Fix Ninja Forms integration field no longer showing up.
- Fix "link is expired" message because of missing nonce on button to dismiss API key notice.
- [WPML] Added text_no_lists_selected to the config file so it can be translated. Thanks Diego Pereira!
4.9.19
4.9.19 - Nov 11, 2024
- Add integration with Prosopo, a GDPR compliant anti-spam solution for protecting your sign-up forms against bot sign-ups. Thanks Maxim Akimov!
4.9.18
4.9.18 - Oct 21, 2024
- Bump required PHP version to 7.2.
- Prevent non-functional checkbox from showing up on WooCommerce my account page if WooCommerce checkout integration is enabled.
- Update default form content to include a "for" attribute on the label element.
- Minor performance optimizations to
MC4WP_Form::get_subscriber_tags()
- Begrudgingly rename Mailchimp lists to Mailchimp audiences throughout the plugin's admin interfaces.