Releases: zf-fr/zfr-mailchimp
Releases · zf-fr/zfr-mailchimp
v2.0.6
- Use unknown error exception if an exception contains an unknown error code, instead of crashing
v2.0.5
- Add missing
deleteStaticSegmentMembers
method.
v2.0.4
- Add
addStaticListSegment
method
v2.0.3
- Return in Error handler if no response is set (which happens in case of async calls)
v2.0.2
- Fix wrong parameter type for get list merge vars #13
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
- 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
- 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
- Missing "id" parameter for "UpdateListMember" method (thanks @abstractionnl)