pull/2616/merge
Matt Westcott 2016-05-17 15:54:47 +01:00
rodzic b1c6063b41
commit fc814298d1
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -57,6 +57,7 @@ Changelog
* Fix: Paste / drag operations done entirely with the mouse are now correctly picked up as edits within the rich text editor (Matt Fozard)
* Fix: Logic for cancelling the "unsaved changes" check on form submission has been fixed to work cross-browser (Stephen Rice)
* Fix: The up / down / delete controls on the "Promoted search results" form no longer trigger a form submission (Matt Westcott)
* Fix: Opening preview window no longer performs user-agent sniffing, and now works correctly on IE11 (Matt Westcott)
1.4.4 (10.05.2016)

Wyświetl plik

@ -16,3 +16,4 @@ Bug fixes
* Paste / drag operations done entirely with the mouse are now correctly picked up as edits within the rich text editor (Matt Fozard)
* Logic for cancelling the "unsaved changes" check on form submission has been fixed to work cross-browser (Stephen Rice)
* The up / down / delete controls on the "Promoted search results" form no longer trigger a form submission (Matt Westcott)
* Opening preview window no longer performs user-agent sniffing, and now works correctly on IE11 (Matt Westcott)