Version 17.0.2

Date 2026-02-22 (19 days ago)
Downloads 1,146 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.

Installation

Via NuGet:

.NET CLI:

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

NuGet Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 17.0.2

Changelog

  • Fixed notifications logic in the middleware (see #237 and 4af82ef)
    When updating the package to the new backoffice, the logic for handling notifications was outcommented. And then probably forgotten. This release reactivates the logic, and also adds support for cancelling the middleware via the pre-lookup notification.

  • Updated the Skybrud.Essentials dependency (see 04aedd6)
    Bumped from v1.1.63 to v1.1.64. Just to keep things updated.

  • Possible fix for variant destination where the first variant doesn't have a URL (see #234 and 1f8859d)