Date | 2022-05-19 (911 days ago) |
---|---|
Downloads | 8,191 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.
#installation
">Installation#changelog
">ChangelogSetting 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.