Skip to content

Releases: Jhut89/Mailchimp-API-3.0-PHP

Oauth Bug fix

13 Oct 16:29
41d8605
Compare
Choose a tag to compare

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

05 Oct 14:52
984caae
Compare
Choose a tag to compare

Fix bug where headers were not of type array when no apikey was provided to MailchimpRequest.

Version 3.0.0

27 Aug 15:59
7fba33c
Compare
Choose a tag to compare

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

14 Nov 16:45
917c225
Compare
Choose a tag to compare
Merge pull request #11 from helonaut/patch-1

Update listsSegmentsRoot.php (Typo)

New Auth functionality added

24 Oct 16:55
Compare
Choose a tag to compare
  • Get Auth URL Added

2.2.01

27 Feb 19:19
Compare
Choose a tag to compare

2.1.03

15 Feb 17:46
Compare
Choose a tag to compare

Updating minimum required php version

Version 2.1.02

21 Jan 21:43
Compare
Choose a tag to compare

-- Added user_agent

Version 2.1.01

21 Jan 19:24
Compare
Choose a tag to compare

-- Adding Oauth Functionality

Version 2.0.02

20 Jan 21:47
Compare
Choose a tag to compare

-- Adding API key checks