Version 17.1.0-beta002

Beta
Date 2026-09-15 (5 days ago)
Downloads 75 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 10
Umbraco Versions Umbraco 17

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

Supported Umbraco versions

  • Umbraco 17

Target Framework

  • .NET 10

Installation

Via NuGet:

.NET CLI:

dotnet add package Skybrud.Umbraco.Redirects --version 17.1.0-beta002

NuGet Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 17.1.0-beta002

Changelog

  • Updated the appsettings schema (see 96b590f)
    The schema now uses definitions rather than nested objects.

  • Updated the Skybrud.Essentials dependency (see 6493584)
    For one, this ensures that the dependency is updated and we dont use obsolete code.

  • Added management API endpoints for getting redirect(s) by a URL (see #206 and 9f14868)
    This release exposes two new endpoints - one for getting a single redirect (best match) based on a given URL, and another for getting all matches redirects for a given URL.

  • Dashboard tab label is now based on #redirects_title (see 780ccdb)
    The default translation is still just Redirects, but developers may now add their own translation.