Version 4.0.0

Date 2022-06-17 (882 days ago)
Downloads 12K 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.

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Skybrud.Umbraco.Redirects --version 4.0.0

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 4.0.0

#changelog">Changelog

  • Updated 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.