v26.9 Release Notes
Bug Fixes
- CSV Import: Fixed non-breaking spaces (NBSP) not being trimmed from email addresses and text fields during contact import (#223)
- Email Builder: Fixed MJML export stripping Liquid template syntax (e.g.,
{{contact.external_id}}) from links - exports now preserve raw Liquid syntax (#225) - Email Builder: Preview now displays helpful
[undefined: varName]debug messages when Liquid variables are missing from test data, instead of silently failing or showing empty values (#226)