Releases: spicywebau/craft-embedded-assets
Releases · spicywebau/craft-embedded-assets
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)
v0.3.4
v0.3.3
Fixed
Fixed issue where certain filenames weren't being cleansed properly, resulting in the file not being recognised by the plugin
v0.3.2
Improved
Improved reading performance on embedded asset filesImproved
Implemented control panel caching on embedded asset thumbnailsImproved
Now checking for compatible PHP version (5.5+)
v0.3.1
Added
Embedded asset models now include the original provided URL under the "requestUrl" attributeImproved
Embedded asset file names now include the title of the embedded mediaImproved
Implemented a more secure way of reading embedded asset files
v0.3.0
Added
Added plugin iconAdded
Added author asset table attributeImproved
Embed URL's in asset table now have their protocol and www's stripped