Version 13.0.1

Date 2024-11-25 (30 days ago)
Downloads 177 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 8
Umbraco Versions Umbraco 13

New release for Umbraco 13. This release will not work for other versions of Umbraco.

#installation">Installation

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

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

or the NuGet package manager:

Install-Package Limbo.Umbraco.UrlPicker -Version 13.0.1

#changelog">Changelog

  • Fix for the "Converter" data type option (see 8075230)
    The underlying controller would fail on new data types, making the option pretty useless for new sites or just new data types in general. Not sure how I missed that 🤦‍♂️