Release note / Upgrade consideration note for #7292

pull/7338/head
Matt Westcott 2021-07-12 16:54:25 +01:00
rodzic 9b387625ca
commit be857cc5e9
3 zmienionych plików z 12 dodań i 4 usunięć

Wyświetl plik

@ -18,6 +18,7 @@ Changelog
* Allow ListBlock to raise validation errors that are not attached to an individual child block (Matt Westcott)
* Use `DATETIME_FORMAT` for localization in templates (Andrew Stone)
* Added documentation on multi site, multi instance and multi tenancy setups (Coen Van Der Kamp)
* Updated Facebook / Instagram oEmbed endpoints to v11.0 (Thomas Kremmel)
* Fix: Invalid filter values for foreign key fields in the API now give an error instead of crashing (Tidjani Dia)
* Fix: Ordering specified in `construct_explorer_page_queryset` hook is now taken into account again by the page explorer API (Andre Fonseca)
* Fix: Deleting a page from its listing view no longer results in a 404 error (Tidjani Dia)

Wyświetl plik

@ -210,10 +210,11 @@ and `Instagram <https://developers.facebook.com/docs/instagram/oembed>`_ documen
As of June 2021, the `oEmbed Product` has been replaced with the `oEmbed Read`
feature. In order to embed Facebook and Instagram posts your app must activate
the `oEmbed Read` feature. Furthermore the app must be reviewed and accepted
by Facebook. You can find the announcement in the API `changelog
<https://developers.facebook.com/docs/graph-api/changelog/version11.0/#oembed>`.
Apps that activated the `oEmbed Product` before June 8, 2021 need to activate
the `oEmbed Read` feature and review their app before September 7, 2021.
by Facebook. You can find the announcement in the `API changelog
<https://developers.facebook.com/docs/graph-api/changelog/version11.0/#oembed>`_.
Apps that activated the oEmbed Product before June 8, 2021 need to activate
the oEmbed Read feature and review their app before September 7, 2021.
Once you have your app access tokens (App ID and App Secret), add the Facebook and/or
Instagram finders to your ``WAGTAILEMBEDS_FINDERS`` setting and configure them with

Wyświetl plik

@ -26,6 +26,7 @@ Other features
* Allow ListBlock to raise validation errors that are not attached to an individual child block (Matt Westcott)
* Use ``DATETIME_FORMAT`` for localization in templates (Andrew Stone)
* Added documentation on multi site, multi instance and multi tenancy setups (Coen Van Der Kamp)
* Updated Facebook / Instagram oEmbed endpoints to v11.0 (Thomas Kremmel)
Bug fixes
~~~~~~~~~
@ -62,3 +63,8 @@ User bar with keyboard and screen reader support
The Wagtail user bar (“edit bird”) widget now supports keyboard and screen reader navigation. To make the most of this, we now recommend placing the widget near the top of the page ``<body>``, so users can reach it without having to go through the whole page. See :ref:`wagtailuserbar_tag` for more information.
For implementers of custom user bar menu items, we also now require the addition of ``role="menuitem"`` on the ``a`` element to provide the correct semantics. See :ref:`construct_wagtail_userbar` for more information.
Deprecation of Facebook / Instagram oEmbed product
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
As of June 2021, the procedure for setting up a Facebook app to handle Facebook / Instagram embedded content (see :ref:`facebook_and_instagram_embeds`) has changed. It is now necessary to activate the "oEmbed Read" feature on the app, and submit it to Facebook for review. Apps that activated the oEmbed Product before June 8, 2021 must be migrated to oEmbed Read by September 7, 2021 to continue working. No change to the Wagtail code or configuration is required.