Date | 2020-10-18 (1,489 days ago) |
---|---|
Downloads | 20K downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 4.7.2 |
Umbraco Versions | Umbraco 8 |
New stable release for Umbraco 8. This release will not work in Umbraco 7.
#installation
">Installation#changelog
">ChangelogAdded fix for RootKey
being empty (see 2cd4fbd
, ce3d193
)
The redirects table in the database has columns for both RootId
and RootKey
. The RootKey
column isn't really being used for anything at the moment, and wasn't being populated when creating or editing redirects.
As the column may have greater use in future releases, the code has now been updated to populate the column, and a migration has been added to fix existing redirects.