- Updated plugin’s graphics and texts.
- Enabled the global badge view instead of the standard one. It will add just one badge at the very bottom of the page instead of adding a small badge on each editable element within Gutenber editor. This badge can be disabled from the plugin settings page.
- Fixed issue when WProofreader doesn't start automatically in classic editor inside default Gutenberg editor.
- Fixed warning in class-wsc-settings.php on line 180.
- Fixed issue with the dialog mode.
- Updated text.
- Enabled WProofreader badge by default. If needed, it can be disabled from the plugin's settings tab.
- Enabled the General section on the settings dialog for managing spelling autocorrection. By default, the spelling autocorrection is enabled. If needed, the user can disable it. To do so, please navigate to the badge (orange bubble located at the right bottom corner of the editable block) > click on the gear icon > toggle “Correct spelling automatically”.
- Fixed a minor issue with the plugin permissions and an error shown on the settings page.
- WProofreader is disabled in the table element in the Gutenberg editor to prevent breaking a table and overall glitching.
- Fixed the integration issue that appeared in v2.6 with the Classic editor when Gutenberg is disabled.
- Enabled error logging mechanism. Now errors will be displayed on the plugin settings page, which will help to troubleshoot issues faster.
- Improved the integration with the Gutenberg editor. Now WProofreader will be automatically started in all editable elements of the editor without the necessity to click on each element to enable the spelling/grammar checking.
- The orange badge is disabled by default for all types of elements including the Gutenberg editor. There is a setting allowing to reactivate the badge.
- The dialog mode option for proofreading is disabled by default for the Gutenberg editor.
- Enabled spelling and grammar check in the Meta description fields of Yoast SEO plugin.
- Enabled support of Custom Post Types using the 'wproofreader_add_cpt' filter. To do so, you need to add a special 'wproofreader_add_cpt' filter in your function.php.
Example:
function wproofreader_add_cpt_callback() {
return array(
'my-custom-post-type'
);
}
add_filter( 'wproofreader_add_cpt', 'wproofreader_add_cpt_callback' );
- Added a new option “Disable WProofreader Badge” to the plugin settings which allows disabling an orange badge button. If disabled, the orange badge won’t appear in each editable box on the page. Users will see only underlined spelling and grammar errors that were detected by WProofreader.
- Fixed the issue with “Uncaught TypeError” in the browser console which appeared after the update of the event system in the WProofreader core.
- Fixed the issue: The Gutenberg editor doesn’t react on the text changes (e.g. replace word) that were made by WProofreader.
- Blocked saving of WProofreader span elements to database.
- Fixed the issue: After replacing a word in IE11 or MS Edge, the word remains underlined in the Gutenberg editor.
- Fixed the issue: After replacing a word in IE11 or MS Edge, the input event doesn’t work properly in the Gutenberg editor.
- Resolved the issue with not working plugin under PHP version 7.1. and higher. Consequently eliminated PHP warnings “Invalid argument supplied for foreach()“.
- Fixed the issue with not working grammar checking option in the Pro version.
The new version of the WProofreader (WebSpellChecker Proofreader) plugin introduces the following updates:
- Upgraded to be fully compatible with latest versions of WordPress: WordPress 4.x, WordPress 5.x and Gutenberg editor.
- Enabled two comfortable modes for proofreading: instant, underlining mistakes while you type, and dialog, proofreading all the text at once in a separate pop-up window.
- Improved engine to check not only spelling but grammar as well. Checking spelling for 6 languages in a Free version, checking both spelling and grammar for 14 in Pro + spell checking in Finnish and Norwegian Bokmal.
- Introduced new clean and comfy UI: intuitive suggestion boxes, spinner indicating the progress of proofreading, Maximize/Restore icon in a dialog mode, save changes notifications.
- Checks spelling and grammar on Pages, Posts, Tags, Categories, WooCommerce Product Descriptions, and WP eCommerce Product Descriptions including product tags and categories.
- Removed banner ad in the Free version.
- Extended the list of supported browsers: Chrome (the latest), Firefox (the latest), Safari (the latest), Internet Explorer 11, MS Edge (the latest).
New version of the WebSpellChecker plugin introduces the following updates:
- Support of the Yoast SEO and ACF text fields
- Spell Checking in the Title fields
- Fixes for minor issues
Initial Release of the WebSpellChecker plugin. The multi-language spell checking functionality is available for Visual Editor and excerpt all fields.