Skip to content

Releases: wrav/oembed

v1.3.7 - Broken

15 Jun 06:00
Compare
Choose a tag to compare

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

28 Oct 00:58
Compare
Choose a tag to compare

Added

  • Added new render option called attributes to allow custom attributes to bet added to iframe element, this resolves issue (#51).

v1.3.5

28 Oct 00:56
Compare
Choose a tag to compare

Updated

  • Add settings-input for Facebook/Instagram access token. Thanks Floris aka @FlorisDerks

1.3.4

29 Jun 12:15
51f2b23
Compare
Choose a tag to compare

Updated

  • Fix to normalizeValue function on GraphQL field's __get() magic method. Thanks @joshuabaker

1.3.3

29 Jun 09:46
Compare
Choose a tag to compare

Updated

  • Fix to GraphQL bug caused by PHP NULL coalescing operator from issue (#46).

1.3.2

05 Jun 05:53
eb129e2
Compare
Choose a tag to compare

Updated

  • Fixed GraphQL bug Internal Server Error: GraphQL fails to get oembed fields (#46).

1.3.1

13 May 00:40
02fe15b
Compare
Choose a tag to compare

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

05 Mar 00:32
47ddc7c
Compare
Choose a tag to compare

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

09 Feb 22:29
Compare
Choose a tag to compare

Updated

  • Allow users to set width and height on the iframe (#35).

1.2.4

05 Feb 23:11
5092954
Compare
Choose a tag to compare
Merge pull request #34 from wrav/feature/php7

PHP 7.0-compatible changes