Version 13.0.7

Date 2025-03-05 (27 days ago)
Downloads 3,272 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 8
Umbraco Versions Umbraco 13

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

#installation">Installation

Via NuGet:

.NET CLI:

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

NuGet Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 13.0.7

#changelog">Changelog

  • Introduced new FullUrl property the the redirect model used in the backoffice API (see 300b1f6)
    The previous release added the domain to the Url property, but since the Url property is also used when editing a redirect, the value shouldn't include the domain. The dashboard now looks for the FullUrl property instead,