Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Commit

Permalink
Added changelog item about eval fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
spocke committed Feb 19, 2011
1 parent 36da2ab commit 1021ebe
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog_cf.txt
@@ -1,3 +1,5 @@
Version 2.1.2 (2011-xx-xx)
Fixed bug where the eval function of the tiny_mce_gzip.js file wouldn't execute properly if scripts where loaded before the body.
Version 2.1.1.1 (2010-12-16)
Fixed issues with code evaluation, it's now using a better method.
Version 2.1.1 (2009-03-03)
Expand Down
2 changes: 2 additions & 0 deletions changelog_jsp.txt
@@ -1,3 +1,5 @@
Version 2.0.4 (2011-xx-xx)
Fixed bug where the eval function of the tiny_mce_gzip.js file wouldn't execute properly if scripts where loaded before the body.
Version 2.0.3 (2010-12-16)
Fixed so tinyMCEPreInit can be used if .gz loader script is loaded from another location.
Fixed issues with code evaluation, it's now using a better method.
Expand Down
3 changes: 2 additions & 1 deletion changelog_net.txt
@@ -1,6 +1,7 @@
Version 2.0.4 (2010-12-16)
Version 2.0.4 (2011-xx-xx)
Rewrote the gzip compressor to use an ashx file instead of an aspx for performance and conflict issues with themes.
Fixed bug where the stream to local gzip files wasn't correctly closed when disk cache was enabled.
Fixed bug where the eval function of the tiny_mce_gzip.js file wouldn't execute properly if scripts where loaded before the body.
Version 2.0.3 (2010-12-16)
Fixed so tinyMCEPreInit can be used if .gz loader script is loaded from another location.
Fixed issues with code evaluation, it's now using a better method.
Expand Down
3 changes: 3 additions & 0 deletions changelog_perl.txt
@@ -1,3 +1,6 @@
Version 2.0.4 (2011-xx-xx)
Fixed bug where the eval function of the tiny_mce_gzip.js file wouldn't execute properly if scripts where loaded before the body.

Version 2.0.3 (2010-02-20)
Added to the main tinymce_compressor github repo
Moved the docs in README into POD in tiny_mce_gzip.pl itself
Expand Down
1 change: 1 addition & 0 deletions changelog_php.txt
@@ -1,4 +1,5 @@
Version 2.0.3 (2011-xx-xx)
Fixed bug where the eval function of the tiny_mce_gzip.js file wouldn't execute properly if scripts where loaded before the body.
Added new files option with custom files to add into compression from page level or by config. Contributed by TerryE.
Added better detection for existing gzip compression output. Contributed by TerryE.
Added extra parameter to renderTag so that it can be used in templates where it needs to be a string. Contributed by TerryE.
Expand Down

0 comments on commit 1021ebe

Please sign in to comment.