Releases: drewm/mailchimp-api
Releases · drewm/mailchimp-api
Rolling up
Improves batch support
Also includes some internal refactoring.
v2.2 adds webhook support
This release adds a new class Webhook
for receiving webhooks from the MailChimp API. It uses a pub/sub model whereby you subscribe to the webhook event with a callback function.
v2.0 for MailChimp API v3
After developing this in a branch for a while, it's time to make the version of this for MailChimp API v3 the master branch.
I can't see any reason to carry on with the previous version when MailChimp have deprecated that version of their API, so going forward we're all in on v3. Confusingly that's v2 of this wrapper. What can you do.
Thanks so much to everyone who has contributed to this release.