mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-05 22:14:45 +00:00
Release notes for #1940
This commit is contained in:
parent
a7d8a7bd4d
commit
6803075188
3 changed files with 11 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ Changelog
|
|||
1.5 (xx.xx.xxxx)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* Moved lesser-user actions in the page explorer into a 'More' dropdown
|
||||
* Added a hook `register_page_listing_buttons` for adding action buttons to the page explorer
|
||||
|
||||
|
||||
1.4 (xx.xx.xxxx)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -409,6 +409,8 @@ Page explorer
|
|||
return pages
|
||||
|
||||
|
||||
.. _register_page_listing_buttons:
|
||||
|
||||
``register_page_listing_buttons``
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,12 @@ Wagtail 1.5 release notes - IN DEVELOPMENT
|
|||
What's new
|
||||
==========
|
||||
|
||||
Minor features
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
* Moved lesser-user actions in the page explorer into a 'More' dropdown
|
||||
* Added a hook :ref:`register_page_listing_buttons` for adding action buttons to the page explorer
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
======================
|
||||
|
|
|
|||
Loading…
Reference in a new issue