Date | 2022-10-06 (771 days ago) |
---|---|
Downloads | 1,118 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 5 |
Umbraco Versions | Umbraco 9 |
New release for Umbraco 9. This release will not work on other versions of Umbraco.
#installation
">Installation.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 3.0.5
Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 3.0.5
#changelog
">ChangelogFixed issue with root node not being populated when editing an existing redirect (see #153
and 5244ee2
)
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.
Fixed issue with localized name for dashboard tab (see 1170a9b
)
Since the dasboard alias was changed some time ago, a label for the dashboard name was missing in en-US.xml
, thereby affecting most languages as a fallback name wasn't available.
Updated the Skybrud.Essentials
dependency (see 8bd04d6
)
The dependency has now been updated to the newest version.