Releases: networkteam/Networkteam.Neos.MailObfuscator
Support for Content Security Policy
A new MailToLink converter has beeen introduced which will add data attributes instead of inline JavaScript to <a>
tags having mailto:
URI.
Support for neos/neos:3.* has been dropped.
Support for neos/neos:9.0
This major release adds support for Neos 9.0 and drops support for older Neos versions.
Thanks goes to:
Matching newline chars inside link tag
Mail display pattern was extended to match link tag containing newline characters.
Handle mailto links containing HTML tags
Handle mailto links containing HTML tags.
Fixes #30
Eel helpers for MailObfuscator functions
Support for neos/neos:8.0
Add support for neos/neos:8.0.
Thanks to @jobee
Set required php Version to >= 7.1
Add compatbility with Neos 7.x
Thanks to @Benjamin-K
Change Obfuscator integration
With this release we change the integration of the obfuscator to make it more reliable with the atomic fusion approach. Since Neos.Neos:Content is not necessarily used anymore and the integration of scripts has changed slightly, we now run the obfuscation-processor on the Neos.Neos:Page and add the JS-Files to the body directly without using the body.javascripts-Part
Add Neos 5.0 compatibility
Merge pull request #22 from ComiR/upgrade Add compatability with Neos 5.0