Releases: Jhut89/Mailchimp-API-3.0-PHP
Releases · Jhut89/Mailchimp-API-3.0-PHP
Version 2.0.01
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
This library should now be compliant with PSR2 Standards.
--Minor fixes