Skip to content

v2.0.0

Compare
Choose a tag to compare
@astehlik astehlik released this 09 Jan 08:53
· 124 commits to develop since this release

New features

  • Improved privacy for YouTube embedding by using the https://www.youtube-nocookie.com by default
  • Improved responsive video handling by using the width / height returned by the API and adjusting
    the padding for Bootstrap's embed-responsive
    to match the aspect ratio of the video
  • A new setting is added to the backend to disable playing related YouTube videos
    image

Under the hood

  • TYPO3 10 LTS compatibility
  • An new response processor concept is introduced that allows flexible manipulation of the returned embed code.
    See NocookieProcessor and PlayRelatedProcessor` for examples.
  • Improved testing and code quality checking