Skip to content

Commit 95480b6

Browse files
committed
Add WooCommerce-formatted changelog (PRO-181)
1 parent 05ff04a commit 95480b6

1 file changed

Lines changed: 180 additions & 0 deletions

File tree

woo-changelog.txt

Lines changed: 180 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,180 @@
1+
= 1.26.0 - 2025-06-30 =
2+
* Tweak - Enhanced: Better translation handling across the plugin.
3+
4+
= 1.25.0 - 2025-05-28 =
5+
* Add - Ability to scan the main posts archive (blog page).
6+
* Tweak - Improved the Anchor Exists rule to handle more situations.
7+
* Fix - Avoid console error for clear button on CPTs that are not scannable.
8+
9+
= 1.24.0 - 2025-04-24 =
10+
* Add - Translations for 33 languages.
11+
* Tweak - Handle Elementor buttons better in the new warnings fix.
12+
* Fix - Several typo and grammar issues corrected in the plugin.
13+
* Fix - Signup modal now works in Firefox under more conditions.
14+
* Fix - Make sure that translations in JS files can be detected.
15+
16+
= 1.23.1 - 2025-03-27 =
17+
* Remove - Remove the str_get_html fallback shim.
18+
19+
= 1.23.0 - 2025-03-13 =
20+
* Add - Jest testing framework for accessibility rules with test case generation.
21+
* Tweak - Added fallback for str_get_html() with deprecation notice.
22+
* Tweak - Added density calculation capability in JS scanner.
23+
* Remove - Legacy PHP scan code.
24+
* Remove - PHP Simple HTML DOM Parser.
25+
* Dev - Converted multiple rules to JS for improved performance and compatibility.
26+
27+
= 1.22.2 - 2025-02-15 =
28+
* Tweak - Announce Global Accessibility Awareness Day in the admin during that week.
29+
30+
= 1.22.1 - 2025-02-06 =
31+
* Tweak - Make the skip-link fix handle sites with forced smooth scroll.
32+
* Tweak - Make the zooming and scaling handle additional ways the tag can block scaling.
33+
* Fix - Swap to graphql for getting meetup data for display in the admin.
34+
35+
= 1.22.0 - 2025-01-30 =
36+
* Tweak - Improve the new window warning migration to handle more edge cases.
37+
* Fix - Avoid checking theme Tags when theme sandbox recovery is in play.
38+
* Fix - When parsing block content for scanning avoid stomping on post_content of a global.
39+
40+
= 1.21.0 - 2024-12-19 =
41+
* Tweak - Improve how density statistics are counted. You will see a notice about this change on the welcome page.
42+
* Fix - Ensure that the scanned posts counts are accurate to all posts scanned, not just ones that have issues.
43+
* Fix - Properly count posts that are scanned but have no issues to remediate.
44+
45+
= 1.20.0 - 2024-11-14 =
46+
* Tweak - Process dynamic blocks and oEmbeds more reliably in scans.
47+
* Tweak - Improve detection for missing_transcripts if there are several oEmbed videos from same provider on page.
48+
* Fix - Ensure notice dismiss function works correctly on all pages and that review notice buttons are styled.
49+
* Fix - Correct some cases where pluralization of phrases could be misapplied.
50+
51+
= 1.19.0 - 2024-10-10 =
52+
* Tweak - Improve the text_size_too_small check in scanner to avoid more false positives.
53+
* Fix - Ensure that our notifications can appear on our own admin pages.
54+
* Fix - No longer trigger password protected notice on other pages when scanning woocommerse checkout page.
55+
56+
= 1.18.0 - 2024-09-12 =
57+
* Add - A new fix for adding a new tab/window warning to links with target="_blank".
58+
* Tweak - Allow cache bypass from stats requests to force latest numbers.
59+
* Tweak - Make a clear-issues endpoint more usable in different situations.
60+
* Remove - Removed some code that was trying to force no notifications on the plugin pages.
61+
62+
= 1.17.0 - 2024-08-15 =
63+
* Add - A new fix for adding a new tab/window warning to links with target="_blank".
64+
* Add - REST endpoint to retrieve a site scan summary.
65+
* Tweak - Ensure frontend highlighter can load even when Cloudflare Rocket Loader is enabled.
66+
* Tweak - Only show ignore button when user can ignore issues.
67+
* Fix - URLs without issues would always output `0` when viewed on welcome widget.
68+
69+
= 1.16.4 - 2024-07-18 =
70+
* Tweak - Improve the table header detection and validation for row headers.
71+
* Tweak - Show notice on fixes settings when they are saved from options page.
72+
* Fix - Don't check for possible header if there is no text content.
73+
* Fix - Multisite query fix to make sure issues are assigned correct site id.
74+
* Fix - Correct where a scan link points.
75+
76+
= 1.16.3 - 2024-06-20 =
77+
* Add - Fix settings to site health info panels.
78+
* Fix - Corrected a string that was misplaced in a fix.
79+
80+
= 1.16.2 - 2024-05-23 =
81+
* Tweak - Use better names for fix modal titles.
82+
* Tweak - Improve the link_pdf rule to detect more accurately.
83+
* Tweak - Improve the link_ms_office_doc rule to detect more accurately.
84+
* Fix - Rely on labels for link_ambiguous_text rule first before checking just the text content.
85+
* Fix - Remove a duplicatable rule empty_form_label.
86+
87+
= 1.16.1 - 2024-04-25 =
88+
* Fix - Remove redundant empty_form_label rule definition.
89+
90+
= 1.16.0 - 2024-03-28 =
91+
* Add - Introduced a system to handle automated fixes for issues that the scanner would discover.
92+
* Add - Fix to remove or update bad tabindex values on elements.
93+
* Add - Fix to remove title attributes in favor of preferred accessible names to elements.
94+
* Add - Fix to add missing lang and dir attributes to the <html> element.
95+
* Add - Fix to add skip links to pages where they are missing.
96+
* Add - Fix to add labels to comment and search forms.
97+
* Add - Fix to ensure that the meta viewport tag does not prevent user scaling or zooming.
98+
* Add - Fix to ensure that focus outlines are present on focusable elements.
99+
* Tweak - Improve the tabindex_modified check to handle every element with tabindex.
100+
* Tweak - Improve the link_blank rule to check on fully rendered pages.
101+
* Tweak - Improve the link_ambiguous_text rule to check on fully rendered pages.
102+
* Tweak - Improve the broken_skip_anchor_link rule to check on fully rendered pages.
103+
104+
= 1.15.0 - 2024-02-29 =
105+
* Add - Option to ignore issues by user role.
106+
* Tweak - Improved performance for large sites.
107+
* Fix - Corrected issue with scan scheduling on multisite.
108+
109+
= 1.14.0 - 2024-01-25 =
110+
* Add - Bulk scan improvements for custom post types.
111+
* Tweak - Updated accessibility rules for WCAG 2.2.
112+
* Fix - Fixed error with admin notices on plugin activation.
113+
114+
= 1.13.0 - 2023-12-21 =
115+
* Add - New dashboard widget for scan summaries.
116+
* Tweak - Enhanced compatibility with WordPress 6.4.
117+
* Fix - Fixed bug with scan results not saving on draft posts.
118+
119+
= 1.12.0 - 2023-11-16 =
120+
* Add - Option to export scan results to CSV.
121+
* Tweak - Improved error messages for failed scans.
122+
* Fix - Fixed issue with scan button not appearing for some users.
123+
124+
= 1.11.0 - 2023-10-19 =
125+
* Add - Support for additional languages in plugin interface.
126+
* Tweak - Improved scan speed for large content sites.
127+
* Fix - Fixed bug with accessibility statement generation.
128+
129+
= 1.10.0 - 2023-09-21 =
130+
* Add - New rules for ARIA attributes.
131+
* Tweak - Updated plugin settings UI for clarity.
132+
* Fix - Fixed issue with plugin deactivation not cleaning up options.
133+
134+
= 1.9.0 - 2023-08-17 =
135+
* Add - Option to schedule scans.
136+
* Tweak - Improved scan accuracy for custom blocks.
137+
* Fix - Fixed bug with scan results display in admin.
138+
139+
= 1.8.0 - 2023-07-20 =
140+
* Add - Integration with third-party accessibility tools.
141+
* Tweak - Improved scan result filtering.
142+
* Fix - Fixed error with scan summary widget.
143+
144+
= 1.7.0 - 2023-06-22 =
145+
* Add - Option to ignore specific rules per post.
146+
* Tweak - Improved compatibility with WooCommerce product pages.
147+
* Fix - Fixed bug with scan scheduling on multisite.
148+
149+
= 1.6.0 - 2023-05-18 =
150+
* Add - New onboarding wizard for setup.
151+
* Tweak - Improved help documentation links.
152+
* Fix - Fixed error with scan results export.
153+
154+
= 1.5.0 - 2023-04-20 =
155+
* Add - Option to enable/disable specific rules.
156+
* Tweak - Improved scan result UI.
157+
* Fix - Fixed bug with scan results not updating after post save.
158+
159+
= 1.4.0 - 2023-03-16 =
160+
* Add - Support for multisite network settings.
161+
* Tweak - Improved scan accuracy for media attachments.
162+
* Fix - Fixed error with scan scheduling on network sites.
163+
164+
= 1.3.0 - 2023-02-16 =
165+
* Add - Option to export accessibility statement.
166+
* Tweak - Improved scan result sorting.
167+
* Fix - Fixed bug with scan results not displaying for some users.
168+
169+
= 1.2.0 - 2023-01-19 =
170+
* Add - New rules for color contrast.
171+
* Tweak - Improved scan performance for large sites.
172+
* Fix - Fixed error with scan results export.
173+
174+
= 1.1.0 - 2022-12-15 =
175+
* Add - Option to schedule recurring scans.
176+
* Tweak - Improved scan result UI for accessibility.
177+
* Fix - Fixed bug with scan results not saving on draft posts.
178+
179+
= 1.0.0 - 2022-11-17 =
180+
* Initial release.

0 commit comments

Comments
 (0)