Releases: nystudio107/craft-retour
Releases · nystudio107/craft-retour
Version 3.1.71
Changed
- No longer trim
/
from URLs that are presented in the Retour Dashboard (#227)
Version 4.0.0-beta.3
Fixed
- Fix registering permissions (#224)
Version 4.0.0-beta.2
Fixed
- Updated types for Craft CMS
4.0.0-alpha.1
via Rector
Version 4.0.0-beta.1
Added
- Initial Craft CMS 4 compatibility
Version 3.1.70
Fixed
- Fixed a regression which would cause the 404 File Not Found URL to not be displayed
Version 3.1.69
Added
- Add
.gitattributes
&CODEOWNERS
- Add linting to build
- Add compression of assets
- Add bundle visualizer
Version 3.1.68
Added
- Added the ability to add 307 - Temporary Redirect and 308 - Permanent Redirect status code redirects (#216)
- Added the ability to pass in a
site
handle via GraphQL toretourRedirects()
orretourResolveRedirect()
(#215) - Return the
site
handle via GraphQL from queries toretourRedirects()
orretourResolveRedirect()
(#215)
Changed
- Updated the buildchain to use Node 16
- Changed buildchain from to Vite from webpack 5
Fixed
Version 3.1.67
Added
- Added the
retourResolveRedirect
GraphQL query that should be used instead of theretour
query. - Added the
retourRedirects
GraphQL query that returns a list of all redirects for a given site.
Changed
- The
retour
GraphQL query is now deprecated in favor of theretourResolveRedirect
query.
Version 3.1.66
Version 3.1.65
Fixed
- fix(events): Fixed a regression that could throw an exception during automatic Entry Redirect creation