Date | 2022-05-23 (907 days ago) |
---|---|
Downloads | 749 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 6 |
Umbraco Versions | Umbraco 10 |
New alpha release release for Umbraco 10. This release will not work on older versions of Umbraco.
#installation
">Installation.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 4.0.0-alpha002
Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 4.0.0-alpha002
#changelog
">ChangelogUpdated Umbraco dependencies to v10.0.0-rc3
(see 907b967
)
Umbraco pushed a new release candidate, so the package has been updated to be build against the new RC.
Updated the Skybrud.Essentials dependency (see a11dc74
)
The dependency has now been updated to the newest version.
Added support for custom backoffice URLs (see #140
and c2d88be
)
Various URLs to the Umbraco backoffice were hardcoded, meaning the package would break in solutions with a custom UmbracoPath
. Thanks to @iFaxity for reporting.