Releases: nystudio107/craft-retour
Releases · nystudio107/craft-retour
5.0.7
Changed
- Update buildchain to Vite 6 & Tailwind CSS 4
Fixed
- Fixed an issue where query strings and fragments could be stripped from the destination URL (#327)
4.1.23
Changed
- Update buildchain to Vite 6 & Tailwind CSS 4
Fixed
- Fixed an issue where query strings and fragments could be stripped from the destination URL (#327)
3.2.23
Changed
- Update buildchain to Vite 6 & Tailwind CSS 4
Fixed
- Fixed an issue where query strings and fragments could be stripped from the destination URL (#327)
5.0.6
Fixed
- Fixed an issue where redirects were not, in fact, redirecting with the appropriate site URL prefix as expected (#325)
4.1.22
Fixed
- Fixed an issue where redirects were not, in fact, redirecting with the appropriate site URL prefix as expected (#325)
3.2.22
Fixed
- Fixed an issue where redirects were not, in fact, redirecting with the appropriate site URL prefix as expected (#325)
5.0.5
Changed
- Fixed an issue where a GraphQL Retour query could return a URL with a
/
prefixed to it if the destination was a full URL (#320)
4.1.21
Changed
- Fixed an issue where a GraphQL Retour query could return a URL with a
/
prefixed to it if the destination was a full URL (#320)
3.2.21
Changed
- Fixed an issue where a GraphQL Retour query could return a URL with a
/
prefixed to it if the destination was a full URL (#320)
5.0.4
Changed
- Retour now strips site path prefixes from incoming 404 URL paths, such that redirects will work as expected (any Site sub-path prefix is ignored) (#288)
- Don't create automatic redirects for elements that are not enabled
Fixed
- Fixed an issue where
410 Gone
redirects returned a generic browser error rather than a custom-defined Craft template (#11)
- Fixed an issue where an exception could be thrown if a Site had no
baseUrl
defined
- Normalize the incoming
url
and path
so that mergUrlWithPath()
handles edge-cases properly (#1512)
- Fixed an issue where deprecation errors would occur when an element does not have a
uri
(#317)