| Date | 2020-06-08 (1,976 days ago) |
|---|---|
| Downloads | 709 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 4.5 |
| Umbraco Versions | Umbraco 7 |
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 have null as their publish date, which would cause an error in the parsing. The parse logic has been updated to better handle null states.