Releases: wrav/oembed
Releases · wrav/oembed
v1.3.7 - Broken
Updated
- Updates to OembedModel / GraphQL bugfixes, this resolves issue #74 and PR #75. Thank you to @joshuabaker, @denisyilmaz and anyone else I missed.
- Clean up bugfixes changes
v1.3.6
v1.3.5
Updated
- Add settings-input for Facebook/Instagram access token. Thanks Floris aka @FlorisDerks
1.3.4
Updated
- Fix to normalizeValue function on GraphQL field's
__get()
magic method. Thanks @joshuabaker
1.3.3
1.3.2
1.3.1
Added
- (NEW FEATURE) Added GDPR setting to transform URL's for Youtube and Vimeo to their GDPR versions. This happens without needing to change existing URL's.
1.3.0
Added
- (NEW FEATURE) Added setting to hide preview iframe in the new a collapsable UI component.
- (NEW FEATURE) Added notification by email for broken URLs which can be set up in plugin settings. This feature is still under development and new feature's like Slack, Microsoft Team notification channels will be added including support to update the notify message copy.
Updated
- Preview iframe is now rendered into a collapsable component to save space.
- Add
overflow:hidden
to iframe to prevent overflow (#37).
1.2.5
1.2.4
Merge pull request #34 from wrav/feature/php7 PHP 7.0-compatible changes