Date | 2022-04-21 (939 days ago) |
---|---|
Downloads | 1,542 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.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 3.0.2
Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 3.0.2
#changelog
">ChangelogFixed issues with trailing slashes when adding new redirects (see #134
and f0f85d8
)
Any trailing slashes in the inbound URL should be removed when a redirect is saved to the database. Due to a bug, trailing slashes were only removed when editing an existing redirect, but not when new redirects are added. Thanks to @callumbwhyte for fixing this 👍
Updated the Skybrud.Essentials
dependency (see fd29597
)
The dependency has now been bumped from v1.1.38
to v1.1.39
.
Removed RedirectsExtensions.Split
extension methods (see b827671
)
Removing these is technically a breaking change, but they should never have been public, and similar extension methods are now available in Skybrud.Essentials.