Skip to content

v6.0.0

Choose a tag to compare

@JPSchellenberg JPSchellenberg released this 03 Oct 15:55
· 3525 commits to master since this release
02c0be9

6.0.0 (2020-10-03)

  • refactor(integration)!: integration object more like PHP version (#821) (02c0be9), closes #821

BREAKING CHANGES

  • In the player renderer, the customScripts property of IPlayerModel was removed, as the custom scripts should be added to the lists of JS scripts of the integration object (and IPlayermModel) to make sure that the scripts are also used in iframes created by the player client. You can remove all code that outputs the contents of IPlayerModel.customScripts.