0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 01:22:07 +01:00
wagtail/docs/releases/4.1.1.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
1.1 KiB
Markdown
Raw Normal View History

# Wagtail 4.1.1 release notes
2022-11-11 17:30:10 +01:00
_November 11, 2022_
```{contents}
---
local:
depth: 1
---
```
## What's new
### Bug fixes
* Fix issue where lock/unlock buttons would not work on the Dashboard (home) page or the page index listing via the status sidebar (Stefan Hammer)
2022-11-07 13:26:51 +01:00
* Fix disabled style on StreamField add button (Matt Westcott)
* Ensure models are fully loaded before registering snippets, to avoid circular import issues (Matt Westcott)
2022-11-08 18:56:53 +01:00
* Prevent fields without a `verbose_name` property from breaking usage report views (Matt Westcott)
* Exclude tags from the reference index (Matt Westcott)
2022-11-09 15:21:20 +01:00
* Fix errors in handling generic foreign keys when populating the reference index (Matt Westcott)
* Prevent error in handling null ParentalKeys when populating the reference index (Matt Westcott)
* Make sure minimap error indicators follow the minimap scrolling (Thibaud Colas)
2022-11-11 15:41:06 +01:00
* Ensure background HTTP request to clear stale preview data correctly respects the `CSRF_HEADER_NAME` setting (Sage Abdullah)
* Prevent error on aging pages report when "Last published by" user has been deleted (Joshua Munn)