Version 4.0.19

Date 2023-12-14 (337 days ago)
Downloads 2,676 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11 Umbraco 12

New release for Umbraco 10-12. This release will not work on other versions of Umbraco.

#installation">Installation

Via NuGet:

.NET CLI:

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

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 4.0.19

#changelog">Changelog

  • Optimizaions to the RedirectsService.GetRedirectByPathAndQuery method (see e69ac96)
    By improving the SQL queries a bit, two SQL calls can be merged into one roughly halving the execution time.