mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-20 15:00:57 +00:00
Release note for #3492
This commit is contained in:
parent
62f5a0a4a1
commit
980f979d90
2 changed files with 2 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ Changelog
|
|||
* Mixcloud oEmbed pattern has been updated (Alice Rose)
|
||||
* Added `last_published_at` field to the Page model (Matt Westcott)
|
||||
* Added `show_in_menus_default` flag on page models, to allow "show in menus" to be checked by default (LB (Ben Johnston))
|
||||
* "Copy page" form now validates against copying to a destination where the user does not have permission (Henk-Jan van Hasselaar)
|
||||
* Fix: Unauthenticated AJAX requests to admin views now return 403 rather than redirecting to the login page (Karl Hobley)
|
||||
* Fix: `TableBlock` options `afterChange`, `afterCreateCol`, `afterCreateRow`, `afterRemoveCol`, `afterRemoveRow` and `contextMenu` can now be overridden (Loic Teixeira)
|
||||
* Fix: The lastmod field returned by wagtailsitemaps now shows the last published date rather than the date of the last draft edit (Matt Westcott)
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ Other features
|
|||
* Mixcloud oEmbed pattern has been updated (Alice Rose)
|
||||
* Added ``last_published_at`` field to the Page model (Matt Westcott)
|
||||
* Added ``show_in_menus_default`` flag on page models, to allow "show in menus" to be checked by default (LB (Ben Johnston))
|
||||
|
||||
* "Copy page" form now validates against copying to a destination where the user does not have permission (Henk-Jan van Hasselaar)
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue