mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-29 02:54:49 +00:00
Changelog/release note for #2975
This commit is contained in:
parent
34331023d7
commit
9d655a9f8a
2 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ Changelog
|
|||
* Elasticsearch 2 support (Karl Hobley)
|
||||
* Added support for AWS CloudFront in frontend cache invalidation module (Rob Moorman)
|
||||
* Unpublishing a page now gives the option to unpublish subpages too (Jordi Joan)
|
||||
* The ``|embed`` filter has been converted into a templatetag ``{% embed %}`` (Janneke Janssen)
|
||||
* 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)
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ Unpublishing a page now gives the option to unpublish its subpages at the same t
|
|||
Minor features
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
* The ``|embed`` filter has been converted into a templatetag ``{% embed %}`` (Janneke Janssen)
|
||||
* 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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue