Skip to content

Commit 3d62192

Browse files
author
ephox
committed
Added version 7.9.1 release.
1 parent 41ca209 commit 3d62192

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+451
-37
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinymce/tinymce",
3-
"version": "7.9.0",
3+
"version": "7.9.1",
44
"description": "Web based JavaScript HTML WYSIWYG editor control.",
55
"license": [
66
"GPL-2.0-or-later"

models/dom/model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* TinyMCE version 7.9.0 (2025-05-15)
2+
* TinyMCE version 7.9.1 (2025-05-29)
33
*/
44

55
(function () {

notices.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Below is a list of third party libraries that this software uses:
2+
----------------------------------------------------------------
3+
4+
dompurify - Patched by Tiny
5+
owner: Mario Heiderich
6+
repo: https://github.com/cure53/DOMPurify
7+
version: 3.2.4
8+
license: MPL-2.0 OR Apache-2.0
9+
10+
prismjs
11+
owner: Lea Verou
12+
repo: https://github.com/PrismJS/prism
13+
version: 1.25.0
14+
license: MIT
15+
16+
17+
prism-themes
18+
owner: Lea Verou
19+
repo: https://github.com/PrismJS/prism-themes
20+
version: 1.9.0
21+
license: MIT

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinymce",
3-
"version": "7.9.0",
3+
"version": "7.9.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tinymce/tinymce.git",

plugins/accordion/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* TinyMCE version 7.9.0 (2025-05-15)
2+
* TinyMCE version 7.9.1 (2025-05-29)
33
*/
44

55
(function () {

plugins/advlist/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* TinyMCE version 7.9.0 (2025-05-15)
2+
* TinyMCE version 7.9.1 (2025-05-29)
33
*/
44

55
(function () {

plugins/anchor/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* TinyMCE version 7.9.0 (2025-05-15)
2+
* TinyMCE version 7.9.1 (2025-05-29)
33
*/
44

55
(function () {

plugins/autolink/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* TinyMCE version 7.9.0 (2025-05-15)
2+
* TinyMCE version 7.9.1 (2025-05-29)
33
*/
44

55
(function () {

plugins/autoresize/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* TinyMCE version 7.9.0 (2025-05-15)
2+
* TinyMCE version 7.9.1 (2025-05-29)
33
*/
44

55
(function () {

0 commit comments

Comments
 (0)