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