Releases: wrav/oembed
Releases · wrav/oembed
v3.0.2
Update
- Add data mapping and fallback for image properties. Reported by @maxfenton in issue #143 and @helleholmsen in issue #145. Thanks @maxfenton and @helleholmsen
v3.0.1
Update
- Handle all exceptions in OembedService to prevent edge case errors. Reported by @holiday-jan in issue #141. Thanks @holiday-jan
v3.0.0
What's Changed - BREAKING CHANGE
- Update embed/embed to v4 for support with newer plugins by @reganlawton in #140
Full Changelog: 2.3.1...3.0.0
v2.3.1
Update
- Added fix for issue #138, caused by static return type on the JobInterface. Thanks @laurabennett
- Added @sgtpenguin 's PR to avoid GraphQL bug by defaulting the height and width to NULL for the fallback adapter. Thanks @sgtpenguin
v2.3.0
Update
- Added default caching keys to resolve missing field data while cached
v1.13.19
Update
- Fix for FallbackAdapter not being handled correctly. Thanks @creode-dev
v2.2.2
Update
- Fix Craft 4 type compatibility. THANKS @raymondelooff
v2.2.1
v2.2.0
Update
- Converting DOMDocument to JSON and back to StdClass due to error "Serialization of 'DOMDocument' is not allowed" with caching in PHP 8.
- Fixed
required
option not applying
v1.3.18
Update
- Converting DOMDocument to JSON and back to StdClass due to error "Serialization of 'DOMDocument' is not allowed" with caching in PHP 8.
- Fixed
required
option not applying