mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-30 01:46:24 +01:00
e48c1704cb
It's a really small thing, but I honestly feel like Cynthia did most of the work of taking my workaround to production quality code and pushing it over the finish line. So she should be first here.
31 lines
1.1 KiB
ReStructuredText
31 lines
1.1 KiB
ReStructuredText
============================
|
|
Wagtail 2.11.2 release notes
|
|
============================
|
|
|
|
.. contents::
|
|
:local:
|
|
:depth: 1
|
|
|
|
|
|
What's new
|
|
==========
|
|
|
|
Facebook and Instagram embed finders
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Two new embed finders have been added for Facebook and Instagram, to replace the previous configuration
|
|
using Facebook's public oEmbed endpoint which was retired in October 2020. These require a Facebook
|
|
developer API key - for details of configuring this, see :ref:`facebook_and_instagram_embeds`.
|
|
This feature was developed by Cynthia Kiser and Luis Nell.
|
|
|
|
|
|
Bug fixes
|
|
~~~~~~~~~
|
|
|
|
* Improve performance of permission check on translations for edit page (Karl Hobley)
|
|
* Gracefully handle missing Locale records on ``Locale.get_active`` and ``.localized`` (Matt Westcott)
|
|
* Handle ``get_supported_language_variant`` returning a language variant not in ``LANGUAGES`` (Matt Westcott)
|
|
* Reinstate missing icon on settings edit view (Jérôme Lebleu)
|
|
* Avoid performance and pagination logic issues with a large number of languages (Karl Hobley)
|
|
* Allow deleting the default locale (Matt Westcott)
|