Releases: FreshMail/php-api-client
Releases · FreshMail/php-api-client
1.6.1
What's Changed
- symfony/var-dumper CVE-2024-36610 by @grzesiekgorczyca in #11
Full Changelog: 1.6.0...1.6.1
1.6.0
Add ReplayTo function
Add method ->setReplyTo()
to MailBag object
Update composer to PHP8 compatibility
Merge pull request #7 from grzegorzgorczyca/master Add support for PHP8.0 and drop support for PHP7.1
Update guzzlehttp library
guzzlehttp/guzzle updated to 7.3.0
Fix compatibility with composer 2.0
FIx one namespace to satisfy composer 2.0 requirements
allowed newer monolog
Merge pull request #2 from FreshMail/feature-APPDEV-5394 APPDEV-5394 upgrade monolog
Add base64 attachment support to php client.
Breaking Changes
Attachment support not compatible with 1.1 version!
Added
AttachmentInterface
objectBase64Attachment
objectLocalFileAttachment
object
Changed
- refactor of
MailBag->addAttachment()
method
Attachments support
Add attachment support to php client.
Initial release
Covered functions:
- sending transactional email via V3