| Date | 2022-05-19 (1,257 days ago) |
|---|---|
| Downloads | 9,555 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 4.7.2 |
| Umbraco Versions | Umbraco 8 |
New stable release for Umbraco 8. This release will not work in Umbraco 7.
Setting query and fragment when using legacy AddRedirect methods (see #131 and 28438de)
The method was broken in a previous release, so this releases makes the method work properly again.
Added RedirectsPackage class with various information about the package (see 26ad49e)
A similar class already exists in the V9 package.
Marked legacy AddRedirect methods as obsolete (see 54c7337)
it's recommended to use the AddRedirect(AddRedirectOptions) method instead.
Updated Skybrud.Essentials dependency (see 6e4cb42)
The dependency has now been updated to the newest version.