Releases: nystudio107/craft-retour
Releases · nystudio107/craft-retour
Version 3.2.12
Version 4.1.13
Added
- Add db index for
redirectMatchType
to help with query performance (#282)
Changed
- Add permission fallback logic to the dashboard for Short Links access
Security
- Fixed a potential XSS vulnerability with a malformed
referrer
header
Version 3.2.11
Added
- Add db index for
redirectMatchType
to help with query performance (#282)
Changed
- Add permission fallback logic to the dashboard for Short Links access
Security
- Fixed a potential XSS vulnerability with a malformed
referrer
header
Version 4.1.12
Changed
- Enforce full URL matching for short links when used within a multi-site setup and enabling any of the content translation method for the field. (#277)
Fixed
Version 3.2.10
Changed
- Enforce full URL matching for short links when used within a multi-site setup and enabling any of the content translation method for the field. (#277)
Fixed
Version 4.1.11
Added
- Added the ability to disable statistics recording entirely via
enableStatistics
in theconfig.php
(#272)
Changed
- Add versioning to the docs
Fixed
Version 3.2.9
Added
- Added the ability to disable statistics recording entirely via
enableStatistics
in theconfig.php
(#272)
Changed
- Retour now requires Craft
^3.2.0
- Add versioning to the docs
Fixed
Version 4.1.10
Changed
- Use dynamic docker container name & port for the
buildchain
- Update the
buildchain
to use Vite^4.0.0
- Refactored the docs buildchain to use a dynamic docker container setup
Fixed
- Fixed an issue with the rebuild indexes migration (#269)
Version 3.2.8
Changed
- Use dynamic docker container name & port for the
buildchain
- Update the
buildchain
to use Vite^4.0.0
- Refactored the docs buildchain to use a dynamic docker container setup
Version 4.1.9
Fixed
- Added missing
priority
column to theretour_static_redirects
too, inInstall.php
migration (#262)