| Date | 2022-03-10 (1,335 days ago) |
|---|---|
| Downloads | 4,384 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 5 |
| Umbraco Versions | Umbraco 9 |
First beta 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.0-beta001Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 3.0.0-beta001#changelog">ChangelogAdded support for tracking content and media references (see #107)
The Outbound redirects property editor let's users set up a page to redirect to either an URL, content or media. For content and media, the reference is now tracked by Umbraco - eg. if a page it set up to redirect to a media, the page now shows up in the Used in documents list on the media.
Added support for upgrading from Umbraco 8 to Umbraco 9 (see #122)
The migration plan of this package is now set up to properly handle upgrading from Umbraco 8 to Umbraco 9 - thanks to a PR from @rickbutterfield.
Added "Global redirects" option to the dashboard site filter (see #10 and 59b12e1)
The site filter now has a Global redirects filter to make the list of redirects only show global redirects.
Improvements to the delete overlay (see df6c2bb)
Besides some code improvements, the overlay is now localized.
Updated the Skybrud.Essentials dependency (see 8e1bd97)
Updated the dependency to the newest version.