Skip to content

v2.0.6

Compare
Choose a tag to compare
@abjerner abjerner released this 26 Feb 14:00
· 1 commit to v2/main since this release

Installation

To install the package via NuGet, you can use either .NET CLI:

dotnet add package Limbo.Umbraco.TwentyThree --version 2.0.6

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.TwentyThree -Version 2.0.6

Changelog

  • Added album search filter in the video overlay (see 1562dfc)
    As part of the video overlay for finding videos, it's now possible to limit the displayed videos to a single album.

  • Misc UI improvelements (see cabebc4)
    This includes showing the video play count and average play time in the property editor, as well as the video play count in the video overlay.