Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

v0.2.0

Pre-release
Pre-release

Choose a tag to compare

@floriangaerber floriangaerber released this 21 May 12:54
· 20 commits to master since this 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\Bulk now 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/message and php-http/guzzle6-adapter dependencies