Releases: ActiveCampaign/postmark-php
Releases · ActiveCampaign/postmark-php
Fix for headers
Small bug fix to correct headers when sending via Model.
Return Objects and send email with a model
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
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