Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 525 Bytes

UPGRADE-3.x.md

File metadata and controls

16 lines (11 loc) · 525 Bytes

UPGRADE 3.x

Custom video provider

When creating a custom video provider, you have to implement the getReferenceUrl method to establish the media url.

UPGRADE FROM 3.0 to 3.1

Tests

All files under the Tests directory are now correctly handled as internal test classes. You can't extend them anymore, because they are only loaded when running internal tests. More information can be found in the composer docs.