UPGRADING 690 B

123456789101112131415
  1. From version v0.2 to version v0.3
  2. ----------------------------------
  3. The user dictionaries will be converted to v0.3 format. Once they are
  4. converted, you can't downgrade back to v0.2. If this scares you, backup all
  5. *.words files in your $data_dir somewhere safe.
  6. Files are renamed around. config.php is now sqspell_config.php.
  7. When you are setting up SQSPELL_DEFAULT_APP in the sqspell_config, keep in
  8. mind that this has to reflect whichever dictionary you used in version 0.2.
  9. Say, if you used "ispell -d german", you will need to specify German as
  10. your SQSPELL_DEFAULT_APP so user dictionaries can be upgraded successfully.
  11. Otherwise wrong words will end up in a wrong dictionary.