Version 1.0.3

Date 2023-07-13 (491 days ago)
Downloads 172 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11 Umbraco 12

New release for Umbraco 10+. This release will not work for older versions of Umbraco.

#installation">Installation

Install the NuGet package - either via the .NET CLI:

dotnet add package Limbo.Umbraco.UrlPicker --version 1.0.3

or the NuGet package manager:

Install-Package Limbo.Umbraco.UrlPicker -Version 1.0.3

#changelog">Changelog

  • Fixed issue in value converter when source value is null (see 40f8825)

  • Fixed issue in value converter when parsing multiple links (see c11c71f)