Version 17.0.5

Date 2026-05-25 (52 days ago)
Downloads 14K downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 10
Umbraco Versions Umbraco 17

New 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.5

NuGet Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 17.0.5

Changelog

  • Changed default dashboard limit to 20 (see 96ef885 and b2495f8)
    In prior releases, the dashboard would show a maximum of 10 redirects per page. With this release, the limit is now instead 20, with various options to configure it - e.g. via the Skybrud:Redirects:Dashboard:PageSize app setting, or setting the Dashboard.PageSize property of IOptions<RedirectsSettings>.

  • Add Swedish localization (see #244)
    Thanks to a PR from @DanielToxic.

  • Added notifications for added, saved and deleted (see 5b9ce4d)
    The package now provides notifications to listen for when redirects are added, saved and deleted respectively.