Releases: networkteam/Networkteam.Neos.MailObfuscator
Releases · networkteam/Networkteam.Neos.MailObfuscator
Matching newline chars inside link tag
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
Set patterns via fusion
Merge pull request #16 from visol/feature/fusion-pattern FEATURE: Move pattern configuration to Fusion, allow pattern override
Make use of global var more resilient in browsers
Merge pull request #18 from networkteam/ad-global-variable Make use of global variable more resilient