This repository was archived by the owner on Jul 20, 2023. It is now read-only.
v0.2.0
Pre-release
Pre-release
Changes:
- Added HTML-escaping to recipient variables
- Previously this was only done for messages to 1 recipient.
- Default:
true(enabled) - Set with
setEscapeHtmlInRecipientVariables($bool) - When escaping in messages to 2+ recipients, recipient variables will always be escaped, even in the text-body.
- When sending to only 1 recipient, only the HTML-body will be escaped.
Magnesium\Messages\Bulknow requires a domain at construction- Previously this was optional
- You can still set and get the domain afterwards
- Fixed Mailgun not actually being able to make API calls because of missing
php-http/messageandphp-http/guzzle6-adapterdependencies