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'sdisplayUrl
, which isn't always available. With this release, theurl
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 fromv1.1.54
tov1.1.57
. This shouldn't affect how the package is used.