kopia lustrzana https://github.com/wagtail/wagtail
Changelog and release notes for #611
rodzic
f23cec2cc7
commit
14173f3647
|
@ -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
|
||||
|
|
|
@ -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``
|
||||
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue