Releases: spicywebau/craft-embedded-assets
Releases · spicywebau/craft-embedded-assets
v2.3.2
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
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
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 withTwig\Markup
v2.2.7
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
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
Added
- Added support for embedding videos from PBS
v2.2.4
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
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
Added
- Added support for Craft 3.4 asset previews
v2.2.1.1
Fixed
- Fix PHP 7.4 deprecation #127 - thanks @engram-design