| Date | 2022-05-21 (1,276 days ago) |
|---|---|
| Downloads | 11K 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.
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 3.0.4Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 3.0.4Added support for custom backoffice URLs (see #140 and e84a6dc, ce4aff3 and 39f36e9)
Various URLs to the Umbraco backoffice were hardcoded, meaning the package would break in solutions with a custom UmbracoPath. Thanks to @iFaxity for reporting.
Updated the Skybrud.Essentials dependency (see f914134)
The dependency has now been updated to the newest version.