pull/1643/merge
Matt Westcott 2015-08-26 12:04:53 +01:00
rodzic 2163e29b68
commit d01421d2d6
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -27,6 +27,7 @@ Changelog
* Fix: Text areas in the non-default tab of the page editor now resize to the correct height
* Fix: Tabs in "insert link" modal in the rich text editor no longer disappear (Tim Heap)
* Fix: H2 elements in rich text fields were accidentally given a click() binding when put insite a collapsible multi field panel
* Fix: The wagtailimages module is now compatible with remote storage backends that do not allow reopening closed files
1.0 (16.07.2015)

Wyświetl plik

@ -63,6 +63,7 @@ Bug fixes
* Text areas in the non-default tab of the page editor now resize to the correct height
* Tabs in "insert link" modal in the rich text editor no longer disappear (Tim Heap)
* H2 elements in rich text fields were accidentally given a click() binding when put insite a collapsible multi field panel
* The ``wagtailimages`` module is now compatible with remote storage backends that do not allow reopening closed files
Upgrade considerations