v2.0.3
Installation
To install the package via NuGet, you can use either .NET CLI:
dotnet add package Limbo.Umbraco.TwentyThree --version 2.0.3
or the older NuGet Package Manager:
Install-Package Limbo.Umbraco.TwentyThree -Version 2.0.3
Changelog
-
Video overlay now shows video descriptions by default (see c66d4d3)
The overlay for selecting a video now shows a description for each video when available. Since descriptions can be quite long, a new Max description length option has been introduced on the content type. -
Misc UI improvements and localization (see 06184d7)
More parts of the property editor and related overlays are now localized and translated to Danish. -
Added support for custom credentials icons (see 303e8fd)
When multiple credentials are configured for the package, the user has to select an account (credentials) before being able to pick a video or spot. With this release, it's now possible to specify an icon for each credentials / account, which will then be shown in the account picker overlay. -
Improved error handling (see 6cd5cc1)
The package is now better at showing error messages to the user, and exception messages written to the Umbraco log now contain a bit more details. -
Added video description to property editor (see c11c95a)
The property editor will now also shown the video's description if available.