Releases: ibericode/mailchimp-for-wordpress
Releases · ibericode/mailchimp-for-wordpress
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.
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.