Skip to content

Tags: ActiveCampaign/postmark-php

Tags

v7.0.0

Toggle v7.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
clean up php 8.4 and other changes (#156)

v6.1.0

Toggle v6.1.0's commit message
use phpunit depends notation to order tests

v6.0.9

Toggle v6.0.9's commit message
remove duplicate file

v6.0.8

Toggle v6.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add optional ConfirmationPersonalNote to createSenderSignature (#131)

v6.0.7

Toggle v6.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Issue 129 (#130)

This addresses issue #129.

---------

Co-authored-by: Ash <1744544+ashgibson@users.noreply.github.com>
Co-authored-by: Eli Wood <ewood@PC26VM7WKL.local>

v6.0.6

Toggle v6.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix fatal error when headers is null (#128)

Headers defaults to "null" if empty, and "fixHeaders" can return null
too. Then we should allow "null" for the setHeaders function.

v6.0.5

Toggle v6.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Exception2 (#127)

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.

---------

Co-authored-by: Ash <1744544+ashgibson@users.noreply.github.com>
Co-authored-by: Eli Wood <ewood@PC26VM7WKL.local>

v6.0.4

Toggle v6.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed getSuppressions return type (#126)

Fixed getSuppressions to return PostmarkSuppressionList instead of
PostmarkSuppressionResultList

v6.0.3

Toggle v6.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Split classes in their own file (#124)

Some classes were stored in the same file, not following PSR4
conventions.

This prevented tools such as PHPStan to easily discover these symbols &
read these classes.

Moving them to different files does not cause a breaking change as the
namespace does not change.

v6.0.2

Toggle v6.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes for some issues (#123)

- Address [issue
121](#121)
- Address [issue
122](#122)

---------

Co-authored-by: Eli Wood <ewood@PC26VM7WKL.local>