mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-17 03:31:11 +00:00
Changelog/release note for #878
This commit is contained in:
parent
ac24f7c4c5
commit
b8e757c692
2 changed files with 3 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ Changelog
|
|||
* Fix: On adding a new page, the available page types are ordered by the displayed verbose name
|
||||
* Fix: Active admin submenus were not properly closed when activating another
|
||||
* Fix: get_sitemap_urls is now called on the specific page class so it can now be overridden (Jerel Unruh)
|
||||
* (Firefox and IE) Fixed preview window hanging and not refocusing when "Preview" button is clicked again
|
||||
|
||||
|
||||
0.8.4 (04.12.2014)
|
||||
|
|
|
|||
|
|
@ -15,4 +15,5 @@ Bug fixes
|
|||
|
||||
* On adding a new page, the available page types are ordered by the displayed verbose name
|
||||
* Active admin submenus were not properly closed when activating another
|
||||
* ``get_sitemap_urls`` is now called on the specific page class so it can now be overridden
|
||||
* ``get_sitemap_urls`` is now called on the specific page class so it can now be overridden
|
||||
* (Firefox and IE) Fixed preview window hanging and not refocusing when "Preview" button is clicked again
|
||||
|
|
|
|||
Loading…
Reference in a new issue