Skip to content

1.8.0

Compare
Choose a tag to compare
@nadar nadar released this 09 Aug 12:10
· 7 commits to master since this release

1.8.0 (9. August 2023)

  • Apply the nl2br() function on the intro and outro text within the default email compose function. This ensures that all newlines are transformed into <br /> tags, unless you choose to override the default behavior by implementing your own custom logic using the 'emailMessage' => function(SubmissionEmail $email, Forms $forms) {} function.