Skip to content

Releases: ibericode/mailchimp-for-wordpress

4.10.6

23 Jul 11:46
15b29aa
Compare
Choose a tag to compare

4.10.6 - Jul 23, 2025

  • [WooCommerce Checkout] Fix checkbox from showing up in order confirmation email if using Checkout Block.
  • [Forms] Fix {response} tag being escaped.

4.10.5

25 Jun 07:17
c609c37
Compare
Choose a tag to compare

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

23 Jun 11:48
92e5801
Compare
Choose a tag to compare

4.10.4 - May 26, 2025

  • Improved context-dependent escaping in dynamic content tags.

4.10.3

16 Apr 14:08
379bedd
Compare
Choose a tag to compare

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

28 Feb 07:21
16a820c
Compare
Choose a tag to compare

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

23 Jan 08:34
bbd1814
Compare
Choose a tag to compare

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

08 Jan 08:12
dc21a2f
Compare
Choose a tag to compare

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

18 Dec 13:08
ab9dbc4
Compare
Choose a tag to compare

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

11 Nov 08:55
b00400d
Compare
Choose a tag to compare

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

21 Oct 08:06
4caa1fa
Compare
Choose a tag to compare

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.