{"id":3872,"date":"2019-04-05T18:32:14","date_gmt":"2019-04-05T16:32:14","guid":{"rendered":"http:\/\/webspellchecker.com\/?post_type=release_notes&#038;p=3872"},"modified":"2019-04-14T18:36:09","modified_gmt":"2019-04-14T16:36:09","slug":"webspellchecker-server-5-4-0-release-notes","status":"publish","type":"release_notes","link":"https:\/\/webspellchecker.com\/release-notes\/webspellchecker-server-5-4-0-release-notes\/","title":{"rendered":"WebSpellChecker Server 5.4.0 Release Notes"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Enhancements<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">WProofreader v.1.6<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Title of the dialog &#8220;WebSpellChecker Proofreader&#8221; is renamed to &#8220;WProofreader&#8221;.<\/li><li>Text color of spelling and grammar errors in the corrections section of the Dialog mode is changed to more contrast for accessibility purposes.<\/li><li>New API method i<strong>nstance.openDialog()<\/strong> is added for opening &#8216;dialog mode&#8217; of WProofreader on action. This method will come in handy if you prefer to use only proofread in a dialog mode and call WProofreader on a custom action.<\/li><li>New API options are added:<ul><li><strong>disableDictionariesPreferences<\/strong> \u2013 If true, this parameter hides certain features of the personal user dictionaries for end users. End users won\u2019t be able to create, rename, remove or disconnect a dictionary. <\/li><li><strong>proofreadAsYouType<\/strong> \u2013 If false, this parameter disables the proofread as you type mode of WProofreader. Only proofread in a dialog mode will be available.<\/li><li><strong>removeBranding<\/strong> \u2013 If true, this parameter removes branding of WProofreader. The branding includes: title of the product, about tab with the logo and copyrights. This option is available only in Cloud Custom and Server plans.<\/li><li><strong>disableBadgePulsing<\/strong> \u2013 If true, this parameter disables pulsing effect of the orange badge button of WProofreader.<\/li><\/ul><\/li><li>Added access to a WProofreader instance. Now you can get access to an instance of WProofreader.<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;script>\nwindow.WEBSPELLCHECKER_CONFIG = {\n\tautoSearch: true,\n\tenableGrammar: true,\n\t...\n\tonLoad: function(instance) {\n\t\tvar element = instance.getContainerNode();\n\t\telement.instance = instance;\n\t}\n};\n&lt;\/script><\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Language Dictionaries<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Swedish language dictionary has been extended with over 300K new words.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">SCAYT\/WSC Plugins for CKEditor 4<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>SCAYT\/WSC plugins for CKEditor 4 are compatible with a new version of <a href=\"https:\/\/ckeditor.com\/blog\/CKEditor-4.11.3-released\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"CKEditor 4.11.3 (opens in a new tab)\">CKEditor 4.11.3<\/a>.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">New License Mechanism in AppServer<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>In general the Licensing flow of a self-hosted version of WebSpellChecker on both Windows and Linux-based operating systems is simplified. With the Internet connection, the license can be activated in two steps.<\/li><li>The license activation process can be automated, and used in a silent installation mode.<\/li><li>Even though a license is still hardware-based, the license can be easily reactivated and migrated to another machine.<\/li><li>Warnings, errors and statuses about the license are more clear and self-explanatory in Logs.<\/li><\/ul>\n\n\n\n<p>Visit the updated <a rel=\"noreferrer noopener\" aria-label=\"license activation guides (opens in a new tab)\" href=\"https:\/\/docs.webspellchecker.net\/display\/WebSpellCheckerServer54x\/Licensing\" target=\"_blank\">license activation guides<\/a> for more details.<br><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Bug Fixes<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">WProofreader v1.6<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>[WP-2513] WProofreader for Froala Editor: Image caption is broken after Paste action with misspelled text<\/li><li>[WP-2674] WProofreader: Issue with CSS styles inside of all.css for the pulse effect. CSS styles of pulse effect is not protected.<\/li><li>[WP-2675] WProofreader: enableBadgeButton doesn&#8217;t work with the autoSearch mode<\/li><li>[WP-2706] WProofreader: Shifted markup in  element in any browser on Windows OS<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">SCAYT\/WSC Dialog Plugins for CKEditor 4<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>[WP-2497] SCAYT plugin for CKEditor &amp; SharedSpace Plugin: Absent languages in the Languages tab<\/li><li>[WP-2348] SCAYT plugin for CKEditor: End of support of multi-language plugin of CKEditor by SCAYT<\/li><li><a rel=\"noreferrer noopener\" aria-label=\"GitHub #166 (opens in a new tab)\" href=\"https:\/\/github.com\/WebSpellChecker\/ckeditor-plugin-scayt\/issues\/166\" target=\"_blank\">GitHub #166<\/a>: SCAYT plugin for CKEditor 4: Use CKEDITOR.getUrl when referencing style sheets<\/li><li><a rel=\"noreferrer noopener\" aria-label=\"GitHub #55 (opens in a new tab)\" href=\"https:\/\/github.com\/WebSpellChecker\/ckeditor-plugin-wsc\/issues\/55\" target=\"_blank\">GitHub #55<\/a>: WSC plugin for CKEditor 4: Use CKEDITOR.getUrl when referencing style sheets<\/li><li><a href=\"https:\/\/github.com\/WebSpellChecker\/ckeditor-plugin-wsc\/issues\/56\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"GitHub #56 (opens in a new tab)\">GitHub #56<\/a>: SCAYT\/WSC plugin for CKEditor 4: Bug found in wsc.js when inside chrome extension<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">AppServer<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>[WP-2684] WSC Installer on Windows: Installer doesn&#8217;t modify applicationHost.config if IIS version less than 7.5<\/li><li>[WP-2673] AppServer: JMV auto-detection doesn&#8217;t work properly with OpenJDK<\/li><li>[WP-2688] AppServerX.xml: Incorrect default value for IgnoreAllCapsWord<\/li><\/ul>\n","protected":false},"comment_status":"open","ping_status":"closed","template":"","release-note-category":[1339],"class_list":["post-3872","release_notes","type-release_notes","status-publish","hentry","release-note-category-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.5 (Yoast SEO v23.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>WebSpellChecker Server 5.4.0 Release Notes | WebSpellChecker<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webspellchecker.com\/release-notes\/webspellchecker-server-5-4-0-release-notes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WebSpellChecker Server 5.4.0 Release Notes\" \/>\n<meta property=\"og:description\" content=\"Enhancements WProofreader v.1.6 Title of the dialog &#8220;WebSpellChecker Proofreader&#8221; is renamed to &#8220;WProofreader&#8221;. Text color of spelling and grammar errors in the corrections section of the Dialog mode is changed to more contrast for accessibility purposes. New API method instance.openDialog() is added for opening &#8216;dialog mode&#8217; of WProofreader on action. This method will come in [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webspellchecker.com\/release-notes\/webspellchecker-server-5-4-0-release-notes\/\" \/>\n<meta property=\"og:site_name\" content=\"WebSpellChecker\" \/>\n<meta property=\"article:modified_time\" content=\"2019-04-14T16:36:09+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webspellchecker.com\/release-notes\/webspellchecker-server-5-4-0-release-notes\/\",\"url\":\"https:\/\/webspellchecker.com\/release-notes\/webspellchecker-server-5-4-0-release-notes\/\",\"name\":\"WebSpellChecker Server 5.4.0 Release Notes | WebSpellChecker\",\"isPartOf\":{\"@id\":\"https:\/\/webspellchecker.com\/#website\"},\"datePublished\":\"2019-04-05T16:32:14+00:00\",\"dateModified\":\"2019-04-14T16:36:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/webspellchecker.com\/release-notes\/webspellchecker-server-5-4-0-release-notes\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webspellchecker.com\/release-notes\/webspellchecker-server-5-4-0-release-notes\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webspellchecker.com\/release-notes\/webspellchecker-server-5-4-0-release-notes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webspellchecker.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Release Notes\",\"item\":\"https:\/\/webspellchecker.com\/release-notes\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"WebSpellChecker Server 5.4.0 Release Notes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webspellchecker.com\/#website\",\"url\":\"https:\/\/webspellchecker.com\/\",\"name\":\"WebSpellChecker\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webspellchecker.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webspellchecker.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webspellchecker.com\/#organization\",\"name\":\"WebSpellChecker\",\"url\":\"https:\/\/webspellchecker.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webspellchecker.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/webspellchecker.com\/app\/uploads\/2022\/03\/wsc-logo-with-flag-01.svg\",\"contentUrl\":\"https:\/\/webspellchecker.com\/app\/uploads\/2022\/03\/wsc-logo-with-flag-01.svg\",\"caption\":\"WebSpellChecker\"},\"image\":{\"@id\":\"https:\/\/webspellchecker.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"WebSpellChecker Server 5.4.0 Release Notes | WebSpellChecker","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webspellchecker.com\/release-notes\/webspellchecker-server-5-4-0-release-notes\/","og_locale":"en_US","og_type":"article","og_title":"WebSpellChecker Server 5.4.0 Release Notes","og_description":"Enhancements WProofreader v.1.6 Title of the dialog &#8220;WebSpellChecker Proofreader&#8221; is renamed to &#8220;WProofreader&#8221;. Text color of spelling and grammar errors in the corrections section of the Dialog mode is changed to more contrast for accessibility purposes. New API method instance.openDialog() is added for opening &#8216;dialog mode&#8217; of WProofreader on action. This method will come in [&hellip;]","og_url":"https:\/\/webspellchecker.com\/release-notes\/webspellchecker-server-5-4-0-release-notes\/","og_site_name":"WebSpellChecker","article_modified_time":"2019-04-14T16:36:09+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/webspellchecker.com\/release-notes\/webspellchecker-server-5-4-0-release-notes\/","url":"https:\/\/webspellchecker.com\/release-notes\/webspellchecker-server-5-4-0-release-notes\/","name":"WebSpellChecker Server 5.4.0 Release Notes | WebSpellChecker","isPartOf":{"@id":"https:\/\/webspellchecker.com\/#website"},"datePublished":"2019-04-05T16:32:14+00:00","dateModified":"2019-04-14T16:36:09+00:00","breadcrumb":{"@id":"https:\/\/webspellchecker.com\/release-notes\/webspellchecker-server-5-4-0-release-notes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webspellchecker.com\/release-notes\/webspellchecker-server-5-4-0-release-notes\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/webspellchecker.com\/release-notes\/webspellchecker-server-5-4-0-release-notes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webspellchecker.com\/"},{"@type":"ListItem","position":2,"name":"Release Notes","item":"https:\/\/webspellchecker.com\/release-notes\/"},{"@type":"ListItem","position":3,"name":"WebSpellChecker Server 5.4.0 Release Notes"}]},{"@type":"WebSite","@id":"https:\/\/webspellchecker.com\/#website","url":"https:\/\/webspellchecker.com\/","name":"WebSpellChecker","description":"","publisher":{"@id":"https:\/\/webspellchecker.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webspellchecker.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webspellchecker.com\/#organization","name":"WebSpellChecker","url":"https:\/\/webspellchecker.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webspellchecker.com\/#\/schema\/logo\/image\/","url":"https:\/\/webspellchecker.com\/app\/uploads\/2022\/03\/wsc-logo-with-flag-01.svg","contentUrl":"https:\/\/webspellchecker.com\/app\/uploads\/2022\/03\/wsc-logo-with-flag-01.svg","caption":"WebSpellChecker"},"image":{"@id":"https:\/\/webspellchecker.com\/#\/schema\/logo\/image\/"}}]}},"acf":[],"_links":{"self":[{"href":"https:\/\/webspellchecker.com\/api\/licensing\/wp\/v2\/release_notes\/3872"}],"collection":[{"href":"https:\/\/webspellchecker.com\/api\/licensing\/wp\/v2\/release_notes"}],"about":[{"href":"https:\/\/webspellchecker.com\/api\/licensing\/wp\/v2\/types\/release_notes"}],"replies":[{"embeddable":true,"href":"https:\/\/webspellchecker.com\/api\/licensing\/wp\/v2\/comments?post=3872"}],"wp:attachment":[{"href":"https:\/\/webspellchecker.com\/api\/licensing\/wp\/v2\/media?parent=3872"}],"wp:term":[{"taxonomy":"release-note-category","embeddable":true,"href":"https:\/\/webspellchecker.com\/api\/licensing\/wp\/v2\/release-note-category?post=3872"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}