mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-17 19:51:11 +00:00
Release notes for #2260
This commit is contained in:
parent
78a489b53f
commit
e001cac581
3 changed files with 9 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ Changelog
|
|||
* Added a hook `register_page_listing_buttons` for adding action buttons to the page explorer
|
||||
* Added a hook `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)
|
||||
* Fix: The currently selected day is now highlighted only in the correct month in date pickers (Jonas Lergell)
|
||||
|
||||
|
||||
1.4.1 (17.03.2016)
|
||||
|
|
|
|||
|
|
@ -117,6 +117,7 @@ Contributors
|
|||
* Eirik Krogstad
|
||||
* Rob Moorman
|
||||
* Matthijs Melissen
|
||||
* Jonas Lergell
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -17,6 +17,12 @@ Minor features
|
|||
* 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue