Version 3.0.0-alpha006

Alpha
Date 2021-11-18 (1,093 days ago)
Downloads 8,157 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 5
Umbraco Versions Umbraco 9

New alpha release for Umbraco 9. This release will not work on older versions of Umbraco.

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Skybrud.Umbraco.Redirects --version 3.0.0-alpha006

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 3.0.0-alpha006

#changelog">Changelog

  • Improved the middleware for handling redirects (see c16dc18 and #97)
    The redirects middleware that handles redirecting the user only kicks if the server responds with a 404 error page. The logic for detecting this didn't properly supports content finder and Umbraco's Error404Collection setting. Thanks to a PR from @vsilvar the redirects middleware now works properly alongside both content finders and the Error404Collection setting.