Changelog and release notes for #611

pull/620/head
Karl Hobley 2014-09-10 13:57:17 +01:00
rodzic f23cec2cc7
commit 14173f3647
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -8,6 +8,7 @@ Changelog
* Added RoutablePageMixin (Tim Heap)
* MenuItems can now have bundled JavaScript
* Added a new hook for registering admin menu items
* Added version indicator to the admin interface
* Renamed wagtailsearch.indexed to wagtailsearch.index
* Fix: Page URL generation now returns correct URLs for sites that have the main 'serve' view rooted somewhere other than '/' (Nathan Brizendine)
* Fix: Search results in the page chooser now respect the page_type parameter on PageChooserPanel

Wyświetl plik

@ -22,6 +22,7 @@ Minor features
* RoutablePage can now be used as a mixin. See :class:`wagtail.contrib.wagtailroutablepage.models.RoutablePageMixin`.
* MenuItems can now have bundled JavaScript
* Added a new hook for registering admin menu items. See :ref:`register_admin_menu_item`
* Added a version indicator into the admin interface (hover over the wagtail to see it)
Bug fixes
@ -46,4 +47,4 @@ Deprecated features
===================
* The ``wagtail.wagtailsearch.indexed`` module has been renamed to ``wagtail.wagtailsearch.index``