Version 15.0.1

Date 2025-09-16 (2 days ago)
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 9
Umbraco Versions Umbraco 15

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

Installation

Via NuGet:

.NET CLI:

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

NuGet Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 15.0.1

Changelog

  • Fixed issue with picking an external link as destination (see #227 and 912defc)
    Picking an external link as the destination of a redirect would cause a JavaScript error thus preventing the user from creating the redirect. Fixed thanks to a PR from @alanwthom 👍