Release notes for #2260

pull/2386/head
Tim Heap 2016-03-22 14:36:21 +11:00
rodzic 78a489b53f
commit e001cac581
3 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -117,6 +117,7 @@ Contributors
* Eirik Krogstad
* Rob Moorman
* Matthijs Melissen
* Jonas Lergell
Translators
===========

Wyświetl plik

@ -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