Version 4.0.18

Date 2023-11-27 (354 days ago)
Downloads 8,317 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.18

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 4.0.18

#changelog">Changelog

  • Fixed issue with duplicate query strings (see #189 and a4aaaa2)
    In the redirect overlay controller, a the "url" property of a redirect already contains the query string, so no reason to append the query string again. Thanks to @bjarnef for reporting 👍