Releases: ibericode/mailchimp-for-wordpress
Releases · ibericode/mailchimp-for-wordpress
4.9.5
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
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
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
4.9.0 - Jan 13, 2023
- Removed deprecated filter hook
mc4wp_settings_cap
, usemc4wp_admin_required_capability
instead. - Removed deprecated filter hook
mc4wp_merge_vars
, usemc4wp_form_data
ormc4wp_integration_data
instead. - Removed deprecated filter hook
mc4wp_form_merge_vars
, usemc4wp_form_data
instead. - Removed deprecated filter hook
mc4wp_integration_merge_vars
, usemc4wp_integration_data
instead. - Removed deprecated filter hook
mc4wp_valid_form_request
, usemc4wp_form_errors
instead. - Removed deprecated function
mc4wp_get_api()
and deprecated classMC4WP_API
. - Removed deprecated function
mc4wp_checkbox()
. - Removed deprecated function
mc4wp_form()
, usemc4wp_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
4.8.12 - Dec 06, 2022
- Minor performance, memory usage & size optimizations for all JavaScript code bundled with this plugin.
4.8.10
v4.8.10
4.8.7
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
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
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
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.