| Date | 2026-04-04 (21 days ago) |
|---|---|
| Downloads | 51 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 10 |
| Umbraco Versions | Umbraco 17 |
New stable release for Umbraco 17. This release will not work on other versions of Umbraco.
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 17.0.4NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 17.0.4Fixed media icon issue introduced in v17.0.3 (see #240, 3a632f6 and 3692523)
Due to a bug introduced in v17.0.3, it wasn't possible to add new redirects where destination was a media. This has now been fixed.
Misc validation improvements (b55bc6f and 55b07ce)
This fixes a validation bug, ,and also ensures that validation errors are now actually shown in the UI.