Skip to content

v13.0.5

Latest
Compare
Choose a tag to compare
@abjerner abjerner released this 07 Jan 09:42
· 6 commits to v13/main since this release

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

Installation

Via NuGet:

.NET CLI:

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

NuGet Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 13.0.5

Changelog

  • Fixed issue with the destination URL not being displayed in the outbound property editor (see 1b8b688)
    The property editor would use the destination's displayUrl, which isn't always available. With this release, the url property is now used as fallback.

  • Updated the Skybrud.Essentials dependency (see fa4dbea)
    The Skybrud.Essentials dependency was a few versions behind, so the dependency has now been bumped from v1.1.54 to v1.1.57. This shouldn't affect how the package is used.