Skip to content

Releases: drewm/mailchimp-api

Rolling up

16 Feb 18:36
Compare
Choose a tag to compare

Lots of small tweaks and code improvements from pull requests. No major functionality changes. Just keeping things tidy and updated.

Improves batch support

09 May 07:47
Compare
Choose a tag to compare

Also includes some internal refactoring.

v2.2 adds webhook support

23 Apr 12:57
Compare
Choose a tag to compare

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

17 Jan 13:16
Compare
Choose a tag to compare

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.

v1.0

13 Oct 10:28
Compare
Choose a tag to compare
Merge pull request #26 from adamholte/master

pass timeout to makeRequest