pull/4502/merge
Matt Westcott 2018-05-04 16:19:27 +01:00
rodzic 01c4b3bfd8
commit 7f38c476be
3 zmienionych plików z 8 dodań i 1 usunięć

Wyświetl plik

@ -8,6 +8,7 @@ Changelog
* Added direct profile picture upload to account preferences (Daniel Chimeno, Pierre Geier, Matt Westcott)
* Added API endpoint for finding pages by HTML path (Karl Hobley)
* Added time zone setting to account preferences (David Moore)
* Added Elasticsearch 6 support (Karl Hobley)
* Persist tab hash in URL to allow direct navigation to tabs in the admin interface (Ben Weatherman)
* Animate the chevron icon when opening sub-menus in the admin (Carlo Ascani)
* Look through the target link and target page slug (in addition to the old slug) when searching for redirects in the admin (Michael Harrison)

Wyświetl plik

@ -35,6 +35,12 @@ User time zone setting
Users can now set their current time zone through the Account Settings menu, which will then be reflected in date / time fields throughout the admin (such as go-live / expiry dates). The list of available time zones can be configured via the :ref:`WAGTAIL_USER_TIME_ZONES <WAGTAIL_USER_TIME_ZONES>` setting. This feature was developed by David Moore.
Elasticsearch 6 support
~~~~~~~~~~~~~~~~~~~~~~~
Wagtail now supports Elasticsearch 6. See :ref:`wagtailsearch_backends_elasticsearch` for configuration details. This feature was developed by Karl Hobley.
Other features
~~~~~~~~~~~~~~

Wyświetl plik

@ -97,7 +97,7 @@ Elasticsearch Backend
Support for Elasticsearch 5.x was added
.. versionchanged:: TODO ADD VERSION HERE
.. versionchanged:: 2.1
Support for Elasticsearch 6.x was added