Skip to content

v2.0.3

Compare
Choose a tag to compare
@abjerner abjerner released this 20 Jul 19:25
· 12 commits to v2/main since this release

New release for Umbraco 10+ πŸŽ‰

Installation

Install via NuGet - either via the .NET CLI:

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

or the NuGet package manager:

Install-Package Limbo.Umbraco.DreamBroker -Version 2.0.3

Changelog

  • Updated the upper bound for the Umbraco dependencies to allow using the package with Umbraco 12 (see 24c689a)
    As Umbraco 12 was released earlier this month, and no changes are required for the package to run on Umbraco 12, the upper bound of the Umbraco dependencies has been raised to allow running on Umbraco 12.

  • Updated package manifest filter to set PackageId property in Umbraco 12 (see ae46efb)
    In Umbraco 12, the PackageManifest clas now has a PackageId property to indicate the NuGet ID of a package. As of this release, the package uses reflection to set this property when the package is used with Umbraco 12.

  • Updated the Limbo.Umbraco.Video dependency (see 3f3d17a)
    Might as well reference the newest version.

  • Added ESC shortcut to video overlay (see e6527ea)
    This ensures that the video overlay can now be closed by pressing the ESC key similar to most overlays in Umbraco.