Version 2.0.4

Date 2023-10-11 (401 days ago)
Downloads 700 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11 Umbraco 12

New stable release for Umbraco 10, 11, and 12. This release will not work with other versions of Umbraco.

#installation">Installation

To install the package via NuGet, you can use either .NET CLI:

dotnet add package Limbo.Umbraco.Vimeo --version 2.0.4

or the NuGet package manager:

Install-Package Limbo.Umbraco.Vimeo -Version 2.0.4

#changelog">Changelog

  • Updated value converter to support when source value is a JObject (see 35b2159)
    In most cases the source value passed to the value converter is a string holding the serialized JSON value, but in some edge cases, the source value may already be a JObject instance, which is now supported as well.