Skip to content

Commit

Permalink
TINY-9402: Prepare for TinyMCE 5.10.7 release (#8328)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiny-ben-tran committed Dec 6, 2022
1 parent 8bb2d26 commit 0fea476
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ],
Expand Down
2 changes: 2 additions & 0 deletions modules/tinymce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion modules/tinymce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymce",
"version": "5.10.6",
"version": "5.10.7",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 0fea476

Please sign in to comment.