Skip to content

Releases: spicywebau/craft-embedded-assets

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

v2.2.1

12 Feb 22:38
Compare
Choose a tag to compare

Fixed

  • Fix #121 - check for data URL when validating image URL

v2.2.0

12 Feb 21:52
Compare
Choose a tag to compare

Added

  • Instagram auto refresh (once the Instragram signature expires, the JSON file will be updated)
  • Added the replace button on the asset index page

Fixed

  • Fixed bug which was causing embedded assets to save to the wrong asset folder
  • add fix for PHP 7.4 deprecation error #122 - thanks @oddnavy