Version 16.0.3

Date 2026-02-22 (19 days ago)
Downloads 97 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 9
Umbraco Versions Umbraco 16

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

Installation

Via NuGet:

.NET CLI:

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

NuGet Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 16.0.3

Changelog

  • Fixed notifications logic in the middleware (see #237 and 5941674)
    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 59cd13d)
    Bumped from v1.1.62 to v1.1.64. Just to keep things updated.