Skip to content

Commit

Permalink
3.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
spocke committed Sep 11, 2008
1 parent 3a51dd3 commit ee3815c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 3.2 (2008-08-xx)
Version 3.2 (2008-09-11)
Added new text style support, it will now use span elements internally instead of font elements.
Added new improved support for the theme_advanced_font_sizes option, check the Wiki for details.
Added new keep_style setting that maintains the text style on return/enter on non IE browsers, enabled by default.
Expand Down
2 changes: 1 addition & 1 deletion jscripts/tiny_mce/classes/tinymce.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
var tinymce = {
majorVersion : '3',
minorVersion : '2',
releaseDate : '2008-09-xx',
releaseDate : '2008-09-11',

/**#@+
* @method
Expand Down
2 changes: 1 addition & 1 deletion jscripts/tiny_mce/tiny_mce.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jscripts/tiny_mce/tiny_mce_jquery.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jscripts/tiny_mce/tiny_mce_prototype.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jscripts/tiny_mce/tiny_mce_src.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
var tinymce = {
majorVersion : '3',
minorVersion : '2',
releaseDate : '2008-09-xx',
releaseDate : '2008-09-11',

_init : function() {
var t = this, d = document, w = window, na = navigator, ua = na.userAgent, i, nl, n, base, p, v;
Expand Down

0 comments on commit ee3815c

Please sign in to comment.