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
[security] Shortcode parameters that set an element's color, size, id, class or style are now escaped when written into the page, closing a stored cross-site scripting hole where a crafted value could break out of the attribute and run script in a visitor's or an administrator's browser (GHSA-q5fw-vpqc-fgph).
Fixed the [safe-email] shortcode producing a broken, double-wrapped link when Grav's GFM autolinker had already turned the bare address into a mailto link.
Renamed the TarsParser added in 6.1.0 to HybridParser, a name that better describes how it works: one regex pass lexes every tag, then a stack-based pass resolves nesting. It pairs RegexParser's speed with RegularParser's correctness.
Made hybrid the default parser for new installs and renamed the matching Processor dropdown option in the plugin settings.
Kept the old tars setting working. Sites that selected it keep running unchanged, the value now resolves to HybridParser automatically, so no config edits are needed.