Skybrud.VideoPicker v2.0.0-alpha007
·
7 commits
to v2/main
since this release
New alpha release for Umbraco 8. This will not work in Umbraco 7.
Installation
Changelog
- Fixed JSON parsing issue in the
VideoFile
class (see f9f092f)
The class incorrectly tried to parse the value for theUrl
property from alink
property in the JSON, when it should beurl
. Unfortunately we've missed this in our testing, but this release fixes the issue.