Skip to content

Releases: anderly/woocommerce-mailchimp

2.0.10

19 Sep 18:10
Compare
Choose a tag to compare
  • Small fix for new installs not loading interest groups.

2.0.9

19 Sep 18:14
Compare
Choose a tag to compare
  • Removed function.php (no longer used)

2.0.8

19 Sep 18:13
Compare
Choose a tag to compare
  • Fix for new installs to prevent trying to run migrations.

2.0.6

19 Sep 18:12
Compare
Choose a tag to compare
  • Fix for PHP versions < 5.5

2.0.5

19 Sep 18:12
Compare
Choose a tag to compare
  • Fixes for versions of PHP < 5.5

2.0.4

19 Sep 18:12
Compare
Choose a tag to compare
  • Change list function to get_list to prevent PHP error

2.0.3

16 Sep 23:06
Compare
Choose a tag to compare
  • Updated woocommerce-mailchimp.pot file
  • Fix loading of textdomain
  • Fixed text-domain calls
  • Removed old WooCommerce Integration files.

2.0.2

16 Sep 20:29
Compare
Choose a tag to compare

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 now ss_wc_mailchimp_subscribe_merge_tags
  • 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 to list_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 and send_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

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

13 Sep 19:16
Compare
Choose a tag to compare
  • Renamed MCAPI class to prevent collisions with other plugins

1.3.8

10 Sep 03:50
Compare
Choose a tag to compare
  • 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