]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-includes/js/tinymce/plugins/spellchecker/changelog.txt
WordPress 3.8-scripts
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / plugins / spellchecker / changelog.txt
1 Version 2.0.6 (2011-09-29)
2         Fixed incorrect position of suggestion menu.
3         Fixed handling of mispelled words with no suggestions in PSpellShell engine.
4         Fixed PSpellShell command on Windows.
5         Fixed bug where Javascript error is produced when enchant_dict_suggest() returns unexpected result.
6 Version 2.0.5 (2011-03-24)
7         Merged with the latest TinyMCE spellchecker version.
8 Version 2.0.4 (2010-12-20)
9         Fixed issue with the JSON class not having the correct number of parameters to ord calls.
10 Version 2.0.3 (2010-04-19)
11         Added standalone support. Will use native spellchecker for supported browsers.
12         Added @package phpdoc comments. Patch contributed by Jacob Santos.
13         Fixed some PHP missing function issue.
14 Version 2.0.2 (2008-04-30)
15         Added new EnchantSpell engine class contributed by Michel Weimerskirch.
16         Added new general.remote_rpc_url option, enables you to proxy requests to another server.
17         Fixed security hole in PSpellShell.php file if PSpellShell engine was used.
18 Version 2.0.1 (2008-03-07)
19         Fixed bug where spellchecker was auto focusing the editor in IE.
20 Version 2.0 (2008-01-30)
21         Fixed bug where the suggestions menu was placed at an incorrect location.
22 Version 2.0rc1 (2008-01-14)
23         Moved package from beta to release candidate.
24 Version 2.0b3 (2007-12-xx)
25         Fixed bug where the suggestions menu could appear at the wrong location.
26 Version 2.0b2 (2007-11-29)
27         Fixed bug where the spellchecker was removing the word when it was ignored.
28 Version 2.0b1 (2007-11-21)
29         Moved spellchecker from alpha to beta status.
30 Version 2.0a2 (2007-11-13)
31         Updated plugin so it works correctly with the TinyMCE 3.0a3 version.
32 Version 2.0a1 (2007-11-01)
33         Rewritten version for TinyMCE 3.0 this new version uses JSON RPC.