Version 4.0.15

Date 2023-09-18 (424 days ago)
Downloads 10K downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11 Umbraco 12

New release for Umbraco 10+. 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.15

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 4.0.15

#changelog">Changelog

  • Fixed issue with the GetDestinationUrl method and culture variant destinations (see #184 and db28016)
    Since v4.0.9, the package has supported redirecting to a specific culture if the destination is a culture variant page. In some cases, these redirects may have redirected to # instead of the intended destination. With this release, the GetDestinationUrl method has been updated to account for these issues.