changelog.txt 1.3 KB

1234567891011121314151617181920212223242526
  1. Version 2.0.4 (2010-12-20)
  2. Fixed issue with the JSON class not having the correct number of parameters to ord calls.
  3. Version 2.0.3 (2010-04-19)
  4. Added standalone support. Will use native spellchecker for supported browsers.
  5. Added @package phpdoc comments. Patch contributed by Jacob Santos.
  6. Fixed some PHP missing function issue.
  7. Version 2.0.2 (2008-04-30)
  8. Added new EnchantSpell engine class contributed by Michel Weimerskirch.
  9. Added new general.remote_rpc_url option, enables you to proxy requests to another server.
  10. Fixed security hole in PSpellShell.php file if PSpellShell engine was used.
  11. Version 2.0.1 (2008-03-07)
  12. Fixed bug where spellchecker was auto focusing the editor in IE.
  13. Version 2.0 (2008-01-30)
  14. Fixed bug where the suggestions menu was placed at an incorrect location.
  15. Version 2.0rc1 (2008-01-14)
  16. Moved package from beta to release candidate.
  17. Version 2.0b3 (2007-12-xx)
  18. Fixed bug where the suggestions menu could appear at the wrong location.
  19. Version 2.0b2 (2007-11-29)
  20. Fixed bug where the spellchecker was removing the word when it was ignored.
  21. Version 2.0b1 (2007-11-21)
  22. Moved spellchecker from alpha to beta status.
  23. Version 2.0a2 (2007-11-13)
  24. Updated plugin so it works correctly with the TinyMCE 3.0a3 version.
  25. Version 2.0a1 (2007-11-01)
  26. Rewritten version for TinyMCE 3.0 this new version uses JSON RPC.