Skip to content

Released version 3.1.4

Latest

Choose a tag to compare

@dg dg released this 09 Aug 14:03
· 14 commits to master since this release
  • Double quotes in URL path segments are now percent-encoded as RFC 3986 requires. Previously an unencoded " in a generated URL could break out of an HTML attribute in output contexts that are not HTML-escaped.
  • Host wildcards (%tld%, %domain%, %sld%) no longer mangle IP addresses: IPv6 hosts like [::1] and the address 0.0.0.0 were mistakenly split on dots as if they were domain names. Routes with host masks now work correctly when the site is accessed via an IP address.