Skip to content

Commit

Permalink
Merge branch '2' into 3
Browse files Browse the repository at this point in the history
# Conflicts:
#	client/dist/js/bundle.js
#	client/dist/js/vendor.js
#	client/dist/styles/bundle.css
#	yarn.lock
  • Loading branch information
GuySartorelli committed Sep 11, 2024
2 parents da42aa7 + c21cf6d commit f37e693
Show file tree
Hide file tree
Showing 34 changed files with 2,056 additions and 1,956 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/js/vendor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions client/dist/tinymce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 6.8.4 - 2024-06-19

### Fixed
- HTML entities that were double decoded in `noscript` elements caused an XSS vulnerability. #TINY-11019
- It was possible to inject XSS HTML that was not matching the regexp when using the `noneditable_regexp` option. #TINY-11022

## 6.8.3 - 2024-02-08

### Changed
Expand Down
2 changes: 1 addition & 1 deletion client/dist/tinymce/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymce/tinymce",
"version": "6.8.3",
"version": "6.8.4",
"description": "Web based JavaScript HTML WYSIWYG editor control.",
"license": [
"MIT-only"
Expand Down
2 changes: 1 addition & 1 deletion client/dist/tinymce/models/dom/model.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/tinymce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymce",
"version": "6.8.3",
"version": "6.8.4",
"repository": {
"type": "git",
"url": "https://github.com/tinymce/tinymce.git",
Expand Down
2 changes: 1 addition & 1 deletion client/dist/tinymce/plugins/accordion/plugin.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/tinymce/plugins/autolink/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/dist/tinymce/plugins/autoresize/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f37e693

Please sign in to comment.