Starting from €5.83/mo
- Updated the add-on to use the new [versioning system](https://docs.gravityforms.com/version-numbering/).
- Fixed a PHP fatal error that can occur if an API error is returned when checking if a member already exists.
- Removed the deprecated class GF_MailChimp_Exception.
5.7.0
- Fixed an issue where the List field passes the raw entry value to Mailchimp, instead of the expected comma-separated list of values.
- Fixed code placement to be consistent with the WordPress coding standards.
- Added support for instructing the Mailchimp API to skip merge field validation by using the [gform_mailchimp_subscription](https://docs.gravityforms.com/gform_mailchimp_subscription/) filter to add the `skip_merge_validation` argument to the request.
- Updated the status indicator component to be compatible with Gravity Forms v2.8.8.
- Removed the deprecated gform_mailchimp_args_pre_subscribe filter.
- Added support for instructing the Mailchimp API to skip merge field validation by using the [gform_mailchimp_subscription](https://docs.gravityforms.com/gform_mailchimp_subscription/) filter to add the `skip_merge_validation` argument to the request.
- Updated the status indicator component to be compatible with Gravity Forms v2.8.8.
- Removed the deprecated gform_mailchimp_args_pre_subscribe filter.
- Fixed an issue where the status of an existing subscribed list/audience member changes to pending when double opt-in is enabled on the feed.
- Reminder: The gform_mailchimp_args_pre_subscribe filter is deprecated and will be removed in a future version. Please use the [gform_mailchimp_subscription](https://docs.gravityforms.com/gform_mailchimp_subscription/) filter instead.
- Fixed an issue where the status of an existing subscribed list/audience member changes to pending when double opt-in is enabled on the feed.
- Reminder: The gform_mailchimp_args_pre_subscribe filter is deprecated and will be removed in a future version. Please use the [gform_mailchimp_subscription](https://docs.gravityforms.com/gform_mailchimp_subscription/) filter instead.
- Updated feed processing to include the tags in the request to the add/update member endpoint instead of making a separate request to the member tags endpoint.
- Fixed a `Using ${var} in strings is deprecated, use {$var} instead` deprecation notice with PHP 8.2.
- Fix an error where the Mailchimp connection alerts appear when attempting to connect other add-ons