Merge pull request #84 from tinymce/feature/4.9.10-changelog

add 4.9.10 changelog
This commit is contained in:
Tyler Kelly
2020-04-23 12:51:31 +10:00
committed by GitHub
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
4.9.9
4.9.10
+1
View File
@@ -493,6 +493,7 @@
- url: "changelog"
pages:
- url: "#Version 4.9.10 April 23, 2020"
- url: "#Version 4.9.9 March 25, 2020"
- url: "#Version 4.9.8 January 28, 2020"
- url: "#Version 4.9.7 December 19, 2019"
+5
View File
@@ -8,6 +8,11 @@ class: changelog
{% capture changelog %}
## Version 4.9.10 April 23, 2020
* Fixed an issue where the editor selection could end up inside a short ended element (eg br).
* Fixed a security issue related to CDATA sanitization during parsing.
* Fixed `media` embed content not processing safely in some cases.
## Version 4.9.9 March 25, 2020
* Fixed the table selection not functioning correctly in Microsoft Edge 44 or higher.
* Fixed the table resize handles not functioning correctly in Microsoft Edge 44 or higher.