Releases: mailjet/mailjet-apiv3-php
Releases · mailjet/mailjet-apiv3-php
Version number update in config
- update version number in config from 1.1.2 to the right one
v1.1.6: Merge pull request #69 from szepeviktor/patch-1
- Add PHP 7 to Travis with the pull request #69
- Test compatibility with PHP 7
Error Management fix
Merge pull request #56 from axi/master Fix guzzle ServerException uncaught
v1.1.4: Merge pull request #52 from schojniak/issue51
Cannot use object of type stdClass as array [mailjet/mailjet-apiv3-ph…
v1.1.3: Merge pull request #48 from Supermood/master
Fix error when decoding json for certain environments
v1.1.2
- Access to raw response with
$response->rawResponse
- Access the error reason with
$response->getReasonPhrase()
v1.1.1
- Fix Csv data on POST requests
Guzzle 6 compatibility
- Added Guzzle 6 compatibility
- Removed unnecessary variables
- Remove composer.lock
- Remove minimum stability: dev
Sender validate
- The wrapper supports the senderValidate resource
v1.0.1
Update Client.php