Version 2.0.3

Date 2023-07-20 (306 days ago)
Downloads 1,419 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11 Umbraco 12

New stable release for Umbraco 10, 11 and 12. This release will not work with other versions of Umbraco.

#installation">Installation

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

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

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.YouTube -Version 2.0.3

#changelog">Changelog

  • Updated the upper bound for the Umbraco dependencies to allow using the package with Umbraco 12 (see 78bdf9d)
    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 bb38a43)
    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 eafffbb)
    Might as well reference the newest version.

  • Video refresh link should be hidden when no video is selected (see 69b675c)
    Doesn't make sense to show the link when a video hasn't yet been inserted.

  • Improved error handling (see 3b7c9b3 and ad8fc0e)
    Should an error occur when inserting a video, the an error message is now shown to the user. In addition, if the request to the YouTube API fails, additional information will be written to the Umbraco log.