Skip to content

Commit ba76fb5

Browse files
committed
Update to TinyMCE 7.5.1
1 parent 1198331 commit ba76fb5

File tree

34 files changed

+38
-38
lines changed

34 files changed

+38
-38
lines changed

app/assets/source/tinymce/tinymce.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* TinyMCE version 7.5.0 (2024-11-06)
2+
* TinyMCE version 7.5.1 (TBD)
33
*/
44

55
(function () {
@@ -31623,8 +31623,8 @@
3162331623
documentBaseURL: null,
3162431624
suffix: null,
3162531625
majorVersion: '7',
31626-
minorVersion: '5.0',
31627-
releaseDate: '2024-11-06',
31626+
minorVersion: '5.1',
31627+
releaseDate: 'TBD',
3162831628
i18n: I18n,
3162931629
activeEditor: null,
3163031630
focusedEditor: null,

lib/tinymce/rails/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module TinyMCE
22
module Rails
3-
VERSION = "7.5.0"
4-
TINYMCE_VERSION = "7.5.0"
3+
VERSION = "7.5.1"
4+
TINYMCE_VERSION = "7.5.1"
55
end
66
end

vendor/assets/javascripts/tinymce/models/dom/model.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/assets/javascripts/tinymce/plugins/accordion/plugin.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/assets/javascripts/tinymce/plugins/advlist/plugin.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)