Date | 2024-01-17 (303 days ago) |
---|---|
Downloads | 313 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.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 4.0.21
NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 4.0.21
#changelog
">ChangelogAdded 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.