Releases: Format-D/FormatD.Mailer
v2.0.1
v2.0.0
v1.1.11
fix: embed images now works with closing image tags > as well as />
v1.1.10
Neos 8 Compatibility (only added composer constraint - no changes)
v1.1.9
[FEATURE] Also attach embedded images if attacheEmbeddedImages config is set to true
v1.1.8
[BUGFIX] Fixed error when locally loading and embedding images with a whitespace in the uri
v1.1.7
[BUGFIX] Fixed incomplete commit (regex for local image embed was wrong)
v1.1.6
[FEATURE] Added possibility to disable image embedding for single images
[BUGFIX] Fall back to non-local embed when url cannot be mapped to local path
v1.1.5 (Compatibility with Flow 7.x)
Relax constrains to be also compatible with Neos Flow 7.x
Non breaking Feature: Interception Flag
[FEATURE] Introduction of flag to determine if message has been intercepted by the DebuggingAspect to prevent double interception
(if FormatD.Mailer.QueueAdaptor is used the message is ->send() two times)