Skip to content

Releases: networkteam/Networkteam.Neos.MailObfuscator

Matching newline chars inside link tag

01 Nov 11:07
ee036d9
Compare
Choose a tag to compare

Mail display pattern was extended to match link tag containing newline characters.

Handle mailto links containing HTML tags

30 Oct 16:08
Compare
Choose a tag to compare

Handle mailto links containing HTML tags.

Fixes #30

Eel helpers for MailObfuscator functions

08 Jun 07:00
111d2e3
Compare
Choose a tag to compare

Introduce Eel helpers for MailObfuscator functions. (#31)

Thanks to @paavo

Support for neos/neos:8.0

19 May 08:00
12122fb
Compare
Choose a tag to compare

Add support for neos/neos:8.0.

Thanks to @jobee

Set required php Version to >= 7.1

02 Sep 14:06
6d86a41
Compare
Choose a tag to compare

Add compatbility with Neos 7.x

21 Dec 13:26
e2a2bbd
Compare
Choose a tag to compare

Change Obfuscator integration

29 Nov 10:11
2ad79a5
Compare
Choose a tag to compare

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

22 Nov 08:26
057ada1
Compare
Choose a tag to compare
Merge pull request #22 from ComiR/upgrade

Add compatability with Neos 5.0

Set patterns via fusion

21 Nov 17:24
71c5019
Compare
Choose a tag to compare
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

20 Aug 07:27
7e6d0be
Compare
Choose a tag to compare
Merge pull request #18 from networkteam/ad-global-variable

Make use of global variable more resilient