26 Oct 2020

Bug fixes

[PRESIDECMS-1994] - settings.unknownTranslation does not exist in some load orders
[PRESIDECMS-1995] - Email style inliner: unescapes certain various html enties (e.g. German Umlautes like Ä)

Notes

For the email style inliner fix, you will need to enable the associated feature flag in order to see a change in behaviour:

// in your Config.cfc
settings.features.emailStyleInlinerAscii.enabled = true;