Date | 2023-10-10 (402 days ago) |
---|---|
Downloads | 2,600 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
">InstallationInstall the NuGet package - either via the .NET CLI:
dotnet add package Limbo.Umbraco.UrlPicker --version 1.1.1
or the NuGet package manager:
Install-Package Limbo.Umbraco.UrlPicker -Version 1.1.1
#changelog
">ChangelogFixed GetPropertyValueType
issue introduced in v1.1.0
(see 63de5cd
)
Due to a bug introduced in v1.1.0
, the property value converter would return an incorrect type for multi pickers.
**Fixed ConvertIntermediateToObject
issue introduced in v1.1.0
(see 54f40a0
)
Due to a bug introduced in v1.1.0
, the property value converter pass an incorrect value to the selected converters.