Skip to content

Releases: spicywebau/craft-embedded-assets

v2.3.2

28 Jul 03:56
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where Instagram embeds would include the login URL (with otherwise correct data) in some cases after checking for expired signatures

v2.3.1

20 Jul 13:09
Compare
Choose a tag to compare

Fixed

  • Fixed a bug with Embedded Assets 2.3.0, where asset index modals for asset fields with no restriction on allowed file types would not show an Embed button

v2.3.0

10 Jul 10:30
Compare
Choose a tag to compare

Changed

  • Embedded Assets now requires Craft 3.4.0 or later
  • Embedded Assets now caches embedded asset JSON files in a Craft install's storage/runtime/assets/embeddedassets directory, improving the performance of the Craft Assets page when using a remote storage volume
  • Updated embed/embed library minimum requirement to 3.4.8
  • Embedded Assets' JavaScript source has been converted to use the Standard JS style

Fixed

  • Fixed an issue where Embedded Assets was putting an Embed button on a Redactor field's Add Image modal
  • Fixed a performance issue with Embedded Assets' check for expired Instagram signatures
  • Fixed an issue where Instagram embeds would include the login URL (with otherwise correct data) in some cases
  • Replaced usage of the deprecated Twig_Markup class with Twig\Markup

v2.2.7

01 Jul 12:35
Compare
Choose a tag to compare

Fixed

  • Embedded Assets now internally stores all embedded asset data that has been loaded during a request, to avoid unnecessary reloads of embedded asset file contents, improving the performance of the Craft Assets page

v2.2.6

31 May 12:31
Compare
Choose a tag to compare

Fixed

  • Updated embed/embed library minimum requirement to ^3.4.5, to fix issue with Instagram embeds not working in some cases
  • Fixed JavaScript error when entering an embed URL which returns an embedded asset with no associated media

v2.2.5

26 May 09:48
Compare
Choose a tag to compare

Added

  • Added support for embedding videos from PBS

v2.2.4

19 May 13:34
Compare
Choose a tag to compare

Changed

  • Updated embed/embed library minimum requirement to ^3.4.4, for compatibility with TikTok embeds
  • Updated default whitelist to include TikTok

Fixed

  • Fixed error when trying to embed a TikTok asset
  • Fixed error when trying to embed a Giphy asset

v2.2.3

18 May 07:24
Compare
Choose a tag to compare

Added

  • Added the getVideoId() method for an embedded asset from YouTube or Vimeo

Fixed

  • Fixed typo in 'netflix.com' in Embedded Assets' default whitelist

v2.2.2

15 May 08:03
Compare
Choose a tag to compare

Added

  • Added support for Craft 3.4 asset previews

v2.2.1.1

22 Apr 00:20
Compare
Choose a tag to compare

Fixed