pull/3495/merge
Matt Westcott 2017-03-24 10:57:16 +01:00
rodzic beeb09678a
commit 6aea6a6856
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -38,6 +38,7 @@ Changelog
* Fix: Paginating with a search present was always returning the 1st page in Internet Explorer 10 & 11 (Ralph Jacobs)
* Fix: RoutablePageMixin and wagtailforms previews now set the `request.is_preview` flag (Wietze Helmantel)
* Fix: The save and preview buttons in the page editor are now mobile-friendly (Maarten Kling)
* Fix: Page links within rich text now respect custom URLs defined on specific page models (Gary Krige, Huub Bouma)
1.9 (16.02.2017)

Wyświetl plik

@ -224,6 +224,7 @@ Contributors
* Patrick Gerken
* Will Giddens
* Maarten Kling
* Huub Bouma
Translators
===========

Wyświetl plik

@ -50,6 +50,7 @@ Bug fixes
* Paginating with a search present was always returning the 1st page in Internet Explorer 10 & 11 (Ralph Jacobs)
* RoutablePageMixin and wagtailforms previews now set the ``request.is_preview`` flag (Wietze Helmantel)
* The save and preview buttons in the page editor are now mobile-friendly (Maarten Kling)
* Page links within rich text now respect custom URLs defined on specific page models (Gary Krige, Huub Bouma)
Upgrade considerations