Skip to content

Releases: spicywebau/craft-embedded-assets

Embedded Assets 2.11.4

25 Mar 07:51
Compare
Choose a tag to compare

Fixed

  • Fixed Craft 3.8 compatibility issues

Embedded Assets 3.1.2

24 Mar 13:21
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where some strings weren't translatable when they should have been
  • Fixed an error that occurred when trying to embed a TikTok asset

Embedded Assets 3.1.1

06 Jan 13:49
Compare
Choose a tag to compare

Changed

  • spicyweb\embeddedassets\models\EmbeddedAsset::getVideoId() now supports Dailymotion videos

Embedded Assets 3.1.0

02 Nov 10:45
Compare
Choose a tag to compare

Added

  • Added spicyweb\embeddedassets\assets\main\MainAsset
  • Added spicyweb\embeddedassets\assets\preview\PreviewAsset
  • Added spicyweb\embeddedassets\errors\NotWhitelistedException
  • Added spicyweb\embeddedassets\models\Settings::$preventNonWhitelistedUploads (defaults to false, adds the ability to prevent the saving of embedded assets from providers that are not whitelisted in the plugin settings)

Changed

  • Embedded Assets' JavaScript source has been converted to TypeScript

Deprecated

  • Deprecated spicyweb\embeddedassets\assets\Main; use spicyweb\embeddedassets\assets\main\MainAsset instead
  • Deprecated spicyweb\embeddedassets\assets\Preview; use spicyweb\embeddedassets\assets\preview\PreviewAsset instead

Embedded Assets 3.0.5

30 Aug 09:28
Compare
Choose a tag to compare

Added

  • Added the $removeAttributes argument to spicyweb\embeddedassets\models\EmbeddedAsset::getIframeCode(), for removing tag attributes from an iframe

Changed

  • Updated JavaScript dependencies

Embedded Assets 2.11.3

29 Jun 23:19
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where the 'Uploaded by' field would be empty for newly created embedded assets

Embedded Assets 3.0.4

26 Jun 05:27
Compare
Choose a tag to compare

Added

  • Added a second parameter ($attributes) to spicyweb\embeddedassets\models\EmbeddedAsset::getIframeCode(), for adding attributes to the iframe element, in the format attribute or attribute=value

Changed

  • The first parameter ($params) to spicyweb\embeddedassets\models\EmbeddedAsset::getIframeCode() is no longer required

Embedded Assets 2.11.2

24 Jun 13:23
Compare
Choose a tag to compare

Fixed

  • Fixed a type error that could occur in version 2.11.1

Embedded Assets 2.11.1

24 Jun 11:34
Compare
Choose a tag to compare

Fixed

  • Fixed an error that occurred when saving an embedded asset, if the embedded asset title (and therefore the filename) contained invalid characters

Embedded Assets 3.0.3

15 Jun 11:23
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where non-admin users who have the permission to save assets in a volume were unable to save embedded assets in that volume (thanks @aodihis)