Skip to content

Releases: ActiveCampaign/postmark-php

v6.0.7: Issue 129 (#130)

27 Mar 15:20
3c2c848
Compare
Choose a tag to compare

Fix for null headers

17 Jan 14:42
610d78a
Compare
Choose a tag to compare

We should allow "null" for the setHeaders function.

#128

Better Exception Handling

09 Jan 21:16
ac5354a
Compare
Choose a tag to compare

An attempt to fix some issues that are not handled gracefully.

It seems as though on occasion there is an issue within the exception handling. This tries to solve that.

Fix return type for suppression list

09 Jan 17:41
4192e94
Compare
Choose a tag to compare

Fix for Issue 125

There was an issue with the return type - this is the fix for it.

Move classes to own file - per PSR4

14 Dec 14:08
ecacd3c
Compare
Choose a tag to compare

#124

Small change to ensure we are following PSR4.

Issue Fixes

13 Dec 14:33
b0c59b6
Compare
Choose a tag to compare

Address Issue 121
Address Issue 122

Fix for headers

11 Dec 16:11
c6bbc44
Compare
Choose a tag to compare

Small bug fix to correct headers when sending via Model.

Return Objects and send email with a model

07 Dec 19:24
7fd9d8e
Compare
Choose a tag to compare

NOTE: This release contains breaking changes Please review carefully

What's Changed

  • New Method to allow email send using a model
  • New Method to allow template send using a model
  • Return objects rather than DynamicResponseModel (where possible) - this is where the breaking changes are so please review carefully
  • Now using code fixer to make white space and other lint type changes more consistent across files
  • Changes requested in issues and PR's from the community

Contributors

Full Changelog: v5.0.2...v6.0.0

Add SendEmailWithTemplateResponse

27 Nov 14:24
d71b5cb
Compare
Choose a tag to compare

This release fixes the template response to include Message Id and a couple other parameters.

PHPStan level 5 Implementation

22 Nov 14:14
c7a4371
Compare
Choose a tag to compare

What's Changed

  • Adopted PHPStan level 5 compatibility for code standardization
  • Started replacing dynamic objects with named model objects
  • Working towards full php 8 support
  • Lots of other small fixes and smaller updates

New Contributors

  • @ewood-ac made implemented phpstan level 5 compatibility in #111

Full Changelog: 5.0.0...v5.0.1