Changelog/release note for #1489 and #1520

pull/1537/head
Karl Hobley 2015-07-21 09:52:14 +01:00
rodzic f2b03c8e57
commit eb9733610f
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -14,6 +14,8 @@ Changelog
* Image file size is now stored in the database, to avoid unnecessary filesystem lookups
* Updated URLs within the admin backend to use namespaces
* 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
1.0 (16.07.2015)

Wyświetl plik

@ -31,3 +31,5 @@ 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