Releases: spicywebau/craft-embedded-assets
Releases · spicywebau/craft-embedded-assets
Embedded Assets 2.9.0
Added
- Added console commands for refreshing all embedded asset data and refreshing embedded asset data by volume
Embedded Assets 2.8.1
Changed
- Updated
spicyweb\embeddedassets\events\BeforeCreateAdapterEvent
to allow custom configuration ofDispatcher
instance (thanks @qrazi)
Embedded Assets 2.8.0
Added
- Added
spicyweb\embeddedassets\Service::EVENT_BEFORE_CREATE_ADAPTER
- Added
spicyweb\embeddedassets\events\BeforeCreateAdapterEvent
Changed
- Updated JavaScript dependencies
Embedded Assets 2.7.0
Added
- Added the
iframeCode
andiframeSrc
fields for GraphQL queries, which take aparams
argument in the same format as an embedded asset model'sgetIframeCode()
andgetIframeSrc()
methods
Changed
- Embedded Assets now requires Embed 3.4.17 or any later Embed 3 version
Embedded Assets 2.6.1
Changed
- Restricted Embedded Assets' required Embed version to 3.4.15 for now
Embedded Assets 2.6.0
Added
- Added the
Use YouTube nocookie?
plugin setting, which will force usage of theyoutube-nocookie.com
domain for YouTube iframes when enabled - Added the
Disable tracking on Vimeo iframes?
plugin setting, which will force usage of thednt=1
query parameter for Vimeo iframes when enabled - Added
spicyweb\embeddedassets\models\EmbeddedAsset::getIframeCode()
(likegetVideoCode()
, but for all cases where the embedded asset'scode
is an<iframe>
) - Added
spicyweb\embeddedassets\models\EmbeddedAsset::getIframeSrc()
(likegetVideoUrl()
, but for all cases where the embedded asset'scode
is an<iframe>
)
Changed
- Embedded Assets now requires Craft 3.6.0 or later
- Changed Embedded Assets' JavaScript dependency package management from Yarn to NPM
Embedded Assets 2.5.3
Fixed
- Fixed an issue where direct Vimeo URLs could not be embedded (thanks @boboldehampsink)
- Fixed a potential preview styling issue when the embedded asset code is a
<video>
Embedded Assets 2.5.2
Changed
- Updated the
embed/embed
library version requirement to ^3.4.15
Embedded Assets 2.5.1
Fixed
- Fixed a bug where a validation error would occur when saving the plugin settings, if any of the Parameters list values were 0
Embedded Assets 2.5.0
Changed
- The embedded asset caching added in Embedded Assets 2.3.0 now uses the Craft data cache, rather than manual saving of files within
storage/runtime/assets/embeddedassets
(thanks @johndwells)
Fixed
- Fixed a potential error when trying to get the
EmbeddedAsset
model of an asset that wasn't an embedded asset