Date | 2022-10-05 (772 days ago) |
---|---|
Downloads | 20K downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 6 |
Umbraco Versions | Umbraco 10 |
New release for Umbraco 10. This release will not work on older versions of Umbraco.
#installation
">Installation.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 4.0.4
Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 4.0.4
#changelog
">ChangelogAdded migration to remove RootId
column in the database (see 4139d3f
)
The RootId
column was replaced by the RootKey
column a while ago, and the column was no longer being populated when creating or editing redirects, thereby n longer serving any real purpose.
Fixed issue with root node not being populated when editing an existing redirect (see #153
and 31385e8
)
The overlay for editing a redirect had a bug which resulted in the Site option not being populated with the selected site (root node), so if the redirected was saved, the value would be lost.