Version 2.0.5

Date 2024-06-26 (535 days ago)
Downloads 1,427 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

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

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

or the NuGet package manager:

Install-Package Limbo.Umbraco.Vimeo -Version 2.0.5

Changelog

  • Add a null check to ValueConverter if json is not containing video (see 33749ba)
    If data is somehow is save without video the ValueConverter will now return null.