Skip to content

Releases: spicywebau/craft-embedded-assets

Embedded Assets 2.4.5

28 Dec 13:12
Compare
Choose a tag to compare

Changed

  • Updated the embed/embed library version requirement to ^3.4.13

Embedded Assets 2.4.4

24 Nov 01:23
Compare
Choose a tag to compare

Added

  • Added a default English translation file

Fixed

  • Fixed an issue with the getVideoCode() and getVideoUrl() methods where an extra ? could sometimes be included in the returned URL

Embedded Assets 2.4.3

03 Nov 01:46
Compare
Choose a tag to compare

Changed

  • Updated embed/embed library minimum requirement to 3.4.9
  • The exceptions thrown if an embedded asset's getVideoCode() method is called on an embedded asset that is not a video, or where it is not passed an array, have been given more descriptive error messages

Embedded Assets 2.4.2

25 Oct 13:27
Compare
Choose a tag to compare

Fixed

  • Fixed a JavaScript error that prevented Redactor fields' 'link to an asset' option from working correctly

Embedded Assets 2.4.1

19 Oct 06:39
Compare
Choose a tag to compare

Added

  • Added the referer plugin setting, allowing setting the domain to be sent as the referer with embedded asset requests, which allows the embedding of domain-restricted Vimeo videos (thanks @johndwells)

Embedded Assets 2.4.0

02 Oct 04:49
Compare
Choose a tag to compare

Added

  • Added support for retrieving embedded asset data with GraphQL in Craft CMS Pro
  • Added spicyweb\embeddedassets\models\EmbeddedAsset::getIsSafe()

Deprecated

  • Deprecated spicyweb\embeddedassets\models\EmbeddedAsset::isSafe() (this should not require any Twig template updates)

Fixed

  • Updated the node-sass version requirement to 4.13.1; resolves a security issue

Embedded Assets 2.3.4

25 Aug 11:05
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where the Embed and Replace button text could not be translated

Embedded Assets 2.3.3

10 Aug 08:11
Compare
Choose a tag to compare

Fixed

  • Fixed a bug with asset index modals for asset fields that don't allow JSON assets, where the Embed button would appear after selecting an asset
  • Updated the elliptic version requirement in yarn.lock to 6.5.3

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