Skip to content

Latest commit

 

History

History
executable file
·
170 lines (107 loc) · 5.26 KB

CHANGELOG.md

File metadata and controls

executable file
·
170 lines (107 loc) · 5.26 KB

oEmbed Changelog

1.3.7 - 2020-06-15

Updated

  • Updates to OembedModel / GraphQL bugfixes, this resolves issues #74 and PR #75. Thank you to @joshuabaker, @denisyilmaz and anyone else I missed.
  • Clean up bugfixes changes

1.3.6 - 2020-10-28

Added

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

1.3.5 - 2020-10-28

Updated

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

1.3.4 - 2020-06-29

Updated

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

1.3.3 - 2020-06-29

Updated

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

1.3.2 - 2020-06-05

Updated

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

1.3.1 - 2020-05-08

Added

  • (NEW FEATURE) Added GDPR setting to transform URL's for Youtube and Vimeo to their GDPR versions. This happen's without needing to change existing URL's.

1.3.0 - 2020-03-05

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 - 2020-02-10

Updated

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

1.2.4 - 2020-02-05

Updated

  • Removed package dependacy to get PHP 7.0-compatible (#33)

1.2.3 - 2020-02-05

Fixed

  • Fixed "Upgrading to 1.2.0+ disables admin UI (#32)" bug caused by LibXML rendering self closing iframe.

1.2.2 - 2020-01-30

Updated

  • Updated README with usage of new feature.

Added

  • (NEW FEATURE) Add new params option to allow you to set missing URL query params that are supported by the providers oembed protocol. (#24 & #30)

1.2.1 - 2020-01-19

Updated

  • Re-add rel feature missing due to merge conflict. (#24)

1.2.0 - 2020-01-19

Updated

  • Support rel URL propety via DOM manipulation. (#24)
  • Added GraphQL support. (#25)
  • Updated docs

Fixed

  • Fixed "Undefined index: autoplay" warnings. (#26)

1.1.8 - 2019-09-16

Updated

  • Support Youtube and Vimeo autoplay, loop and autopause embed feature via DOM manipulation. (#14)

Fixed

  • Array to string conversion bug due to lack of a recursive function. (#17)

1.1.7 - 2019-09-16

Updated

  • Support custom control panel (cpTrigger) configurations.

1.1.6 - 2019-04-22

Updated

  • Caching is now a field you enable in new settings area.

1.1.5 - 2019-04-15

Updated

  • Updated to prevent <script/> rendering outsite /admin/entries, with support if admin isn't the CP URL trigger.

1.1.4 - 2019-04-04

Updated

  • Updated to allow better support for sites which don't quite meet the oEmbed format requirements.

1.1.3 - 2019-03-29

Added

  • Added valid method to handle errors gracefully (Thanks @iparr).
  • Added data caching for parsed URLs to help increase page response time.

Updated

  • Updated docs.

1.1.2 - 2019-02-18

Updated

  • Version bump.

1.1.1 - 2019-02-18

Updated

  • Fix bug in field type rendering.

1.1.0 - 2019-03-13

{note} The plugin’s dependence has changed from essence/essence to embed/embed. After updating to oEmbed 1.1.0 or later, make sure you reference to the README and test your site for possible missing/ renamed twig object keys.

Updated

  • Updated composer package essence/essence to embed/embed to handle more edge case URLs.

1.0.5 - 2019-02-08

Updated

  • Fix bug where field is in Matrix field and the AJAX event action isn't bound / fired until after entry initial saved

1.0.4 - 2019-01-17

Updated

  • Allowing support for CraftCMS v3.1

1.0.3 - 2018-12-07

Updated

  • Prevent JS asset rendering on frontend
  • Revert javascript to use jQuery

1.0.2 - 2018-12-06

Updated

  • Refactored javascript to use native JS over jQuery

1.0.1 - 2018-11-26

Updated

  • Changed preview controller action access to prevent anonymous access
  • Refactored the preview action to use a template with wrapper to allow for future styling and updates

1.0.0 - 2018-11-18

Added

  • Initial release and migration from previous project