mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-21 13:31:54 +00:00
Changelog/release note for #2615
This commit is contained in:
parent
b3c5519448
commit
33ecf4181e
2 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ Changelog
|
|||
* Fix: Opening preview window no longer performs user-agent sniffing, and now works correctly on IE11 (Matt Westcott)
|
||||
* Fix: Tree paths are now correctly assigned when previewing a newly-created page underneath a parent with deleted children (Matt Westcott)
|
||||
* Fix: Added BASE_URL setting back to project template
|
||||
* Fix: Clearing the search box in the page chooser now returns the user to the browse view (Matt Westcott)
|
||||
* Fix: The above fix also fixed an issue where Internet Explorer got stuck in the search view upon opening the page chooser (Matt Westcott)
|
||||
|
||||
|
||||
1.4.4 (10.05.2016)
|
||||
|
|
|
|||
|
|
@ -20,3 +20,5 @@ Bug fixes
|
|||
* Opening preview window no longer performs user-agent sniffing, and now works correctly on IE11 (Matt Westcott)
|
||||
* Tree paths are now correctly assigned when previewing a newly-created page underneath a parent with deleted children (Matt Westcott)
|
||||
* Added BASE_URL setting back to project template
|
||||
* Clearing the search box in the page chooser now returns the user to the browse view (Matt Westcott)
|
||||
* The above fix also fixed an issue where Internet Explorer got stuck in the search view upon opening the page chooser (Matt Westcott)
|
||||
|
|
|
|||
Loading…
Reference in a new issue