2023-03-13 11:13:28 +01:00
|
|
|
# Wagtail 4.2.1 release notes
|
2023-02-13 13:36:43 +01:00
|
|
|
|
2023-03-13 11:13:28 +01:00
|
|
|
_March 13, 2023_
|
2023-02-13 13:36:43 +01:00
|
|
|
|
|
|
|
```{contents}
|
|
|
|
---
|
|
|
|
local:
|
|
|
|
depth: 1
|
|
|
|
---
|
|
|
|
```
|
|
|
|
|
|
|
|
## What's new
|
|
|
|
|
|
|
|
### Bug fixes
|
|
|
|
|
|
|
|
* Support creating `StructValue` copies (Tidiane Dia)
|
2023-02-14 14:56:56 +01:00
|
|
|
* Fix image uploads on storage backends that require file pointer to be at the start of the file (Matt Westcott)
|
2023-02-14 16:35:20 +01:00
|
|
|
* Fix "Edit this page" missing from userbar (Satvik Vashisht)
|
2023-02-21 18:43:49 +01:00
|
|
|
* Prevent audit log report from failing on missing models (Andy Chosak)
|
2023-02-28 12:03:59 +01:00
|
|
|
* Fix page/snippet cannot proceed a `GroupApprovalTask` if it's locked by someone outside of the group (Sage Abdullah)
|
2023-03-07 20:01:40 +01:00
|
|
|
* Add missing log information for `wagtail.schedule.cancel` (Stefan Hammer)
|
|
|
|
* Fix timezone activation leaking into subsequent requests in `require_admin_access()` (Stefan Hammer)
|
2023-03-07 14:47:59 +01:00
|
|
|
* Fix dialog component's message to have rounded corners at the top side (Sam)
|
2023-03-08 17:45:33 +01:00
|
|
|
* Prevent matches from unrelated models from leaking into SQLite FTS searches (Matt Westcott)
|
2023-03-10 10:52:17 +01:00
|
|
|
* Prevent duplicate addition of StreamField blocks with the new block picker (Deepam Priyadarshi)
|
2023-03-08 15:27:40 +01:00
|
|
|
* Update Algolia DocSearch to use new application and correct versioning setup (Thibaud Colas)
|
2023-03-10 18:17:24 +01:00
|
|
|
|
|
|
|
### Documentation
|
|
|
|
|
|
|
|
* Docs: Clarify `ClusterableModel` requirements for using relations with `RevisionMixin`-enabled models (Sage Abdullah)
|