mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-24 00:24:48 +00:00
Release notes for #3016
This commit is contained in:
parent
fb93a6d6b9
commit
48296e7568
2 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ Changelog
|
|||
* Updated font sizes and colours to improve legibility of admin menu and buttons (Stein Strindhaug)
|
||||
* Added pagination to "choose destination" view when moving pages (Nick Smith, Žan Anderle)
|
||||
* Added ability to annotate search results with score (Karl Hobley)
|
||||
* Added ability to limit access to form submissions (Mikalai Radchuk)
|
||||
* Fix: Migrations for wagtailcore and project template are now reversible (Benjamin Bach)
|
||||
* Fix: The default image format label text ('Full width', 'Left-aligned', 'Right-aligned') is now localised (Mikalai Radchuk)
|
||||
* Fix: Text on the front-end 'password required' form is now marked for translation (Janneke Janssen)
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@ Minor features
|
|||
* Updated font sizes and colours to improve legibility of admin menu and buttons (Stein Strindhaug)
|
||||
* Added pagination to "choose destination" view when moving pages (Nick Smith, Žan Anderle)
|
||||
* Added ability to annotate search results with score - see :ref:`wagtailsearch_annotating_results_with_score` (Karl Hobley)
|
||||
* Added ability to limit access to form submissions - see :ref:`filter_form_submissions_for_user` (Mikalai Radchuk)
|
||||
|
||||
|
||||
Bug fixes
|
||||
|
|
|
|||
Loading…
Reference in a new issue