| Date | 2024-01-17 (651 days ago) |
|---|---|
| Downloads | 413 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.
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 4.0.21NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 4.0.21Added fix for broken query string forwarding (see #193 and 07f257a)
The logic around query string forwarding was accidentally broken in v4.0.19, but should now be working again.
Fixed issue with site node option being overwritten when editing a redirect through the content app (see #194 and d6562e3)
The purpose of the affected code was to pre-select the site node when adding a new redirect via the content app. Unfortunately the code also applied when editing an existing redirect, thereby overwriting the selected value in the UI.