Releases: wrav/oembed
Releases · wrav/oembed
v3.1.3
Update
- Passing the option & cache variables to the anonymous function for parsing tags. Thanks @JeroenJRP
v3.1.2
Added
- New parser to output embeds added in CKEditor using it's Media embed feature. Thanks @JeroenJRP
v3.1.1
Update
- Removed Assets from console. Relates to #158. Thanks @jeffreyzant
v3.1.0
Added
- Added support for adapter extractor support to allow custom site handling
Update
- Refactor EmbedAdapter to handle extractor object to support better fallback for some websites
v3.0.9
v3.0.8
Update
- Resolved GraphQL issues. Special thanks to @davidwebca
v3.0.7
Update
- Resolve YT loop issues. Reported by @holiday-jan in issue #146. Thanks @holiday-jan
3.0.6
Update
- Fixed issue with src attribute not being set on iframe. Reported by @holiday-jan in issue #146. Thanks @holiday-jan
- Rework preview handling
- Updated README docs
- Fallback .code for certain providers, this completely blocked GraphQL users. Reported by @yoannisj in issue #129. Thanks @yoannisj
v3.0.5
Update
- Modified handling of empty embedded media codes
v3.0.4
Update
- Adds version to cache key to prevent cache key collisions. Thanks to @helleholmsen for helping find this