Releases: ibericode/mailchimp-for-wordpress
Releases · ibericode/mailchimp-for-wordpress
4.9.18
4.9.18 - Oct 21, 2024
- Bump required PHP version to 7.2.
- Prevent non-functional checkbox from showing up on WooCommerce my account page if WooCommerce checkout integration is enabled.
- Update default form content to include a "for" attribute on the label element.
- Minor performance optimizations to
MC4WP_Form::get_subscriber_tags()
- Begrudgingly rename Mailchimp lists to Mailchimp audiences throughout the plugin's admin interfaces.
4.9.17
4.9.17 - Sep 17, 2024
- Fix compatibility with WooCommerce versions 8.5 to 8.8 because of private method that was later made public.
- Fix potential reflected XSS by stripping and escaping all HTML from
{email}
tag replacements. Thanks to kauenavarro for responsibly disclosing. - Fix potential stored XSS for attackers with both administrator access and Mailchimp account access by escaping HTML from interest group name. Thanks to Jorge Diaz (ddiax) for responsibly disclosing.
4.9.16
4.9.16 - Sep 11, 2024
- Add support for WooCommerce Checkout Block in sign-up checkbox integration.
v4.9.14
4.9.14 - Jul 17, 2024
- Very minor code-size improvements to public forms related JavaScript.
- Update third-party JS dependencies.
- Bump tested WordPress version to 6.6.
4.9.13 - Apr 25, 2024
- Fix issue with Composer classmap throwing a fatal error when an older version of Composer is already loaded.
4.9.12 - Apr 22, 2024
- Fix last 10 Mailchimp lists not being pulled-in when having more than 10 lists.
v4.9.11
4.9.11 - Jan 8, 2023
- Update third-party JS dependencies.
- Bump tested WordPress version.
4.9.10
Mailchimp for WordPress 4.9.10 - Nov 20, 2023
- Integrations: Update CheckoutWC hook name for WooCommerce checkbox integration.
- Forms: Don't show form preview to users without
edit_posts
capability. - Forms: Explicitly exclude form preview from search engine indexing.
- General: Don't unnecessarily go through service contrainer while bootstrapping plugin.
- General: Remove some unnecessary JavaScript now that browser support has caught up.
4.9.7
4.9.7 - Aug 29, 2023
- Update third-party JS dependencies.
- Minor textual improvements.
- Bump tested WordPress version.
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.