mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 09:33:54 +01:00
30 lines
884 B
ReStructuredText
30 lines
884 B
ReStructuredText
==========================================
|
|
Wagtail 1.5 release notes - IN DEVELOPMENT
|
|
==========================================
|
|
|
|
.. contents::
|
|
:local:
|
|
:depth: 1
|
|
|
|
|
|
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
|
|
* Added a hook :ref:`insert_global_admin_js` for inserting custom JavaScript throughout the admin backend (Tom Dyson)
|
|
* Use `PasswordChangeForm` when user changes their password, requiring the user to enter their current password (Matthijs Melissen)
|
|
* Highlight current day in date picker (Jonas Lergell)
|
|
|
|
Bug fixes
|
|
~~~~~~~~~
|
|
|
|
* The currently selected day is now highlighted only in the correct month in date pickers (Jonas Lergell)
|
|
|
|
|
|
Upgrade considerations
|
|
======================
|