| Date | 2024-01-18 (693 days ago) |
|---|---|
| Downloads | 12K 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.
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 13.0.3NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 13.0.3Added fix for broken query string forwarding (see #193 and 6b02b65 and 576a3d7)
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 e631e32)
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.