2.11.2.rst 1.1 KB

123456789101112131415161718192021222324252627282930
  1. ============================
  2. Wagtail 2.11.2 release notes
  3. ============================
  4. .. contents::
  5. :local:
  6. :depth: 1
  7. What's new
  8. ==========
  9. Facebook and Instagram embed finders
  10. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  11. Two new embed finders have been added for Facebook and Instagram, to replace the previous configuration
  12. using Facebook's public oEmbed endpoint which was retired in October 2020. These require a Facebook
  13. developer API key - for details of configuring this, see :ref:`facebook_and_instagram_embeds`.
  14. This feature was developed by Cynthia Kiser and Luis Nell.
  15. Bug fixes
  16. ~~~~~~~~~
  17. * Improve performance of permission check on translations for edit page (Karl Hobley)
  18. * Gracefully handle missing Locale records on ``Locale.get_active`` and ``.localized`` (Matt Westcott)
  19. * Handle ``get_supported_language_variant`` returning a language variant not in ``LANGUAGES`` (Matt Westcott)
  20. * Reinstate missing icon on settings edit view (Jérôme Lebleu)
  21. * Avoid performance and pagination logic issues with a large number of languages (Karl Hobley)
  22. * Allow deleting the default locale (Matt Westcott)