Skip to content

Commit f94d390

Browse files
committed
Update to TinyMCE 8.3.1
1 parent 85c5d75 commit f94d390

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

app/assets/source/tinymce/tinymce.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* TinyMCE version 8.3.0 (2025-12-10)
2+
* TinyMCE version 8.3.1 (2025-12-17)
33
*/
44

55
(function () {
@@ -40581,14 +40581,14 @@
4058140581
* @property minorVersion
4058240582
* @type String
4058340583
*/
40584-
minorVersion: '3.0',
40584+
minorVersion: '3.1',
4058540585
/**
4058640586
* Release date of TinyMCE build.
4058740587
*
4058840588
* @property releaseDate
4058940589
* @type String
4059040590
*/
40591-
releaseDate: '2025-12-10',
40591+
releaseDate: '2025-12-17',
4059240592
/**
4059340593
* Collection of language pack data.
4059440594
*

lib/tinymce/rails/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module TinyMCE
22
module Rails
3-
VERSION = "8.3.0"
4-
TINYMCE_VERSION = "8.3.0"
3+
VERSION = "8.3.1"
4+
TINYMCE_VERSION = "8.3.1"
55
end
66
end

vendor/assets/javascripts/tinymce/themes/silver/theme.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/assets/javascripts/tinymce/tinymce.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)