Browse Source

Updated version number for 4.5.4 release.

pull/19/head 4.5.4
Mattias Wikstrom 9 years ago
parent
commit
2317d15fd7
  1. 2
      composer.json
  2. 2
      package.json
  3. 4
      tinymce.jquery.js
  4. 4
      tinymce.jquery.min.js
  5. 4
      tinymce.js
  6. 4
      tinymce.min.js

2
composer.json

@ -1,6 +1,6 @@
{ {
"name": "tinymce/tinymce", "name": "tinymce/tinymce",
"version": "4.5.3",
"version": "4.5.4",
"description": "Web based JavaScript HTML WYSIWYG editor control.", "description": "Web based JavaScript HTML WYSIWYG editor control.",
"license": [ "license": [
"LGPL-2.1" "LGPL-2.1"

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "tinymce", "name": "tinymce",
"version": "4.5.3",
"version": "4.5.4",
"description": "Web based JavaScript HTML WYSIWYG editor control.", "description": "Web based JavaScript HTML WYSIWYG editor control.",
"main": "tinymce.js", "main": "tinymce.js",
"license": "LGPL-2.1", "license": "LGPL-2.1",

4
tinymce.jquery.js

@ -1,5 +1,5 @@
window.console && console.log('Use tinymce.js instead of tinymce.jquery.js.'); window.console && console.log('Use tinymce.js instead of tinymce.jquery.js.');
// 4.5.3 (2017-02-23)
// 4.5.4 (2017-02-23)
/** /**
* Compiled inline version. (Library mode) * Compiled inline version. (Library mode)
@ -40985,7 +40985,7 @@ define("tinymce/EditorManager", [
* @property minorVersion * @property minorVersion
* @type String * @type String
*/ */
minorVersion: '5.3',
minorVersion: '5.4',
/** /**
* Release date of TinyMCE build. * Release date of TinyMCE build.

4
tinymce.jquery.min.js

@ -1,5 +1,5 @@
window.console && console.log('Use tinymce.min.js instead of tinymce.jquery.min.js.'); window.console && console.log('Use tinymce.min.js instead of tinymce.jquery.min.js.');
// 4.5.3 (2017-02-23)
// 4.5.4 (2017-02-23)
/** /**
* Compiled inline version. (Library mode) * Compiled inline version. (Library mode)
@ -40985,7 +40985,7 @@ define("tinymce/EditorManager", [
* @property minorVersion * @property minorVersion
* @type String * @type String
*/ */
minorVersion: '5.3',
minorVersion: '5.4',
/** /**
* Release date of TinyMCE build. * Release date of TinyMCE build.

4
tinymce.js

@ -1,4 +1,4 @@
// 4.5.3 (2017-02-23)
// 4.5.4 (2017-02-23)
/** /**
* Compiled inline version. (Library mode) * Compiled inline version. (Library mode)
@ -40984,7 +40984,7 @@ define("tinymce/EditorManager", [
* @property minorVersion * @property minorVersion
* @type String * @type String
*/ */
minorVersion: '5.3',
minorVersion: '5.4',
/** /**
* Release date of TinyMCE build. * Release date of TinyMCE build.

4
tinymce.min.js
File diff suppressed because it is too large
View File

Loading…
Cancel
Save