| Date | 2022-06-17 (1,236 days ago) | 
|---|---|
| Downloads | 14K downloads | 
| NuGet | View on NuGet | 
| GitHub | View on GitHub | 
| Target Frameworks | .NET 6 | 
| Umbraco Versions | Umbraco 10 | 
First stable release for Umbraco 10. This release will not work on older versions of Umbraco.
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 4.0.0Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 4.0.0Updated Umbraco dependencies to v10.0.0 (see f6aed42)
Since Umbraco 10 was officially release yesterday, the dependencies have now been updated the stable version. There aren't any changes between 1.0.0-rc3 and 1.0.0 affecting this package, but not the package is at least referencing the stable version.
Added missing translation for dashboard tab (see ad8a865)
A translation has been missing for some time for the redirects dashboard tab, causing it to be shown as [redirects] rather than Redirects. This release correctly adds the missing translation for English, which is then also used as fallback for other languages.