=== MailChimp Sync === Contributors: DvanKooten Donate link: https://dannyvankooten.com/donate/ Tags: mailchimp,users,sync,mailchimp list,synchronise,zapier Requires at least: 3.8 Tested up to: 4.2 Stable tag: 0.1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Synchronize your WP Users with a MailChimp list of choice. == Description == Synchronize your registered WordPress users with a MailChimp list of your choice. **This plugin is still in beta. You can definitely use it but it _could_ be subject to changes breaking backwards compatibility.** > This plugin is an add-on for the [MailChimp for WordPress plugin](https://wordpress.org/plugins/mailchimp-for-wp/). > To use it, you need at least MailChimp for WordPress v2.2.3 or MailChimp for WordPress Premium 2.5.5. = MailChimp Sync, at a glance.. = MailChimp Sync will watch for changes in your WordPress user base and automatically sync those changes with the selected MailChimp list. - New users are automatically subscribed to your MailChimp list. - When user data changes, the MailChimp subscriber will be updated as well. **Even when their email address is changed.** - Deleted users will be unsubscribed from the selected MailChimp list as well. - Manually have MailChimp Sync synchronise all existing users. - Choose whether you want to use double opt-in and send a welcome email to new subscribers. After activation, the plugin will listen to all changes in your WordPress users and make sure everything stays in sync with the selected MailChimp list. = Development of MailChimp Sync = Bug reports (and Pull Requests) for [MailChimp Sync are welcomed on GitHub](https://github.com/dannyvankooten/wp-mailchimp-sync). Please note that GitHub is _not_ a support forum. **More information** - [MailChimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/) - Developers; follow or contribute to the [MailChimp Sync plugin on GitHub](https://github.com/dannyvankooten/wp-mailchimp-sync) - Other [WordPress plugins](https://dannyvankooten.com/wordpress-plugins/#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=more-info-link) by [Danny van Kooten](https://dannyvankooten.com#utm_source=wp-plugin-repo&utm_medium=link&utm_campaign=more-info-link) - [@DannyvanKooten](https://twitter.com/dannyvankooten) on Twitter == Installation == = MailChimp for WordPress = Since this plugin depends on the [MailChimp for WordPress plugin](https://wordpress.org/plugins/mailchimp-for-wp/), you will need to install that first. = Installing MailChimp Sync = 1. In your WordPress admin panel, go to *Plugins > New Plugin*, search for **MailChimp Sync** and click "*Install now*" 1. Alternatively, download the plugin and upload the contents of `mailchimp-sync.zip` to your plugins directory, which usually is `/wp-content/plugins/`. 1. Activate the plugin 1. Set [your MailChimp API key](https://admin.mailchimp.com/account/api) in **MailChimp for WP > MailChimp Settings**. 1. Select a list to sync with in **MailChimp for WP > Sync**. 1. Synchronise your existing users. _(optional)_ == Frequently Asked Questions == = I think I found a bug. What now? = Please report it on [GitHub issues](https://github.com/dannyvankooten/wp-mailchimp-sync/issues) if it's not in the list of known issues. = I have another question = Please open a topic on the [WordPress.org plugin support forums](https://wordpress.org/support/plugin/mailchimp-sync). == Screenshots == 1. Synchronisation settings 2. Status overview == Changelog == = 0.1.2 - March 17, 2015 = **Fixes** - Synchronising would stall if any user failed to sync. - Conflict with other plugins bundling old versions of Composer, throwing a fatal error on plugin activation. - Users who were synchronised and then manually deleted from a list were not re-subscribed. **Improvements** - Log now shows whether a synchronisation request actually succeeded or not. = 0.1.1 - February 17, 2015 = **Fixes** - Force Sync got stuck on users without a valid email address. ([#10](https://github.com/dannyvankooten/wp-mailchimp-sync/issues/10), thanks [girandovoy](https://github.com/girandovoy)) - JSON response was malformed when any plugin threw a PHP notice **Improvements** - Progress log now auto-scrolls to bottom - Progress log now shows time - Progress log now shows more actions - Add settings link to Plugin overview - Various JavaScript improvements = 0.1 - January 23, 2015 = Initial release. == Upgrade Notice == = 0.1.2 = Fixes issue where Forced Sync would stall if any user failed to syn.