Releases: Jhut89/Mailchimp-API-3.0-PHP
Releases · Jhut89/Mailchimp-API-3.0-PHP
Oauth Bug fix
The library was json serializing params expected by the Mailchimp Oauth server to be form style data.
fix was merged in #54.
3.0.1 - Bug fix
Fix bug where headers were not of type array when no apikey
was provided to MailchimpRequest
.
Version 3.0.0
Incoming Features
- Namespaced classes
- Full PSR-4 Autoloading via Composer
- Tests
- Success & Failure Callbacks
- Support for new endpoints
Breaks From Older Versions
- No non-autoloading option
- Class names and directory structure changes
Fix typo in listsSegmentsRoot.php
Merge pull request #11 from helonaut/patch-1 Update listsSegmentsRoot.php (Typo)
New Auth functionality added
- Get Auth URL Added
2.2.01
Adding support for two new endpoints:
--Batch Webhooks
http://developer.mailchimp.com/documentation/mailchimp/reference/batch-webhooks/
-- E-commerce Stores Product Images
http://developer.mailchimp.com/documentation/mailchimp/reference/ecommerce/stores/products/images/
2.1.03
Version 2.1.02
-- Added user_agent
Version 2.1.01
-- Adding Oauth Functionality
Version 2.0.02
-- Adding API key checks