Skip to content

Commit

Permalink
Update to TinyMCE 6.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Feb 9, 2024
1 parent a45ac0b commit 1d6d6dd
Show file tree
Hide file tree
Showing 35 changed files with 42 additions and 42 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.8.2 (2023-12-11)
* TinyMCE version 6.8.3 (2024-02-08)
*/

(function () {
Expand Down Expand Up @@ -31137,8 +31137,8 @@
documentBaseURL: null,
suffix: null,
majorVersion: '6',
minorVersion: '8.2',
releaseDate: '2023-12-11',
minorVersion: '8.3',
releaseDate: '2024-02-08',
i18n: I18n,
activeEditor: null,
focusedEditor: null,
Expand Down
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.8.2"
TINYMCE_VERSION = "6.8.2"
VERSION = "6.8.3"
TINYMCE_VERSION = "6.8.3"
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.

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

Loading

0 comments on commit 1d6d6dd

Please sign in to comment.