Back to Release Notes

WebSpellChecker Cloud/Server 5.5.4.2 Release Notes

This is a hot fix release for both Cloud and Server versions to solve the issue with incorrect work of the user dictionary functionality.

  • [WP-3113]: User dictionaries: Word added using user dictionary functionality is remarked as a misspelled one after page refresh

Also, there is a minor change in the tag names that are used for checking status and version of the WebSpellChecker Server package.

Updated response for command status (status): http(s)://your_host_name:port/?cmd=status

{
    "SpellCheckEngine": {
        "active": true
    },
    "GrammarCheckEngine": {
        "active": true
    },
    "ThesaurusEngine": {
        "active": true
    }
}

Updated response for command version (ver): http(s)://your_host_name:port/?cmd=ver

{
    "Copyright": "(c) 2000-2019 WebSpellChecker LLC",
    "ProductWebsite": "webspellchecker.com",
    "ProgramVersion": "5.5.4.2 x64 master:4fb43001 (1893) #41",
    "PackageVersion": "5.5.4.2 master:58e1bc7 (639) #47"
}