Version 2.0.4

Date 2020-06-17 (1,612 days ago)
Downloads 29K 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">Changelog

  • Fixed outbound redirect value converter (see 7ed7b45)
    The PropertyValueConverterBase class had some breaking changes in Umbraco 8.1 (which is why the outbound redirect value converter didn't work), so the Umbraco dependency has now been updated to Umbraco 8.1.

  • Replaced Link property to with new Destination property in the OutboundRedirect class (see b0597a3)
    The Link name originates from our link picker package in Umbraco 7, but the name doesn't really make sense when working with redirects, as we instead pick the destination. The Link and HasLink properties are kept for legacy support.