Skybrud.VideoPicker v1.0.0-beta010
Pre-release
Pre-release
Installation
Changelog
-
Updated TwentyThree regex as new embed code doesn't specify protocol in the URL (see 85fd58d)
The editor now supports embed codes with URLs with and without the protocol - eg.https://domain.com/
as well as//domain.com/
. -
Changing parse method for the published date (see 0035345)
Unpublished videos from TwentyThree will havenull
as their publish date, which would cause an error in the parsing. The parse logic has been updated to better handle null states.