Changelog and release note for #791

pull/845/head
Karl Hobley 2014-12-01 11:48:41 +00:00
rodzic 2175e9102b
commit b8b079a28c
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,7 @@ Changelog
* Javascript includes in the admin backend have been moved to the HTML header, to accommodate form widgets that render inline scripts that depend on libraries such as jQuery
* Improvements to the layout of the admin menu footer.
* Added thousands separator for counters on dashboard
* Added links to admin notification messages
* Fix: It is no longer possible to have the explorer and settings menu open at the same time

Wyświetl plik

@ -16,6 +16,7 @@ Minor features
* Javascript includes in the admin backend have been moved to the HTML header, to accommodate form widgets that render inline scripts that depend on libraries such as jQuery
* Improvements to the layout of the admin menu footer.
* Added thousands separator for counters on dashboard
* Added links to admin notification messages
Bug fixes