Skip to content

Releases: ActiveCampaign/postmark-php

New API Endpoints!

26 Oct 11:52
Compare
Choose a tag to compare

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.

10 Feb 18:31
Compare
Choose a tag to compare

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

10 Dec 13:59
Compare
Choose a tag to compare

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

30 Oct 18:58
Compare
Choose a tag to compare

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

21 Sep 19:07
Compare
Choose a tag to compare
1.3.2

Allow verification path to be configured by clients.

Minor correction for status code returned from API Error.

08 Sep 16:49
Compare
Choose a tag to compare

When API errors are produced, the status code is 422, this is now properly reported to client code.

Support for recent API Enhancements.

04 Aug 14:15
Compare
Choose a tag to compare
  • 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.

26 Jun 13:16
Compare
Choose a tag to compare

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

08 May 14:27
Compare
Choose a tag to compare

1.0.2

25 Mar 21:56
Compare
Choose a tag to compare

Updates composer.json to appropriately require PHP 5.4 instead of 5.3.