Added option to do data and attachment directory hashing, up to four levels. Will...
[squirrelmail.git] / plugins / squirrelspell / doc / UPGRADING
CommitLineData
849bdf42 1From version v0.2 to version v0.3
2----------------------------------
3
4The user dictionaries will be converted to v0.3 format. Once they are
5converted, you can't downgrade back to v0.2. If this scares you, backup all
6*.words files in your $data_dir somewhere safe.
7
8Files are renamed around. config.php is now sqspell_config.php.
9
10When you are setting up SQSPELL_DEFAULT_APP in the sqspell_config, keep in
11mind that this has to reflect whichever dictionary you used in version 0.2.
12Say, if you used "ispell -d german", you will need to specify German as
13your SQSPELL_DEFAULT_APP so user dictionaries can be upgraded successfully.
14Otherwise wrong words will end up in a wrong dictionary.
15