Version 4.0.11

Date 2023-05-30 (535 days ago)
Downloads 4,994 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.11

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 4.0.11

#changelog">Changelog

  • Fixed recursive object issue (see fadbf9f)
    A bug in the overlay for editing a redirect would in some cases lead to a recursive object issue that would cause Angular to explode. With this release, the overlay should again be more friendly.