Version 4.0.10

Date 2023-05-09 (556 days ago)
Downloads 8,822 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11

New release for Umbraco 10 and 11. This release will not work on older versions of Umbraco.

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Skybrud.Umbraco.Redirects --version 4.0.10

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 4.0.10

#changelog">Changelog

  • Misc culture related bug fixes (see d839945)
    The new v4.0.9 released introduced support for culture variant destination, but unfortunately the release had some bug and minor issues, which has been addressed in v4.0.10. The main issue was that the redirects middleware tries to find the current URL if the destination is a content node, but the logic didn't fully honor the selected culture.