Skip to content

Commit

Permalink
Update to TinyMCE 6.4.1
Browse files Browse the repository at this point in the history
spohlenz committed Mar 29, 2023
1 parent be92e3c commit dda5cda
Showing 42 changed files with 47 additions and 47 deletions.
6 changes: 3 additions & 3 deletions app/assets/source/tinymce/tinymce.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* TinyMCE version 6.4.0 (2023-03-15)
* TinyMCE version 6.4.1 (2023-03-29)
*/

(function () {
@@ -29997,8 +29997,8 @@
documentBaseURL: null,
suffix: null,
majorVersion: '6',
minorVersion: '4.0',
releaseDate: '2023-03-15',
minorVersion: '4.1',
releaseDate: '2023-03-29',
i18n: I18n,
activeEditor: null,
focusedEditor: null,
4 changes: 2 additions & 2 deletions lib/tinymce/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module TinyMCE
module Rails
VERSION = "6.4.0"
TINYMCE_VERSION = "6.4.0"
VERSION = "6.4.1"
TINYMCE_VERSION = "6.4.1"
end
end
2 changes: 1 addition & 1 deletion vendor/assets/javascripts/tinymce/models/dom/model.js

Large diffs are not rendered by default.

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

2 changes: 1 addition & 1 deletion vendor/assets/javascripts/tinymce/plugins/anchor/plugin.js

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

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

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

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

Loading

0 comments on commit dda5cda

Please sign in to comment.