mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-09 16:04:45 +00:00
Release note for #2997
This commit is contained in:
parent
8b9b2ced36
commit
a7af8f7da3
2 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ Changelog
|
|||
* The `wagtailforms` module now provides a `FormSubmissionPanel` for displaying details of form submissions (João Luiz Lorencetti)
|
||||
* The Wagtail version number can now be obtained as a tuple using `from wagtail import VERSION` (Tim Heap)
|
||||
* ``send_mail`` logic has been moved from ``AbstractEmailForm.process_form_submission`` into ``AbstractEmailForm.send_mail``. Now it's easier to override this logic (Tim Leguijt)
|
||||
* Added `before_create_page`, `before_edit_page`, `before_delete_page` hooks (Karl Hobley)
|
||||
* 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)
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ Minor features
|
|||
* The ``wagtailforms`` module now provides a ``FormSubmissionPanel`` for displaying details of form submissions; see :ref:`wagtailforms_formsubmissionpanel` for documentation. (João Luiz Lorencetti)
|
||||
* The Wagtail version number can now be obtained as a tuple using ``from wagtail import VERSION`` (Tim Heap)
|
||||
* ``send_mail`` logic has been moved from ``AbstractEmailForm.process_form_submission`` into ``AbstractEmailForm.send_mail``. Now it's easier to override this logic (Tim Leguijt)
|
||||
* Added ``before_create_page``, ``before_edit_page``, ``before_delete_page`` hooks (Karl Hobley)
|
||||
|
||||
|
||||
Bug fixes
|
||||
|
|
|
|||
Loading…
Reference in a new issue