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 withoutvideo
the ValueConverter will now return null.