Skip to content

Release v3.9.5

Compare
Choose a tag to compare
@DigitalFlow DigitalFlow released this 20 Jan 05:56
· 30 commits to master since this release

🐛 Bugfix: The XTL interpreter was HTML decoding the whole input. Earlier this was needed, as we received the HTML in an encoded style. But we don't anymore and by decoding it, we broke stuff such as escaped email addresses but in <> brackets.
This version stops any HTML decoding to not break HTML escaped content.