Date | 2021-10-27 (1,115 days ago) |
---|---|
Downloads | 17K 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#changes
">Changes🅱 Updated Umbraco dependency (see 18d3091
, 6333ead
)
In order to use Umbraco's logic around references and the IDataValueReferenceFactory
and IDataValueReference
interfaces, the redirects package now requires at least version 8.6.0 of Umbraco.
🆕 Updated Skybrud dependencies (see 7ec9e45
)
The Skybrud.Essentials
and Skybrud.WebApi.Json
packages have now been updated the the latest version,
🆕 Introduced OutboundRedirectReferenceFactory
class for detecting content and media references (see
18d3091
, 92b9bbe
, 0b815b3
, c35b5f4
, 6c11eb3
, d65812c
, 65900a7
and 6847cfd
)
As the package contains a Outbound redirect property editor, a page may have references to either content and media, this release introduces as OutboundRedirectReferenceFactory
for informing Umbraco about those references (relations), ensuring those pages are shown in the Used in Documents table.