mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-15 02:33:13 +00:00
Release note for #2848
This commit is contained in:
parent
e128921cfb
commit
0714cddd54
2 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ Changelog
|
|||
* Added ability to delete users through Settings -> Users (Vincent Audebert; thanks also to Ludolf Takens and Tobias Schmidt for alternative implementations)
|
||||
* Page previews now pass additional HTTP headers, to simulate the page being viewed by the logged-in user and avoid clashes with middleware (Robert Rollins)
|
||||
* Added back buttons to page delete and unpublish confirmation screens (Matt Westcott)
|
||||
* Recognise Flickr embed URLs using HTTPS (Danielle Madeley)
|
||||
* Fix: Email templates and document uploader now support custom `STATICFILES_STORAGE` (Jonny Scholes)
|
||||
* Fix: Removed alignment options (deprecated in HTML and not rendered by Wagtail) from `TableBlock` context menu (Moritz Pfeiffer)
|
||||
* Fix: Fixed incorrect CSS path on ModelAdmin's "choose a parent page" view
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ Minor features
|
|||
* Added ability to delete users through Settings -> Users (Vincent Audebert; thanks also to Ludolf Takens and Tobias Schmidt for alternative implementations)
|
||||
* Page previews now pass additional HTTP headers, to simulate the page being viewed by the logged-in user and avoid clashes with middleware (Robert Rollins)
|
||||
* Added back buttons to page delete and unpublish confirmation screens (Matt Westcott)
|
||||
* Recognise Flickr embed URLs using HTTPS (Danielle Madeley)
|
||||
|
||||
|
||||
Bug fixes
|
||||
|
|
|
|||
Loading…
Reference in a new issue