Skip to content

Skybrud.VideoPicker v2.0.0-alpha005

Pre-release
Pre-release
Compare
Choose a tag to compare
@abjerner abjerner released this 05 Oct 13:58
· 20 commits to v2/main since this release

New alpha release for Umbraco 8. This will not work in Umbraco 7.

Installation

Changelog

  • Removed dependency for Skybrud.Umbraco.Elements (5703bc8)
    The video picker provides an Angular view to be used with our elements package, but there isn't really any reasons to have the package as a dependency.

  • Providers returned by the Web API controller are now sorted by the name (b65505e)
    Instead of the order in which they are discovered.

  • Added TryGet method overload to the VideoPickerProviderCollection class (9384532)
    The overload allows getting the provider as a specific type instead of just IVideoProvider.

  • Introduced new concept with provider credentials details (see 621047b and #6)
    Whenever we save the details about a video, it may be useful to also save a reference to the credentials that were used for retrieving the video - eg. if we later need to fetch additional information about the video.

  • Updated Skybrud.Essentials.Http dependency (see d767e3c)