Version 4.0.8

Date 2023-03-13 (613 days ago)
Downloads 25K 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.8

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 4.0.8

#changelog">Changelog

  • Redirects middleware needs to ensure that we have an Umbraco context (see #167 and db97808)
    This fixes problems with site specific redirects and requests that are not handled by Umbraco (eg. static assets).

  • Updated the information that the package is exposing about itself (see ca74c9d)
    Among other things, the package's version along with a more friendly name for the package will be shown when viewing installed packages in Umbraco.