You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed object templates escaping HTML variables, outputting them as plain text. Craft 5.10.13 no longer normalises shorthand tags ({someVar}) with the raw filter, relying on the escaper strategy being disabled while rendering instead.
Aligned renderString() with Craft’s default of not auto-escaping HTML (optional $escapeHtml flag to opt in).