Skybrud.VideoPicker v2.0.0-alpha005
Pre-releaseNew 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 justIVideoProvider
. -
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)