Skip to content

Releases: zf-fr/zfr-mailchimp

v2.0.7

Choose a tag to compare

@bakura10 bakura10 released this 24 Nov 06:46
  • Fix VIP delete endpoint

v2.0.6

Choose a tag to compare

@bakura10 bakura10 released this 27 Aug 16:54
  • Use unknown error exception if an exception contains an unknown error code, instead of crashing

v2.0.5

Choose a tag to compare

@bakura10 bakura10 released this 26 Jun 13:36
  • Add missing deleteStaticSegmentMembers method.

v2.0.4

Choose a tag to compare

@bakura10 bakura10 released this 07 Jun 12:38
  • Add addStaticListSegment method

v2.0.3

Choose a tag to compare

@bakura10 bakura10 released this 16 Apr 11:32
v2.0.3
  • Return in Error handler if no response is set (which happens in case of async calls)

v2.0.2

Choose a tag to compare

@bakura10 bakura10 released this 17 Mar 08:02
v2.0.2
  • Fix wrong parameter type for get list merge vars #13

v2.0.1

Choose a tag to compare

@bakura10 bakura10 released this 02 Feb 08:46
v2.0.1
  • 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

Choose a tag to compare

@bakura10 bakura10 released this 27 Dec 17:26
v2.0.0
  • 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

Choose a tag to compare

@bakura10 bakura10 released this 20 Oct 13:25
  • 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

Choose a tag to compare

@bakura10 bakura10 released this 10 Oct 10:19
  • Missing "id" parameter for "UpdateListMember" method (thanks @abstractionnl)