Version 13.0.2

Date 2025-01-07 (11 days ago)
Downloads 69 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 8
Umbraco Versions Umbraco 13

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

#installation">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">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.