Skip to content

Releases: jonnitto/Jonnitto.PrettyEmbedYoutube

8.1.0

16 Mar 13:59
f205eac

Choose a tag to compare

✨ Features:

  • Better GDPR message, you can now also open the video in a new window
  • Add backdrop blur to the lightbox

Full Changelog: 8.0.2...8.1.0

8.0.2

04 Sep 16:33
fac22e2

Choose a tag to compare

Full Changelog: 8.0.1...8.0.2

8.0.1

21 Aug 15:13
e902bbb

Choose a tag to compare

What's Changed

🧑‍💻 Enhancements

New Contributors

Full Changelog: 8.0.0...8.0.1

8.0.0

22 Mar 21:47
a198ff4

Choose a tag to compare

Use Sitegeist.Slipstream to include assets

💥 Breaking

  • Remove usage of NodeType mixin Jonnitto.PrettyEmbedHelper:Mixin.IncludeAssets
  • Remove usage of Fusion prototype Jonnitto.PrettyEmbedHelper:IncludeAssets
  • Remove YAML definition Jonnitto.PrettyEmbedYoutube:Mixin.IncludeJsApi
  • Remove Fusion prototype Jonnitto.PrettyEmbedYoutube:IncludeJsApi
  • Change way to disable including of CSS and JS files read more

Full Changelog: 7.3.0...8.0.0

7.3.0

25 Aug 22:16
41d8784

Choose a tag to compare

⬆️ Upgrade

Upgrade dependency to PrettyEmbedHelper

7.2.0

08 Apr 07:15
b6140ee

Choose a tag to compare

✨ Feature

Save duration of the video. (An API key is required)

7.1.2

17 Feb 22:55
60da34f

Choose a tag to compare

🐛 Bugfix

🌐 Respect language from interface

7.1.1

27 May 07:37
7bd4e96

Choose a tag to compare

🔥 Remove obsolete showInfo
💡 Documenting config files
🐛 Get properties directly in the content component (If the content prototype generator is active, it was possible that the defaults get not fetched correctly)

7.1.0

07 Apr 20:06
e95fd37

Choose a tag to compare

✨ Add possibility to enable GDPR message

✨ Import of preview images

The preview image from Youtube gets imported into Neos and saved. Because of that, you can edit the maximum width, output a retina-like image and the best: No more external domains until the user wants to start the video

7.0.0

15 Mar 20:27
9ee269b

Choose a tag to compare

Screenshot

💥 (Might) be breaking

💥 Set wrapper for container to jonnitto-prettyembed-wrapper in Settings.yaml from PrettyEmbedHelper
✨ Use SVG as buttons for players

✨ Metadata

Now the metadata gets saved, that means besides some new features, it will also speed up the backend, as the oembed service gets only called if the video id change.

Following metadata get saved:

  • The id of the video without any domain
  • The title of the video
  • The best possible preview image from youtube. No more 404 in the console if the maxresdefault.jpg is unavailable (This works even for private videos)
  • The ratio from the video, so no more black bars

✨ Flow command

If you update from an older version, you will not have the metadata available. The video will be displayed,
but for the speedup and all the other features, you would have to update every single video. Because this would not be practicable,
there is a dedicated flow command for this: ./flow prettyembed:metadata. You can read more about this in the readme

🐛 Bugfixes

🐛 Fix event propagation on lightbox
🐛 Replace the protocol (https:// or http://) with // from the external preview image