This repository has been archived by the owner on Feb 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
changelog_perl.txt
49 lines (35 loc) · 1.83 KB
/
changelog_perl.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Version 2.0.4 (2011-03-23)
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
Version 2.0.2 (2008-12-23)
Tested with TinyMCE version 3.2.1.1
Updated the tiny_mce_gzip.js from the PHP compressor version 2.0.2
Version 2.0.0 (2008-03-28)
Tested with TinyMCE version 3.0.5
Updated the tiny_mce_gzip.js from the PHP compressor version 2.0.1
Added support for the 'suffix' and 'core' parameters
custom_files were not being included - fixed
Added the 'charset' parameter - not supported by the JS file
Version 1.0.3 (2007-07-14)
Tested with TinyMCE version 2.1.1
The get_params() sub now accepts capital letters, not just lower case.
This was to allow filenames with capital letters, eg 'ru_KOI8-R.js'
Added the optional 'charset' parameter to tinyMCE_GZ.init, so that
the correct character set encoding can be specified for language packs
such as 'ru_KOI8-R.js'.
Thanks to Yury Don for both of these.
IE7 now tries the native XMLHttpRequest first.
Version 1.0.2 (2007-04-25)
The 'compress' option now defaults to true, as per the original
PHP compressor. (Reported by Nicholas Oxhøj)
Version 1.0.1 (2007-04-19)
Tested with TinyMCE version 2.1.0
Fixed two bugs in the TinyMCE Perl compressor:
- the query string was not being properly decoded, and so comma separated
lists were not being recognised
- some plugins do not need language packs (eg inlinepopup)
Version 1.0 (2007-03-14)
First release of the Perl version of the TinyMCE compressor by Clinton Gormley.
This release is based on the code from the PHP version of the compressor.