Releases: anderly/woocommerce-mailchimp
Releases · anderly/woocommerce-mailchimp
2.0.10
2.0.9
2.0.8
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
WARNING: This release contains breaking changes to the plugins action hooks and filters. If you have custom code that hooks into the plugins action hooks and filters, please review the breaking changes below to know how to update your code appropriately.
Breaking Changes
- Action filter
ss_wc_mailchimp_subscribe_merge_vars
is nowss_wc_mailchimp_subscribe_merge_tags
- The filter no longer contains the
GROUPINGS
sub-key for MailChimp Groups due to a change with the MailChimp API v3.0. - The filter now only contains the MailChimp Merge Tags.
- The filter no longer contains the
- MailChimp Groups now have their own action filter
ss_wc_mailchimp_subscribe_interest_groups
- Action filter
ss_wc_mailchimp_subscribe_options
has changed due to changes with the MailChimp API v3.0.- The key
listid
has been changed tolist_id
in the$subscribe_options
parameter - The
vars
key has been removed from the$subscribe_options
parameter (this key previously contained the merge tags and groups together). - The
update_existing
,replace_interests
andsend_welcome
keys have been removed from the$subscribe_options
parameter since they are no longer supported by the API. - The plugin now always updates existing subscribers if they exist.
- The plugin now always appends interest groups and does not affect existing groups on subscribers.
- The send welcome email can be configured on the target list and is not required to be sent through the API.
- A new key
merge_tags
has been added and includes the$merge_tags
array to be sent to the MailChimp API - A new key
interest_groups
has been added and includes the$interest_groups
array to be sent to the MailChimp API
- The key
Improvements
- Added ability to pick MailChimp Interest Groups from drop-down list.
- Upgraded MailChimp API to v3.0
Additions
- Added
Debug Log
setting to enable/disable logging for troubleshooting purposes. - Added
System Info
setting for troubleshooting purposes. - New action hook
ss_wc_mailchimp_loaded
fired after the plugin has loaded. - New action hook
ss_wc_mailchimp_before_opt_in_checkbox
fired before opt in checkbox is rendered. - New action filter
ss_wc_mailchimp_opt_in_checkbox
allows for overriding opt in checkbox rendering - New action hook
ss_wc_mailchimp_after_opt_in_checkbox
fired after opt in checkbox is rendered.
1.3.9
1.3.8
- WordPress 4.6.x Compatible
- WooCommerce 2.6.x Compatible
- More flexible opt_in checkbox placement
- Pass $order_id to
ss_wc_mailchimp_subscribe_options
hook - Use only one instance of MCAPI
- Fixed Issue #14 MCAPI constructor style
- Fixed Issue #15
mailchimp_api_error_msg
- Fixed Issue #16 where lists wouldn't show up until you saved the settings twice