Upping the version number and logging the change in ChangeLog
[squirrelmail.git] / plugins / squirrelspell / doc / ChangeLog
... / ...
CommitLineData
1SQUIRRELSPELL
2
3v0.3.6
4------
5- Remote arbirtary execution as apache user vulnerability fix.
6
7v0.3.5
8-------
9- Making it work with 1.1.1 broke it under 1.0.6. Decided not to support
10 developmental versions after this release.
11
12v0.3.4
13-------
14- Changes to unbreak it in 1.1.1. :)
15
16v0.3.3
17-------
18- Apparently, magic quotes wasn't a bug, but something introduced in 1.0.6,
19 so I took out all magic-quotes escaping routines, since it's done
20 automatically now by validate.php.
21
22v0.3.2
23-------
24- Rolled back changes in v0.3.1
25- Workaround for an odd bug with PHP's magic_quotes_gpc
26- Changed trim to chop so the newline-trimming function doesn't trim
27 leading spaces.
28- Changed SOUP_NAZI to only deny Opera-4 versions
29- Moved SQSPELL_VERSION to sqspell_functions.php for easier
30 upgrades.
31
32v0.3.1
33-------
34Changes to make it work with 1.0.5.
35
36v0.3
37-----
38Added vlink and alink settings, plus fixed some colors.
39
40v0.3b
41------
42- Major code re-organization.
43- Moved modules into separate directory.
44- Moved most JavaScript out of the main code into separate .js files
45- Created generic GUI-wrappers for most interface screens.
46- Added support for multiple international dictionaries.
47- Added MCRYPT support for encrypting the user dictionaries.
48- No longer checks lines starting with ">" (reply).
49- No longer checks anything past the "--" on a single line (signature).
50- SquirrelSpell options are now on the main OPTIONS page, not on the
51 personal options page.
52
53v0.2.1
54------
55Added a SoupNazi function. :)) Checks for bad browsers which are known not to
56work with SquirrelSpell due to their odd JavaScript.
57
58v0.2pl1
59-------
60Fixed the Magic Quotes problems.
61
62v0.2
63-----
64Added user dictionaries.
65
66v0.1.1
67-------
68Added support for aspell
69
70v0.1pl1
71--------
72Fixed Magic Quotes errors.
73
74version v0.1
75-------------
76Initial release.