- Use unknown error exception if an exception contains an unknown error code, instead of crashing
- Add missing
deleteStaticSegmentMembers
method.
- Add
addStaticListSegment
method
- Return in Error handler if no response is set (which happens in case of async calls)
- Fix wrong parameter type for get list merge vars #13
- Fix wrong URL endpoint for list webhooks #12
- Fix a bug with AddInterestGrouping method #11
- Add missing
AddStaticSegmentMembers
andResetStaticSegment
methods #9
- [BC] Guzzle exceptions have been replaced in favour of more meaningful exceptions
- [BC] Remove
Version
class
- Added "GetProfile" method (allow to retrieve information about the profile that owns the API key)
- Added "GetListSegments", "AddListSegment", "DeleteListSegment", "UpdateListSegment" and "TestListSegment"
- Missing "id" parameter for "UpdateListMember" method.
- Remove unused ExceptionInterface. Exceptions are currently not wrapped around a specific ZfrMailChimp exception
- Added getGalleryMethod
- Added some methods for reports: getCampaignAbuseReport, getCampaignAdviceReport, getCampaignBounceMessage, getCampaignBounceMessages, getCampaignSummaryReport and getCampaignGoogleAnalyticsReport
- Bump Guzzle dependency to 3.5
- Add list static segment
- [BC] Change some parameters name in the service description so that there is always an exact 1-to-1 mapping between the doc and ZfrMailChimp
- Add webhooks methods for lists
- Initial release