Version 3.0.1

Date 2022-04-20 (940 days ago)
Downloads 1,108 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 older versions of Umbraco.

#installation">Installation

Via NuGet:

.NET CLI:

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

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 3.0.1

#changelog">Changelog

  • Fixed incorrect label for destination property (see #133 and ef0d7b4)
    The Destination property in the add/edit overlay incorrectly had the Original URL label in the en-US.xml language. Thanks to @callumbwhyte for fixing this 👍