0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 01:22:07 +01:00
wagtail/docs/releases/1.7.rst

41 lines
1.2 KiB
ReStructuredText

=========================
Wagtail 1.7 release notes
=========================
.. contents::
:local:
:depth: 1
What's new
==========
AWS CloudFront support added to cache invalidation module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Wagtail's cache invalidation module can now invalidate pages cached in AWS CloudFront when they are updated or unpublished.
This feature was developed by Rob Moorman.
See: :ref:`frontendcache_aws_cloudfront`
Minor features
~~~~~~~~~~~~~~
* 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)
Bug fixes
~~~~~~~~~
* Migrations for wagtailcore and project template are now reversible (Benjamin Bach)
* The default image format label text ('Full width', 'Left-aligned', 'Right-aligned') is now localised (Mikalai Radchuk)
* Text on the front-end 'password required' form is now marked for translation (Janneke Janssen)
* Fixed toggle behaviour of userbar on mobile (Robert Rollins)
Upgrade considerations
======================