mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
parent
3557c954c0
commit
ee68d2214a
2 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ Changelog
|
|||
* Added settings to customise pagination page size for the Images admin area (Brian Whitton)
|
||||
* Added ARIA role to TableBlock output (Matt Westcott)
|
||||
* Added cache-busting query parameters to static files within the Wagtail admin (Matt Westcott)
|
||||
* Allow `register_page_action_menu_item` and `construct_page_action_menu` hooks to override the default menu action (Rahmi Pruitt, Matt Westcott)
|
||||
* Fix: Added line breaks to long filenames on multiple image / document uploader (Kevin Howbrook)
|
||||
* Fix: Added https support for Scribd oEmbed provider (Rodrigo)
|
||||
* Fix: Changed StreamField group labels color so labels are visible (Catherine Farman)
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ Other features
|
|||
* Added settings to customise pagination page size for the Images admin area (Brian Whitton)
|
||||
* Added ARIA role to TableBlock output (Matt Westcott)
|
||||
* Added cache-busting query parameters to static files within the Wagtail admin (Matt Westcott)
|
||||
* Allow ``register_page_action_menu_item`` and ``construct_page_action_menu`` hooks to override the default menu action (Rahmi Pruitt, Matt Westcott)
|
||||
|
||||
|
||||
Bug fixes
|
||||
|
|
|
|||
Loading…
Reference in a new issue