| Date | 2021-10-05 (1,492 days ago) |
|---|---|
| Downloads | 514 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 4.7.2 |
| Umbraco Versions | Umbraco 8 |
New alpha release for Umbraco 8. This will not work in Umbraco 7.
#installation">Installation#changelog">ChangelogRemoved 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)