Skip to content

Releases: thinkshout/mailchimp-api-php

v2.1.1

05 Aug 16:46
eae0e46
Compare
Choose a tag to compare

Initial fix for PHP 8.

v2.1.0

27 Apr 19:30
Compare
Choose a tag to compare

Removing release version from composer.json so new release shows up in packagist automatically.

v2.0.1

27 Apr 19:18
a5ef09f
Compare
Choose a tag to compare
  • Adds Support for Interest Categories, Promo Codes, Member Tags, and Member Events.
  • Allows for a proxy option during api calls
  • Updates code comment branching from MailChimp to Mailchimp
  • Small bug fixes and phpcs updates.

v2.0.0

27 Feb 17:55
Compare
Choose a tag to compare

Adds product URLs to support product recommendations.

POTENTIALLY BREAKING CHANGE

The addProduct() signature contains a new parameter: $url. This may affect you if you have custom code using this method.

WAS: addProduct($store_id, $id, $title, $variants = [], $parameters = [])

NOW: addProduct($store_id, $product_id, $title, $url, $variants = [], $parameters = [])

v2.0.0-package.zip contains the library and dependencies normally installed via Composer.

v1.0.10

27 Dec 21:16
Compare
Choose a tag to compare

Allows optional parameters to be sent to MailChimp when adding a store.

POTENTIALLY BREAKING CHANGE

The addStore() signature parameter order has changed. This may affect you if you have custom code using this method.

WAS: addStore($id, $store, $batch = FALSE)

NOW: addStore($id, $store, $parameters = [], $batch = FALSE)

This is for consistency with other method signatures.

v1.0.10-package.zip contains the library and dependencies normally installed via Composer.

v1.0.9

20 Nov 20:30
Compare
Choose a tag to compare

Add support for MailChimp Connected Sites.

v1.0.9-package.zip contains the library and dependencies normally installed via Composer.

v1.0.8

02 Oct 18:43
Compare
Choose a tag to compare

v1.0.8-package.zip contains the library and dependencies normally installed via Composer.

v1.0.7

16 Jun 18:18
Compare
Choose a tag to compare

Upgrades phpunit dependency to the latest release.

Packages containing the library and dependencies normally installed via Composer:

v1.0.6

18 Feb 03:26
Compare
Choose a tag to compare

Fixes critical issues with error handling in the cURL client.

v1.0.5

08 Nov 02:40
Compare
Choose a tag to compare

Introduces a cURL client to provide compatibility with PHP 5.4.