Version 3.0.6

Date 2022-10-12 (765 days ago)
Downloads 1,438 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 5
Umbraco Versions Umbraco 9

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

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Skybrud.Umbraco.Redirects --version 3.0.6

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 3.0.6

#changelog">Changelog

  • Cleaned up the UI of the outbound redirect property editor (see 71584a8 and d3250e8)
    This release improves the UI of the property editor so it's less cluttered and looks more like Umbraco's native components.

  • Added forward query string option to outbound redirects (see 71584a8)
    Similar to inbound redirects, the outbound redirect property editor now support selecting whether query string forwarding should be enabled.

  • Updated outbound redirect value converter to resolve current destination URL (see #155 and 71584a8)
    As the destination URL may change over time if referring to content or media inside the Umbraco installation, the value converter now resolves the current URL, potentially avoiding an extra redirect or a broken redirect.

image