Release notes for 2.16.3

pull/9136/head
Matt Westcott 2022-09-05 13:18:38 +01:00
rodzic 93264704e5
commit a3f5b28b76
3 zmienionych plików z 24 dodań i 0 usunięć

Wyświetl plik

@ -322,6 +322,14 @@ Changelog
* Fix: Ensure the icon font loads correctly when `STATIC_URL` is not `"/static/"` (Jacob Topp-Mugglestone)
2.16.3 (05.09.2022)
~~~~~~~~~~~~~~~~~~~
* Fix: Ensure the upgrade notification request for the latest release, which can be disabled via the `WAGTAIL_ENABLE_UPDATE_CHECK` sends the referrer origin with `strict-origin-when-cross-origin` (Karl Hobley)
* Fix: On the Locked Pages report, limit the "locked by" filter to just users who have locked pages (Stefan Hammer)
* Fix: Ensure Python 3.10 compatibility when using Elasticsearch backend (Przemysław Buczkowski, Matt Westcott)
2.16.2 (11.04.2022)
~~~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -0,0 +1,15 @@
# Wagtail 2.16.3 release notes
```eval_rst
.. contents::
:local:
:depth: 1
```
## What's new
### Bug fixes
* Ensure the upgrade notification request for the latest release, which can be disabled via the `WAGTAIL_ENABLE_UPDATE_CHECK` sends the referrer origin with `strict-origin-when-cross-origin` (Karl Hobley)
* On the Locked Pages report, limit the "locked by" filter to just users who have locked pages (Stefan Hammer)
* Ensure Python 3.10 compatibility when using Elasticsearch backend (Przemysław Buczkowski, Matt Westcott)

Wyświetl plik

@ -12,6 +12,7 @@ Release notes
3.0.2
3.0.1
3.0
2.16.3
2.16.2
2.16.1
2.16