Skip to content

Releases: zf-fr/zfr-mailchimp

v2.0.7

24 Nov 06:46
Compare
Choose a tag to compare
  • Fix VIP delete endpoint

v2.0.6

27 Aug 16:54
Compare
Choose a tag to compare
  • Use unknown error exception if an exception contains an unknown error code, instead of crashing

v2.0.5

26 Jun 13:36
Compare
Choose a tag to compare
  • Add missing deleteStaticSegmentMembers method.

v2.0.4

07 Jun 12:38
Compare
Choose a tag to compare
  • Add addStaticListSegment method

v2.0.3

16 Apr 11:32
v2.0.3
Compare
Choose a tag to compare
  • Return in Error handler if no response is set (which happens in case of async calls)

v2.0.2

17 Mar 08:02
v2.0.2
Compare
Choose a tag to compare
  • Fix wrong parameter type for get list merge vars #13

v2.0.1

02 Feb 08:46
v2.0.1
Compare
Choose a tag to compare
  • Fix wrong URL endpoint for list webhooks #12
  • Fix a bug with AddInterestGrouping method #11
  • Add missing AddStaticSegmentMembers and ResetStaticSegment methods #9

v2.0.0

27 Dec 17:26
v2.0.0
Compare
Choose a tag to compare
  • Now throw meaningful exceptions (please read the doc). If you were checking against Guzzle exceptions, we now provide custom exceptions for each error MailChimp can return

v1.2.0

20 Oct 13:25
Compare
Choose a tag to compare
  • Added "GetProfile" method (allow to retrieve information about the profile that owns the API key)
  • Added "GetListSegments", "AddListSegment", "DeleteListSegment", "UpdateListSegment" and "TestListSegment"

v1.1.1

10 Oct 10:19
Compare
Choose a tag to compare
  • Missing "id" parameter for "UpdateListMember" method (thanks @abstractionnl)