Version 2.0.6

Date 2024-02-26 (263 days ago)
Downloads 149 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11 Umbraco 12

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