Skip to content

Skybrud.VideoPicker v2.0.0-alpha008

Compare
Choose a tag to compare
@abjerner abjerner released this 06 Jan 11:41
· 3 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 #9, 3b39216 and 19c4c58)
    The file size was incorrectly parsed using the GetInt32 extension method, while it should have been GetInt64 to support file sizes of large videos.