mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-13 01:33:16 +00:00
Release note for #2495
This commit is contained in:
parent
d01a5ef8be
commit
90742f2b59
3 changed files with 5 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ Changelog
|
|||
* Fix: The `wagtailuserbar` template tag now gracefully handles situations where the `request` object is not in the template context (Matt Westcott)
|
||||
* Fix: Meta classes on StreamField blocks now handle multiple inheritance correctly (Tim Heap)
|
||||
* Fix: Now user can upload images / documents only into permitted collection from choosers
|
||||
* Fix: Keyboard shortcuts for save / preview on the page editor no longer incorrectly trigger the "unsaved changes" message (Jack Paine / Matt Westcott)
|
||||
* Fix: Keyboard shortcuts for save / preview on the page editor no longer incorrectly trigger the "unsaved changes" message (Jack Paine, Matt Westcott)
|
||||
* Fix: Redirects no longer fail when both a site-specific and generic redirect exist for the same URL path (Nick Smith, João Luiz Lorencetti)
|
||||
|
||||
|
||||
1.4.3 (04.04.2016)
|
||||
|
|
|
|||
|
|
@ -117,6 +117,8 @@ Contributors
|
|||
* Eirik Krogstad
|
||||
* Rob Moorman
|
||||
* Jack Paine
|
||||
* Nick Smith
|
||||
* João Luiz Lorencetti
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -17,3 +17,4 @@ Bug fixes
|
|||
* Meta classes on StreamField blocks now handle multiple inheritance correctly (Tim Heap)
|
||||
* Now user can upload images / documents only into permitted collection from choosers
|
||||
* Keyboard shortcuts for save / preview on the page editor no longer incorrectly trigger the "unsaved changes" message (Jack Paine / Matt Westcott)
|
||||
* Redirects no longer fail when both a site-specific and generic redirect exist for the same URL path (Nick Smith, João Luiz Lorencetti)
|
||||
|
|
|
|||
Loading…
Reference in a new issue