You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# WProofreader Plugin for WordPress Changelog
2
2
3
+
## 3.0.0 - 2025-10-31
4
+
5
+
* Added a few global activation toggles (disabled by default):
6
+
** Enable in admin area to run WProofreader across the WordPress admin.
7
+
** Enable on front end to run WProofreader on the public site.
8
+
* Fixed issue where spelling autocorrect could modify URLs; now disabled by default in link-related fields.
9
+
* Updated service path to remove the legacy component ssrv.cgi, which is no longer used.
10
+
* Improved dedicated loading for the Block Editor (enqueue_block_assets), with safe exclusions for the Site Editor and Permalinks settings screen.
11
+
* Improved asset versioning based on file modification time to reduce caching issues.
12
+
* Improved unified script handles and localization objects for consistency.
13
+
* Hardened AJAX endpoint for the language list with nonce verification, capability checks, strict sanitization, and structured JSON response.
14
+
* Comprehensive refactoring and code cleanup: simplified initialization flow for admin, Block Editor, and front end; consolidated settings bootstrap and defaults.
15
+
3
16
## 2.8.0 - 2025-06-25
4
17
5
18
* Fixed issue with user preferences not being remembered. A recent issue caused user-selected options (e.g., selected language, ignore settings, enabled check types) to reset on every page reload. Now, these preferences are stored.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Free WProofreader plugin supports only spell-check for 6 languages and comes wit
25
25
***Allowed number of websites:** 1 website.
26
26
***Languages available for spell checking:** (6 languages) American English, British English, French, German, Italian and Spanish.
27
27
***Languages available for grammar checking:** Not available.
28
-
***User-level custom dictionary:** No cloud backup. The dictionary is only available in one browser on a single device. The dictionary is not available for review and modification.
28
+
***User-level custom dictionary:** No cloud backup. The dictionary is only available in one browser on a single device.
29
29
***Organization-level custom dictionary:** Not available.
0 commit comments