Releases: spicywebau/craft-embedded-assets
Releases · spicywebau/craft-embedded-assets
v2.0.3
Added
- Add
showThumbnailsInCp
setting - Thanks @ttempleton - New icon
v2.0.2
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
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
{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 runningcomposer require spicyweb/craft-embedded-assets
and thencomposer 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
Added
- Added
html
property for conveniently handling checks for embed codes and safety
Fixed
- Fixed issue with
isSafe
method throwing an error if thecode
property is empty - If a URL can't be loaded, the UI will now timeout and show an error notice
- Improved stability of the method of reading JSON files
v1.0.1
Fixed
- Implemented missing legacy properties on embedded assets
v1.0.0
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
Fixed
Fixed issue with asset source directories using environment variables
v0.4.0
Improved
Big performance improvement when loading embedded asset thumbnails in the control panelImproved
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 dataFixed
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)