Skip to content

3.0.13

Choose a tag to compare

@engram-design engram-design released this 05 Aug 12:12
· 1 commit to craft-5 since this release

Fixed

  • 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).