Version 4.0.12

Date 2023-06-13 (521 days ago)
Downloads 6,745 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11

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.12

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 4.0.12

#changelog">Changelog

  • Fixed issue with incorrect UDI type (see 0fee892)
    The outbound redirect property editor uses Umbraco's system for keeping track of reference content or media. For content, the underlying logic would unfortunately inform Umbraco about a relation of type content, while this should be document instead.