Releases: ibericode/mailchimp-for-wordpress
Releases · ibericode/mailchimp-for-wordpress
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.
v3.1.11
3.1.11 - July 5, 2016
Improvements
- Update JavaScript dependencies for admin screens.
- Test debug log & show notice when it's not writable.
- Reset browser appearance of
<select>
elements in form themes.
Additions
- Add "placeholder" option for dropdown fields.