2016-08-09 17:22:14 +02:00
=========================
Wagtail 1.7 release notes
=========================
.. contents ::
:local:
:depth: 1
What's new
==========
2016-08-31 13:56:39 +02:00
Elasticsearch 2 support
~~~~~~~~~~~~~~~~~~~~~~~
Wagtail now supports Elasticsearch 2. Note that you need to change backend in `` WAGTAILSEARCH_BACKENDS `` , if you wish to switch to Elasticsearch 2. This feature was developed by Karl Hobley.
See: :ref: `wagtailsearch_backends_elasticsearch`
2016-08-29 16:24:53 +02:00
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`
2016-08-30 16:08:56 +02:00
Unpublishing subpages
~~~~~~~~~~~~~~~~~~~~~
Unpublishing a page now gives the option to unpublish its subpages at the same time. This feature was developed by Jordi Joan.
2016-08-09 17:22:14 +02:00
Minor features
~~~~~~~~~~~~~~
2016-08-30 12:00:02 +02:00
* 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)
2016-08-18 13:05:29 +02:00
2016-08-09 17:22:14 +02:00
Bug fixes
~~~~~~~~~
2016-08-11 13:04:10 +02:00
* Migrations for wagtailcore and project template are now reversible (Benjamin Bach)
2016-08-17 19:50:57 +02:00
* The default image format label text ('Full width', 'Left-aligned', 'Right-aligned') is now localised (Mikalai Radchuk)
2016-08-30 12:03:28 +02:00
* Text on the front-end 'password required' form is now marked for translation (Janneke Janssen)
2016-08-23 23:25:30 +02:00
* Fixed toggle behaviour of userbar on mobile (Robert Rollins)
2016-08-11 13:04:10 +02:00
2016-08-09 17:22:14 +02:00
Upgrade considerations
======================