Update dependency wildbit/postmark-php to v6 #154
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.0
->^4.0 || ^6.0
Release Notes
ActiveCampaign/postmark-php (wildbit/postmark-php)
v6.0.9
: Allow array syntax to sendEmail() or sendEmailWithTemplate() methodsCompare Source
Fix to allow sendemail or sendEmailWithTemplate to use a string or array for the from, cc, or bcc. Big shout out to Chris Smith as the author of this release.
issue #137
files changed
v6.0.8
: Include optional parameter when creating sender signatureCompare Source
Fix to include ConfirmationPersonalNote when creating a sender signature.
issue #131
files changed
v6.0.7
Compare Source
Fix for activating a bounce.
issue #129
files changed
v6.0.6
: Fix for null headersCompare Source
We should allow "null" for the setHeaders function.
#128
v6.0.5
: Better Exception HandlingCompare Source
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.
v6.0.4
: Fix return type for suppression listCompare Source
Fix for Issue 125
There was an issue with the return type - this is the fix for it.
v6.0.3
: Move classes to own file - per PSR4Compare Source
https://github.com/ActiveCampaign/postmark-php/pull/124
Small change to ensure we are following PSR4.
v6.0.2
: Issue FixesCompare Source
Address Issue 121
Address Issue 122
v6.0.1
: Fix for headersCompare Source
Small bug fix to correct headers when sending via Model.
v6.0.0
: Return Objects and send email with a modelCompare Source
NOTE: This release contains breaking changes Please review carefully
What's Changed
Contributors
Full Changelog: ActiveCampaign/postmark-php@v5.0.2...v6.0.0
v5.0.2
: Add SendEmailWithTemplateResponseCompare Source
This release fixes the template response to include Message Id and a couple other parameters.
v5.0.1
: PHPStan level 5 ImplementationCompare Source
What's Changed
New Contributors
Full Changelog: ActiveCampaign/postmark-php@5.0.0...v5.0.1
v5.0.0
: Data Removal RequestCompare Source
What's Changed
New Contributors
Full Changelog: ActiveCampaign/postmark-php@4.0.5...v5.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.