Version 13.0.1

Date 2024-10-30 (16 days ago)
Downloads 134 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.1

or the NuGet package manager:

Install-Package Limbo.Umbraco.DreamBroker -Version 13.0.1

#changelog">Changelog

  • Added logic for parsing a source value into a valid property value for the video data type (see ae6f25c)
    Both the DreamBrokerService class and the new DreamBrokerUtils static class now expose functionality for converting a source value (video URL) into an instance of DreamBrokerIntermediaryVideoValue, which when serialized to JSON, matches the value saved by the property editor.

  • Fixed icon names (see a156db7)
    The package contains two SVG icons with the aliases icon-dreambroker and icon-dreambroker-alt. To normalize the naming across our video picker packages, the aliases are now icon-limbo-dreambroker and icon-limbo-dreambroker-alt instead.

  • Updated the property value model a bit (see 26c78d6)
    In previous versions of the package, the property editor has saved the video information model.value.video. To normalize this across our video picker packages, this has now been changed to model.value.details. This is handled gracefully, so that the package still supports the old value.