Skip to content

Releases: mailjet/mailjet-apiv3-php

Version number update in config

21 Sep 15:09
Compare
Choose a tag to compare
  • update version number in config from 1.1.2 to the right one

v1.1.6: Merge pull request #69 from szepeviktor/patch-1

21 Sep 11:51
Compare
Choose a tag to compare
  • Add PHP 7 to Travis with the pull request #69
  • Test compatibility with PHP 7

Error Management fix

24 Jun 08:38
Compare
Choose a tag to compare
Merge pull request #56 from axi/master

Fix guzzle ServerException uncaught

v1.1.4: Merge pull request #52 from schojniak/issue51

18 May 14:47
Compare
Choose a tag to compare
Cannot use object of type stdClass as array [mailjet/mailjet-apiv3-ph…

v1.1.3: Merge pull request #48 from Supermood/master

05 May 08:29
Compare
Choose a tag to compare
Fix error when decoding json for certain environments

v1.1.2

22 Apr 09:09
Compare
Choose a tag to compare
  • Access to raw response with $response->rawResponse
  • Access the error reason with $response->getReasonPhrase()

v1.1.1

18 Mar 13:12
Compare
Choose a tag to compare
  • Fix Csv data on POST requests

Guzzle 6 compatibility

10 Feb 14:41
Compare
Choose a tag to compare
  • Added Guzzle 6 compatibility
  • Removed unnecessary variables
  • Remove composer.lock
  • Remove minimum stability: dev

Sender validate

22 Dec 19:52
Compare
Choose a tag to compare
  • The wrapper supports the senderValidate resource

v1.0.1

16 Nov 15:51
Compare
Choose a tag to compare
Update Client.php