pull/3694/head
Matt Westcott 2017-06-19 16:57:05 +01:00
rodzic b92b862537
commit 3d9159c0b4
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -20,6 +20,7 @@ Changelog
* Fix: `TableBlock` options `afterChange`, `afterCreateCol`, `afterCreateRow`, `afterRemoveCol`, `afterRemoveRow` and `contextMenu` can now be overridden (Loic Teixeira)
* Fix: The lastmod field returned by wagtailsitemaps now shows the last published date rather than the date of the last draft edit (Matt Westcott)
* Fix: Document chooser upload form no longer renders container elements for hidden fields (Jeffrey Chau)
* Fix: Prevented exception when visiting a preview URL without initiating the preview (Paul Kamp)
1.10.1 (19.05.2017)

Wyświetl plik

@ -243,6 +243,7 @@ Contributors
* Marc Tudurí
* Lucas Moeskops
* Rob van der Linde
* Paul Kamp
Translators
===========

Wyświetl plik

@ -69,6 +69,7 @@ Bug fixes
* ``TableBlock`` options ``afterChange``, ``afterCreateCol``, ``afterCreateRow``, ``afterRemoveCol``, ``afterRemoveRow`` and ``contextMenu`` can now be overridden (Loic Teixeira)
* The lastmod field returned by wagtailsitemaps now shows the last published date rather than the date of the last draft edit (Matt Westcott)
* Document chooser upload form no longer renders container elements for hidden fields (Jeffrey Chau)
* Prevented exception when visiting a preview URL without initiating the preview (Paul Kamp)
Upgrade considerations