diff --git a/Jenkinsfile b/Jenkinsfile index 70656a18804..dfaada8090e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -65,9 +65,9 @@ node("primary") { } def browserPermutations = [ - [ name: "win10Chrome", os: "windows-10", browser: "chrome", buckets: 1 ], - [ name: "win10FF", os: "windows-10", browser: "firefox", buckets: 1 ], - [ name: "win10Edge", os: "windows-10", browser: "MicrosoftEdge", buckets: 1 ], + [ name: "win11Chrome", os: "windows-11", browser: "chrome", buckets: 1 ], + [ name: "win11FF", os: "windows-11", browser: "firefox", buckets: 1 ], + [ name: "win11Edge", os: "windows-11", browser: "MicrosoftEdge", buckets: 1 ], [ name: "win10IE", os: "windows-10", browser: "ie", buckets: 3 ], [ name: "macSafari", os: "macos", browser: "safari", buckets: 1 ], [ name: "macChrome", os: "macos", browser: "chrome", buckets: 1 ], diff --git a/modules/tinymce/CHANGELOG.md b/modules/tinymce/CHANGELOG.md index e0cdc54afe3..370321a1d8a 100644 --- a/modules/tinymce/CHANGELOG.md +++ b/modules/tinymce/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 5.10.7 - 2022-12-06 + ### Fixed - HTML in messages for the `WindowManager.alert` and `WindowManager.confirm` APIs were not properly sanitized. #TINY-3548 diff --git a/modules/tinymce/package.json b/modules/tinymce/package.json index 4891022f081..54147e05e74 100644 --- a/modules/tinymce/package.json +++ b/modules/tinymce/package.json @@ -1,6 +1,6 @@ { "name": "tinymce", - "version": "5.10.6", + "version": "5.10.7", "private": true, "repository": { "type": "git",