Skip to content

v2.0.5

Latest
Compare
Choose a tag to compare
@tnielsenskybruddk tnielsenskybruddk released this 26 Jun 07:24

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.