Releases: ibericode/mailchimp-for-wordpress
Releases · ibericode/mailchimp-for-wordpress
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.
4.8.1
4.8.1 - Aug 25, 2020
- Fix notice by explicitly setting
permission_callback
on registered REST route. - Minor internal code improvements.
4.8
4.8 - Jul 9, 2020
- Plugin now requires PHP 5.3 or higher.
- Prefix overlay classname to prevent styling collissions with other plugins.
- Form sign-ups can now add tags to both new and existing subscribers.
- Update JavaScript dependencies.
- Register script early to work with Gutenberg preview.
4.7.8
4.7.8 - Jun 04, 2020
- Add
MC4WP_API_V3::add_template
method. - Minor code hardening to ensure a default form is always set.
- Update JS dependencies to their latest versions.
- Fix icon for Gutenberg block.
4.7.7
4.7.7 - Apr 28, 2020
- Update JS dependencies to their latest versions.
- API client
add_list_member
method now has an additional parameter to skip merge field validation. - Simplify code for updating an existing form.
4.7.6
4.7.6 - Apr 9, 2020
- Update JS dependencies to their latest versions.
- Check if className is of type string, fixes a console warning when clicking inside a SVG element.
- Minor improvements to the AMP implementation to address harmless validation warnings.
4.7.5
4.7.5 - Feb 10, 2020
- Add AMP compatibility to sign-up forms.
- Add settings key to WPML config so settings can easily by copied over to translated versions of a form.
- Optimize size & performance of JavaScript code, resulting in a file that is 40% smaller.
- Update CodeMirror to its latest version.
- Escape all string translations.
4.7.3
v4.7.3
4.1.1
WooCommerce: check for new order methods before using, as < 3.0 does …
v3.1.12
3.1.12 - July 28. 2016
Improvements
- Smarter scrolling after submitting form & reloading page.
- Format output of
{subscriber_count}
tag. - You can now use
<img>
in your form messages. - Add MailChimp API error code to debug log lines.
- Add plugin name + version to User-Agent header for all MailChimp API requests.
- Make sure value of MC_LANGUAGE field is limited to 2 characters.