Skip to content

v13.0.2

Latest
Compare
Choose a tag to compare
@abjerner abjerner released this 07 Jan 08:38
· 1 commit to v13/main since this release

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

Installation

Install via NuGet - either via the .NET CLI:

dotnet add package Limbo.Umbraco.DreamBroker --version 13.0.2

or the NuGet package manager:

Install-Package Limbo.Umbraco.DreamBroker -Version 13.0.2

Changelog

  • Updated the DreamBrokerVideoDetails class to expose a poster thumbnail (see 21574fc)
    The poster is the largest available image/thumbnail available of the video. All other thumbnails are derived from the poster. To aid the frontend in showing a thumbnail that fits the dimensions of it's parent container, it makes sense exposing the URL of the poster image as swell.