Releases: ActiveCampaign/postmark-php
New API Endpoints!
This release adds the new /domains/*
endpoints for our new Domain Verification support, and /stats/outbound/clicks/*
endpoints for Link Tracking to the client.
In addition, a few typos and small http response code issues are fixed.
Add support for injectable client.
This release allows the HTTP client to be injected into the postmark client, so that user options can be more readily configured. Thanks @rtek for the suggestion, and the implementation!
Add PHP 7.0 support
This release adds PHP 7 support.
Additionally, this release allows users of the client to disable certificate verification as discussed here: https://github.com/wildbit/postmark-php/wiki/SSL%20Errors%20on%20Windows
Update GuzzleHttp
We're updating our dependency on GuzzleHttp to use version 6.x instead of 5.x. This removes support for PHP 5.4, and therefore warrants a major version increment to 2.0
. The core functionality of the client remains identical to the 1.3.x
series.
Allow SSL Certificate Chain to be Configured
1.3.2 Allow verification path to be configured by clients.
Minor correction for status code returned from API Error.
When API errors are produced, the status code is 422, this is now properly reported to client code.
Support for recent API Enhancements.
- This release adds support for using our new Template API.
- Enhancements to inbound and outbound message searching (filter by status, to, and from dates)
- Enhancement that allows a user to retry a inbound web hook for a specific message.
Allow newer versions of Guzzle to be used.
This release allows newer versions of Guzzle to be used with the client to reduce the possible versioning conflicts with other frameworks (like Laravel 5.1, for example)
1.1.0
- Adding support for ReturnPathDomain when creating and updating Sender Signatures, see info on this feature here: http://support.postmarkapp.com/customer/portal/articles/1934415-adding-a-custom-return-path-domain?b_id=494