Skip to content

Releases: Jhut89/Mailchimp-API-3.0-PHP

Version 2.0.01

20 Jan 19:13
Compare
Choose a tag to compare

Version 2.0.01

Verb Refactor and feature additions

Fixes

PHP Warning Fix
-- Refactored class methods by moving them to the Mailchimp class.

Decoding Responses
-- If a response cannot be decoded the raw response is outputted

New Features

-- Debugger Mode
-- Able to set debugger log file
-- Can now use CURLOPT_SSL_VERIFYPEER
-- Can now return headers from requests
-- Library_Exceptions added leaving room for folks to add in their own exceptions
-- Library now validates the top level of a request body and checks for required fields

PSR2 Compliant

12 Jan 14:24
Compare
Choose a tag to compare

This library should now be compliant with PSR2 Standards.

--Minor fixes

Version 1

09 Jan 20:23
Compare
Choose a tag to compare

First release.