Date | 2024-01-18 (302 days ago) |
---|---|
Downloads | 5,039 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.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 13.0.3
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 13.0.3
#changelog
">ChangelogAdded 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.