Skip to content

v4.0.5

Compare
Choose a tag to compare
@abjerner abjerner released this 10 Nov 22:57
· 103 commits to v4/main since this release

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

Installation

Via NuGet:

.NET CLI:

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

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 4.0.5

Changelog

  • Cleaned up the UI of the outbound redirect property editor (see e999162)
    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 e999162)
    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 e999162)
    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.

  • Added support for disabling the content app through appsettings.json (see #160 and ab3127f)
    Until now the package has only supported controlling the content app via code. As of this release, the content app may also be configured from the appsettings.json file. See the issue for more information.

  • Added support for controlling where content app is shown through appsettings.json (see #161 and f8274c7)
    It's now possible to use appsettings.json for configuring for which content types and media types and for which user roles the redirects content app should be shown. See the issue for more information.

  • Updated the Skybrud.Essentials dependency (see 5ae313e and 6b91a20)
    The package now has a dependency for the newest version of Skybrud.Essentials.