Skip to content

Releases: spicywebau/craft-embedded-assets

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

v0.4.0

15 Feb 23:30
Compare
Choose a tag to compare
  • Improved Big performance improvement when loading embedded asset thumbnails in the control panel
  • Improved Local embedded assets are now read by their path, improving server's ability to read embedded assets (thanks @awcross)
  • Improved Relative URL's now work with thumbnails and URL's in embedded asset data
  • Fixed Fixed issue on some servers when saving embedded asset files (thanks @leevigraham)
  • Fixed Fixed issue where some embedded assets would create multiple files (thanks @timkelty)

v0.3.4

10 Sep 03:36
Compare
Choose a tag to compare
  • Improved Getting thumbnails is now more reliable (cheers @mmikkel)
  • Improved Added logging at all critical points to aid in diagnosing issues
  • Fixed Fixed issue with PHP 5.4 and below (this plugin supports 5.5+ but if you're bold enough you could use it on 5.4)