Version 4.0.6

Date 2022-12-01 (715 days ago)
Downloads 20K 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.6

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 4.0.6

#changelog">Changelog

  • Added upper bound for the Umbraco dependencies (see 879b4c4)
    As the v4.x releases specifically target Umbraco 10 and 11, this is now reflected by the dependencies of the NuGet package.

  • Fixed content app JavaScript error (see 357bb32)
    The content app would fail in certain scenarios - eg. when shown on media without an URL. It might not make sense to show the content app when this is the case, but now at least the underlying JavaScript doesn't fail.