Skip to content

Commit

Permalink
Added version 7.1.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ephox committed Jun 5, 2024
1 parent f671e05 commit c587e0c
Show file tree
Hide file tree
Showing 66 changed files with 99 additions and 93 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymce/tinymce",
"version": "7.1.1",
"version": "7.1.2",
"description": "Web based JavaScript HTML WYSIWYG editor control.",
"license": [
"GPL-2.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion models/dom/model.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* TinyMCE version 7.1.1 (2024-05-22)
* TinyMCE version 7.1.2 (TBD)
*/

(function () {
Expand Down
2 changes: 1 addition & 1 deletion models/dom/model.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymce",
"version": "7.1.1",
"version": "7.1.2",
"repository": {
"type": "git",
"url": "https://github.com/tinymce/tinymce.git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/accordion/plugin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* TinyMCE version 7.1.1 (2024-05-22)
* TinyMCE version 7.1.2 (TBD)
*/

(function () {
Expand Down
2 changes: 1 addition & 1 deletion plugins/accordion/plugin.min.js

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

2 changes: 1 addition & 1 deletion plugins/advlist/plugin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* TinyMCE version 7.1.1 (2024-05-22)
* TinyMCE version 7.1.2 (TBD)
*/

(function () {
Expand Down
2 changes: 1 addition & 1 deletion plugins/advlist/plugin.min.js

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

2 changes: 1 addition & 1 deletion plugins/anchor/plugin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* TinyMCE version 7.1.1 (2024-05-22)
* TinyMCE version 7.1.2 (TBD)
*/

(function () {
Expand Down
Loading

0 comments on commit c587e0c

Please sign in to comment.