Releases: ActiveCampaign/postmark-php
Releases · ActiveCampaign/postmark-php
Add SendEmailWithTemplateResponse
This release fixes the template response to include Message Id and a couple other parameters.
PHPStan level 5 Implementation
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
Full Changelog: 5.0.0...v5.0.1
Data Removal Request
What's Changed
- Added Data Removal Request @ewood-ac in #107
- Updated unit test framework
- Updated php version to use 8, 8.1, and 8.2
New Contributors
Full Changelog: 4.0.5...v5.0.0
v4.0.5
What's Changed
- Whitespace fixes by @balvig in #99
- Fix failing tests by @balvig in #101
- Update default timeout to be consistent with other libraries by @balvig in #100
- Adding PHP doc block with throws annotation for PostmarkClient class by @jpruiz114 in #102
New Contributors
- @balvig made their first contribution in #99
- @jpruiz114 made their first contribution in #102
Full Changelog: 4.0.4...v4.0.5
Suppress PHP 8.1 warnings
What's Changed
Full Changelog: 4.0.3...4.0.4
4.0.3
Add support for filtering by Message Stream
Remove obsolete Bounce Tags endpoint
Add support for Guzzle 7 and PHP 7.1-7.4
Changes:
- Add support for Guzzle 7 (we keep supporting Guzzle 6 as well) (#73)
- Add support for PHP 7.1 - 7.4 (#73)
- Drop support for PHP 5.5 and 5.6
Minor fixes:
- Add
composer.lock
to.gitignore
- Cleanup
.travis.yml
and switch toxenial
dist - Update
PHPUnit
to^6.0
and fix risky tests
Big thanks to @svycka for sending the PR!
Change default OpenTracking behaviour in sending endpoints
This release introduces a breaking change to the sending functions (sendEmail
and sendEmailWithTemplate
):
trackOpens
optional parameter will no longer default to TRUE
but to NULL
. Meaning that, by default, we will now use the Message Stream's Open Tracking setting.
This change is in line with how our API and other Postmark libraries are behaving.