Skip to content

Releases: skybrud/Skybrud.VideoPicker

Skybrud.VideoPicker v1.0.0-beta005

14 Mar 12:03
Compare
Choose a tag to compare
Pre-release

Installation

Changelog

  • Fixed an issue with the version check in Videos.js (see d63940e)
    The incorrect version check would wrongly determine that 7.10 and above were less than 7.4, which caused the old dialog service to be used instead of the newer overlay directive introduced in 7.4. The dialog service doesn't play with other dialogs, which then caused some problems.

Skybrud.VideoPicker v1.0.0-beta004

31 Jan 13:16
Compare
Choose a tag to compare
Pre-release

Installation

Changelog

  • Removed dead reference from package.manifest (see b7cf03f).

  • Added thumbnail value check in the directive to avoid JavaScript errors (see 4e4bbe1).

Skybrud.VideoPicker v1.0.0-beta003

01 Nov 13:46
Compare
Choose a tag to compare
Pre-release

Installation

Changelog

  • Fixed a data serializing bug introduced in v1.0.0-beta002 (see c798fbf).

  • Added an update button after the URL field which lets editors force update video information (see ed9f40e).

Skybrud.VideoPicker v1.0.0-beta002

01 Nov 12:27
Compare
Choose a tag to compare
Pre-release

Installation

Changelog

Added support for integration with TwentyThree videos.

Skybrud.VideoPicker v1.0.0-beta001

11 Sep 11:18
Compare
Choose a tag to compare
Pre-release

Installation

Changelog

Replaced the Skybrud.Social dependency with Skybrud.Social.Google and Skybrud.Social.Core.

Skybrud.VideoPicker v0.0.7

19 Apr 07:10
Compare
Choose a tag to compare

Installation

Changelog

Added GetSearchableText() logic

Skybrud.VideoPicker v0.0.6

22 Jan 15:07
Compare
Choose a tag to compare

Skybrud.VideoPicker v0.0.5

22 Dec 14:33
Compare
Choose a tag to compare

Installation

Changelog

  • The editor is now translated to both English and Danish - opposed to being hardcoded in Danish (see 8607e59, 5cec290, 8454732, dba66b1 and 5cedf88).

  • Updated the Skybrud.Essentials dependency to v1.0.11 (see d38a469).

  • Introduced a property value converter to the video picker property now exposes an instance of VideoPickerList - instead of just JObject (see df036b0).

  • Properties are now decorated with JsonProperty and JsonIgnore attributes to make sure the JSON looks right when the models are serialized (see df036b0).

  • Introduced GetVideoPickerItem and GetVideoPickerList extensions methods for IPublishedContent (see df036b0).

Skybrud.VideoPicker v0.0.4

07 Nov 13:18
Compare
Choose a tag to compare

Changelog

  • As V2 of the Vimeo API now has been discontiunued, I've added a hotfix so we're now using V3.x instead (see b9018bf).

Skybrud.VideoPicker v0.0.3

03 Jul 10:54
Compare
Choose a tag to compare