Skip to content

Releases: limbo-works/Limbo.Umbraco.Vimeo

v2.0.5

26 Jun 07:24
Compare
Choose a tag to compare

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

Installation

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

dotnet add package Limbo.Umbraco.Vimeo --version 2.0.5

or the NuGet package manager:

Install-Package Limbo.Umbraco.Vimeo -Version 2.0.5

Changelog

  • Add a null check to ValueConverter if json is not containing video (see 33749ba)
    If data is somehow is save without video the ValueConverter will now return null.

v2.0.4

11 Oct 12:58
Compare
Choose a tag to compare

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

Installation

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

dotnet add package Limbo.Umbraco.Vimeo --version 2.0.4

or the NuGet package manager:

Install-Package Limbo.Umbraco.Vimeo -Version 2.0.4

Changelog

  • Updated value converter to support when source value is a JObject (see 35b2159)
    In most cases the source value passed to the value converter is a string holding the serialized JSON value, but in some edge cases, the source value may already be a JObject instance, which is now supported as well.

v2.0.3

20 Jul 17:58
Compare
Choose a tag to compare

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

Installation

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

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

or the NuGet package manager:

Install-Package Limbo.Umbraco.Vimeo -Version 2.0.3

Changelog

  • Updated the upper bound for the Umbraco dependencies to allow using the package with Umbraco 12 (see 5ca7b75)
    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 218560d)
    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 ee0cf3d)
    Might as well reference the newest version.

v2.0.2

18 May 21:38
Compare
Choose a tag to compare

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

Installation

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

dotnet add package Limbo.Umbraco.Vimeo --version 2.0.2

or the NuGet package manager:

Install-Package Limbo.Umbraco.Vimeo -Version 2.0.2

Changelog

  • Updated the Limbo.Umbraco.Video dependency (see 6a519e0)
    Contains a minor fix for formatting video durations.

  • Updated the Skybrud.Social.Vimeo dependency (see d784e23)
    Contains various improvements - such as searching for videos from a URL.

  • Added support for private video URLs (see f6bf541 and 22ce556)
    URLs for private/unlisted videos contain a hash besides the regular ID. URLs in this format are now supported by the property editor.

  • Added support for nullable reference types (see 46d9007)
    As this package targets .NET 6, the package should support nullable reference types.

  • Added video description to property editor (see ab38294)
    The property editor now shows the description of the picked video.

  • Misc UI improvements (see 5016a60 and c41866a)
    Among other things, this includes better support for cramped spaces, making the property editor look a bit better.

  • Added data type option to hide the property editor label and description (see 9d9a1f0)
    Depending on where the property editor is used (eg. in an overlay), it might make sense to hide the property's label and description.

  • Added support for more Vimeo video URL formats (see f9b8dc4)
    This adds support for channel and group based video URLs.

v2.0.1

18 Apr 16:45
Compare
Choose a tag to compare

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

Installation

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

dotnet add package Limbo.Umbraco.Vimeo --version 2.0.1

or the NuGet package manager:

Install-Package Limbo.Umbraco.Vimeo -Version 2.0.1

Changelog

  • Enabled package telemetry and updated the information the package exposes about it self (see f4a8acb)
    This enables Umbraco to save a bit of telemetry data about the package.

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

v2.0.0

30 Nov 21:59
Compare
Choose a tag to compare

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

Installation

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

dotnet add package Limbo.Umbraco.Vimeo --version 2.0.0

or the NuGet package manager:

Install-Package Limbo.Umbraco.Vimeo -Version 2.0.0

v1.0.0

29 Nov 23:18
Compare
Choose a tag to compare

First stable release for Umbraco 9. This release will not work with other versions of Umbraco.

Installation

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

dotnet add package Limbo.Umbraco.Vimeo --version 1.0.0

or the NuGet package manager:

Install-Package Limbo.Umbraco.Vimeo -Version 1.0.0

v2.0.0-alpha001

28 Sep 21:25
Compare
Choose a tag to compare

First alpha release for Umbraco 10 🎉

Installation

Install the NuGet package - either via the .NET CLI:

dotnet add package Limbo.Umbraco.Vimeo --version 2.0.0-alpha001

or the NuGet package manager:

Install-Package Limbo.Umbraco.Vimeo -Version 2.0.0-alpha001

v1.0.0-alpha001

24 Mar 10:28
Compare
Choose a tag to compare

First alpha release 🎉

Installation

Install the NuGet package - either via the .NET CLI:

dotnet add package Limbo.Umbraco.Vimeo --version 1.0.0-alpha001

or the NuGet package manager:

Install-Package Limbo.Umbraco.Vimeo -Version 1.0.0-alpha001