| Date | 2025-01-07 (338 days ago) |
|---|---|
| Downloads | 30K downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 8 |
| Umbraco Versions | Umbraco 13 |
New release for Umbraco 13. This release will not work on other versions of Umbraco.
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 13.0.5NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 13.0.5Fixed 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.