Skip to content

Releases: ibericode/mailchimp-for-wordpress

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.

4.8.6

24 Jun 08:48
Compare
Choose a tag to compare

4.8.6 - Jun 24, 2021

Add nonce field to button for dismissing notice asking for plugin review.
Add strings from config/ directory to POT file.
Add nonce check to AJAX endpoint for refreshing cached Mailchimp lists.
Add capability check to AJAX endpoint for retrieving list details.
Schedule event to refresh cached Mailchimp list upon plugin activation.

Thanks to the team over at pluginvulnerabilities.com for bringing some of these changes to our attention.

4.8.4

25 May 08:55
Compare
Choose a tag to compare

4.8.4 - May 7, 2021

  • Add defer attribute to JS file, so page parsing isn't blocked at all.
  • Rewrite plugin CSS to optimize for selector performance and get rid of some duplication.

After installing this update, make sure to also update any add-on plugins like Mailchimp for WordPress Premium and Mailchimp Top Bar.

4.8.3

21 Jan 09:07
Compare
Choose a tag to compare

4.8.3 - Jan 21, 2021

  • Fix fatal error on older PHP versions when submitting form without any subscriber tags set in the form settings.
  • Minor performance improvement in bootstrap method of the plugin.