Skip to content

Releases: spicywebau/craft-embedded-assets

v2.0.5

06 Jun 02:41
Compare
Choose a tag to compare

Fixed

  • Fix vulnarability issue with js-yaml<3.13.1

v2.0.4

24 May 04:25
Compare
Choose a tag to compare

Fixed

  • Fix vulnerability issues with tar <4.4.2
  • Actually catch the error thrown if the json file doesn't exist - thanks @engram-design

v2.0.3

24 Apr 03:14
Compare
Choose a tag to compare

Added

  • Add showThumbnailsInCp setting - Thanks @ttempleton
  • New icon

v2.0.2

18 Mar 08:06
Compare
Choose a tag to compare

Fixed

  • Fixed incompatibility with Internet Explorer 11
  • Fixed Embedded Assets 2.0.1 incompatibility with Craft 3.1 releases prior to 3.1.13

v2.0.1

12 Mar 00:38
Compare
Choose a tag to compare

Fixed

  • Fixed error when saving an embedded asset if Embedded Assets' Parameters setting was empty
  • Fixed error when saving an embedded asset if the title contained emoji (now removes any emoji from the asset title)

v2.0.0

26 Feb 10:23
Compare
Choose a tag to compare

{note} The plugin’s package name has changed to spicyweb/craft-embedded-assets. Embedded Assets will need be updated to 2.0 from a terminal, by running composer require spicyweb/craft-embedded-assets and then composer remove benjamminf/craft-embedded-assets.

Added

  • Embedded Assets is now maintained by Spicy Web
  • Added extraWhitelist setting (thanks @benjamminf)

Changed

  • The asset preview controller action now supports passing an assetId parameter (thanks @benjamminf)
  • Show image preview if large enough / reduce max height for smaller screens (thanks @benjamminf)
  • Refactored preview iframe JS into its own class (thanks @benjamminf)
  • Improved asset previews in assets table (thanks @benjamminf)

Fixed

  • Fixed issues with not being able to save embedded assets in subfolders (thanks @kyle51north)
  • Fixed asset volume permission issue, preventing embedded assets from being saved in Craft 3.1 (thanks @limesquare-nl / @kyle51north)
  • Prevent scripts from loading async in preview, causing the asset preview to jump around after it loads (thanks @benjamminf)
  • Fixed issue with blank thumbnails showing in asset preview (thanks @benjamminf)

Removed

  • Removed unnecessary JS size detection in favour of readily available embed data (thanks @benjamminf)

v1.0.2

09 May 03:40
Compare
Choose a tag to compare

Added

  • Added html property for conveniently handling checks for embed codes and safety

Fixed

v1.0.1

09 May 00:19
Compare
Choose a tag to compare

Fixed

  • Implemented missing legacy properties on embedded assets

v1.0.0

08 May 11:18
8b62ca6
Compare
Choose a tag to compare

Craft 3 ready! 🎉

  • New icon and fancy UI
  • Embeds just about anything
  • Finds significantly more content from URL's
  • Fixes many ongoing issues with Craft 2 version

v0.4.1

23 Feb 19:46
Compare
Choose a tag to compare
  • Fixed Fixed issue with asset source directories using environment variables