Skip to content

Releases: limbo-works/Limbo.Umbraco.Video

v13.0.0

20 Feb 18:41
Compare
Choose a tag to compare

First release for Umbraco 13. 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.Video --version 13.0.0

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.Video -Version 13.0.0

v2.0.7

15 Jan 22:05
Compare
Choose a tag to compare

New release for Umbraco 10, 11 and 12 🎉

Installation

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

dotnet add package Limbo.Umbraco.Video --version 2.0.7

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.Video -Version 2.0.7

v2.0.6

18 Jul 22:38
Compare
Choose a tag to compare

New release for Umbraco 10 and 11 🎉

Installation

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

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

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.Video -Version 2.0.6

Changelog

  • Updated the upper bound for the Umbraco dependencies to allow using the package with Umbraco 12 (see f6e83f5)
    As Umbraco 12 was released earlier this week, 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 5644ff3)
    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 Skybrud.Essentials dependency (see fc856f6)
    Might as well reference the newest version.

v2.0.5

18 May 11:25
Compare
Choose a tag to compare

New release for Umbraco 10 and 11 🎉

Installation

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

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

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.Video -Version 2.0.5

Changelog

  • Added missing space to comma separator (see de984ea)
    The limboVideoDuration package within this package uses as comma as separator when a duration is specified in more than two parts/units. In previous releases, the separator was lacking a trailing space, which has now been added in this release. This means that a duration like 4 hours,14 minutes and 23 seconds will be formatted as 4 hours, 14 minutes and 23 seconds instead.

v2.0.4

13 Apr 13:36
Compare
Choose a tag to compare

New release for Umbraco 10 and 11 🎉

Installation

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

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

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.Video -Version 2.0.4

Changelog

  • Updated the Skybrud.Essentials dependency (see daa3c10)
    Doesn't do much on it's own, but now packages having Limbo Video as a dependency will also have the latest version of Skybrud.Essentials.

  • Updated the information the package exposes about it self (see f4ab73b)
    The manifest filter within the package now specifies both the package name and version, as well as opt-ins for Umbraco's package telemetry.

v2.0.3

28 Nov 14:04
Compare
Choose a tag to compare

New release for Umbraco 10 and 11 🎉

Installation

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

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

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.Video -Version 2.0.3

Changelog

  • Added new Provider property to the IVideoValue interface (see bb20a37)
    The IVideoValue now exposes a IVideoProvider instance via the new Provider property with a bit of information about the video provider.

  • Added upper bound for Umbraco dependencies (see a0085d8)
    The v1 releases specifically target Umbraco 10 and 11, so now the Umbraco dependencies of the NuGet package correctly reflect this.

v1.0.0

28 Nov 13:40
Compare
Choose a tag to compare

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

Installation

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

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

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.Video -Version 1.0.0

Changelog

  • Added upper bound for Umbraco dependencies (see 180b57f)
    The v1 releases specifically targets Umbraco 9, so now the Umbraco dependencies of the NuGet package correctly indicate that the release doesn't work with newer versions of Umbraco.

  • Updated the Skybrud.Essentials dependency (see 7808fcd)

v2.0.2

19 Sep 09:23
Compare
Choose a tag to compare

New release for Umbraco 10 🎉

Installation

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

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

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.Video -Version 2.0.2

Changelog

  • Marking relevant properties as nullable (see 4b01068)
    Certain reference type properties where the value may be null has now been marked as nullable.

  • IVideoValue.Video property bas been renamed to IVideoValue.Details (see e91addd)
    The new name better describes the purpose of the property - and also fits better with values like TwentThree spots, YouTube shorts etc.

v2.0.1

15 Sep 19:10
Compare
Choose a tag to compare

New release for Umbraco 10 🎉

Installation

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

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

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.Video -Version 2.0.1

v2.0.0

15 Sep 14:50
Compare
Choose a tag to compare

First release for Umbraco 10 🎉

Installation

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

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

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.Video -Version 2.0.0