Releases: spicywebau/craft-embedded-assets
Releases · spicywebau/craft-embedded-assets
v2.0.7
2.0.7 - 2019-06-28
Fixed
- Make sure to not execute any thumbnail retrieval functions if showThumbnailsInCp is false
v2.0.6
v2.0.5
v2.0.4
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
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