Skip to content

v2.3.0

Compare
Choose a tag to compare
@ttempleton ttempleton released this 10 Jul 10:30

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