Skip to content

Releases: ibericode/mailchimp-for-wordpress

v4.9.11

08 Jan 10:55
Compare
Choose a tag to compare

4.9.11 - Jan 8, 2023

  • Update third-party JS dependencies.
  • Bump tested WordPress version.

4.9.10

20 Nov 08:22
Compare
Choose a tag to compare

Mailchimp for WordPress 4.9.10 - Nov 20, 2023

  • Integrations: Update CheckoutWC hook name for WooCommerce checkbox integration.
  • Forms: Don't show form preview to users without edit_posts capability.
  • Forms: Explicitly exclude form preview from search engine indexing.
  • General: Don't unnecessarily go through service contrainer while bootstrapping plugin.
  • General: Remove some unnecessary JavaScript now that browser support has caught up.

4.9.7

29 Aug 13:21
Compare
Choose a tag to compare

4.9.7 - Aug 29, 2023

  • Update third-party JS dependencies.
  • Minor textual improvements.
  • Bump tested WordPress version.

4.9.5

07 Jun 11:47
Compare
Choose a tag to compare

4.9.5 - Jun 7, 2023

  • Fix generated HTML for list/audience choice fields.
  • Fix deprecation warning in includes/admin/class-review-notice.php.
  • Update JavaScript dependencies.

4.9.4

02 May 07:01
Compare
Choose a tag to compare

4.9.4 - May 2, 2023

  • Fallback to default checkbox label if none given. Thanks to Shojib Khan.
  • Improve WooCommerce integration settings page by disabling position field if integration is disabled. Thanks to Shojib Khan.
  • Update JavaScript dependencies.

4.9.2

21 Mar 08:24
Compare
Choose a tag to compare

4.9.2 - Mar 21, 2023

  • Add support for a field named MARKETING_PERMISSIONS to enable GDPR fields configured in Mailchimp. A sample code snippet can be found here.
  • Remove Google reCaptcha feature. This was already disabled if you were not already using it.

4.9.0

13 Jan 08:15
Compare
Choose a tag to compare

4.9.0 - Jan 13, 2023

  • Removed deprecated filter hook mc4wp_settings_cap, use mc4wp_admin_required_capability instead.
  • Removed deprecated filter hook mc4wp_merge_vars, use mc4wp_form_data or mc4wp_integration_data instead.
  • Removed deprecated filter hook mc4wp_form_merge_vars, use mc4wp_form_data instead.
  • Removed deprecated filter hook mc4wp_integration_merge_vars, use mc4wp_integration_data instead.
  • Removed deprecated filter hook mc4wp_valid_form_request, use mc4wp_form_errors instead.
  • Removed deprecated function mc4wp_get_api() and deprecated class MC4WP_API.
  • Removed deprecated function mc4wp_checkbox().
  • Removed deprecated function mc4wp_form(), use mc4wp_show_form() instead.
  • Added filter mc4wp_debug_log_message to modify or disable messages that are written to the debug log.
  • Fix color of invalid Mailchimp API key notice.
  • Sanitize IP address value from $_SERVER['REMOTE_ADDR'] too.
  • Fetch GDPR marketing permissions via first subscriber on list and show them in lists overview table.

4.8.12

06 Dec 08:50
Compare
Choose a tag to compare

4.8.12 - Dec 06, 2022

  • Minor performance, memory usage & size optimizations for all JavaScript code bundled with this plugin.

4.8.10

19 Sep 07:32
Compare
Choose a tag to compare
v4.8.10

4.8.7

02 Mar 08:30
Compare
Choose a tag to compare

4.8.7 - Mar 2, 2022

  • Fix PHP 8.1 deprecation warnings in MC4WP_Container class.
  • Fix name of action hook that fires before Mailchimp settings rows are displayed on the settings page. Thanks LoonSongSoftware.
  • Improve WPML compatibility. Thanks Sumit Singh.
  • Fix deprecated function for AMP integration.
  • Only allow unfiltered HTML if user has unfiltered_html capability. Please read the below.

Despite extensive testing, we may have missed some more obscure HTML elements or attributes from our whitelist.
If you notice that some of your form HTML is stripped after saving your form, please get in touch with our support team and provide the HTML you attempted to save.