Skip to content

Commit da563c7

Browse files
committed
Update the date formats to match what woocommerse expects
1 parent e2db4b9 commit da563c7

1 file changed

Lines changed: 45 additions & 45 deletions

File tree

woo-changelog.txt

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
1-
= 1.34.0 - 2025-10-22 =
1+
2025-10-22 - version 1.34.0
22
* Tweak - Missing transcript can now detect transcripts for videos when they are not just direct siblings.
33
* Tweak - Use post type labels rather than slugs in views where applicable.
44
* Tweak - Prepare for sale event during Black Friday.
55

6-
= 1.33.0 - 2025-09-26 =
6+
2025-09-26 - version 1.33.0
77
* Add - WP-CLI commands can now be run with short names: `wp edac <command>` or using long name `wp accessibility-checker <command>`.
88
* Tweak - Made it easier to register custom commands through filter.
99

10-
= 1.32.0 - 2025-09-18 =
10+
2025-09-18 - version 1.32.0
1111
* Fix - Improved highlighter behavior to maintain original size and position of scanned elements.
1212
* Fix - Identify out-of-sequence headings.
1313
* Fix - Identify missing title attributes.
1414
* Fix - Correctly assess alternative text requirements for image map areas.
1515
* Tweak - Implemented additional security measures for input validation and data sanitization.
1616

17-
= 1.31.1 - 2025-09-04 =
17+
2025-09-04 - version 1.31.1
1818
* Add - Privacy policy link added at newsletter signup.
1919
* Tweak - Error messages returned from some ajax actions are more descriptive.
2020

21-
= 1.31.0 - 2025-08-29 =
21+
2025-08-29 - version 1.31.0
2222
* Tweak - Don't flag YouTube scripts as video present mistakenly.
2323
* Tweak - Underlined text rule now will find more instances of underlined text.
2424
* Tweak - Added additional string label check for links that open new windows/tabs.
2525
* Tweak - Reordered some settings for better grouping.
2626

27-
= 1.30.1 - 2025-08-19 =
27+
2025-08-19 - version 1.30.1
2828
* Tweak - The rescan and clear buttons in the frontend highlighter are now only shown when they can be used.
2929
* Tweak - Issue saving and clearing now has more robust capability checking.
3030

31-
= 1.30.0 - 2025-08-06 =
31+
2025-08-06 - version 1.30.0
3232
* Add - Ability to clear issues on a post or page from the frontend highlighter.
3333
* Add - More accessibility checker details in the site health check.
3434
* Fix - Icons stack in frontend highlighter when there multiple issues on the same element.
3535
* Tweak - Missing Transcript can better detect transcripts for videos in the content.
3636

37-
= 1.29.0 - 2025-07-29 =
37+
2025-07-29 - version 1.29.0
3838
* Add - Rescan button in the frontend highlighter to rescan the current page.
3939
* Add - Cleanup routine to clear out orphaned issues from the database.
4040
* Add - Filter to allow tweaking the post statuses which get scanned.
4141
* Tweak - Updated the aria-hidden check to understand more sibling relationships.
4242
* Tweak - Updated the redundant alt check to understand that repeated images with same source and alt is not redundant.
4343
* Fix - Remove the password protected notice, and it's related features - scans can throw this error now.
4444

45-
= 1.28.0 - 2025-07-22 =
45+
2025-07-22 - version 1.28.0
4646
* Add - Better descriptions and help text for each of the rules.
4747
* Add - Improved landmark location feature to show the location of the landmark in the DOM.
4848
* Fix - Avoid possible error with removal of an index on an ID column.
4949

50-
= 1.27.1 - 2025-07-10 =
50+
2025-07-10 - version 1.27.1
5151
* Fix - Don't alter a UNIQUE index before swapping to PRIMARY key index.
5252

53-
= 1.27.0 - 2025-07-10 =
53+
2025-07-10 - version 1.27.0
5454
* Add - Landmark Location feature.
5555
* Add - Plugin action links.
5656
* Add - Documentation, support, and rate plugin links to plugin row meta.
@@ -60,96 +60,96 @@
6060
* Fix - Allow frontend highlighter to kickoff scan if there are no issues for the page.
6161
* Fix - Average issues per post calculation to handle zero issues.
6262

63-
= 1.26.0 - 2025-06-30 =
63+
2025-06-30 - version 1.26.0
6464
* Tweak - Enhanced: Better translation handling across the plugin.
6565

66-
= 1.25.0 - 2025-05-28 =
66+
2025-05-28 - version 1.25.0
6767
* Add - Ability to scan the main posts archive (blog page).
6868
* Tweak - Improved the Anchor Exists rule to handle more situations.
6969
* Fix - Avoid console error for clear button on CPTs that are not scannable.
7070

71-
= 1.24.0 - 2025-04-24 =
71+
2025-04-24 - version 1.24.0
7272
* Add - Translations for 33 languages.
7373
* Tweak - Handle Elementor buttons better in the new warnings fix.
7474
* Fix - Several typo and grammar issues corrected in the plugin.
7575
* Fix - Signup modal now works in Firefox under more conditions.
7676
* Fix - Make sure that translations in JS files can be detected.
7777

78-
= 1.23.1 - 2025-03-27 =
78+
2025-03-27 - version 1.23.1
7979
* Remove - Remove the str_get_html() fallback shim.
8080

81-
= 1.23.0 - 2025-03-13 =
81+
2025-03-13 - version 1.23.0
8282
* Add - Jest testing framework for accessibility rules with test case generation.
8383
* Tweak - Added fallback for str_get_html() with deprecation notice.
8484
* Tweak - Added density calculation capability in JS scanner.
8585
* Remove - Legacy PHP scan code.
8686
* Remove - PHP Simple HTML DOM Parser.
8787
* Dev - Converted multiple rules to JS for improved performance and compatibility.
8888

89-
= 1.22.2 - 2025-02-15 =
89+
2025-02-15 - version 1.22.2
9090
* Tweak - Announce Global Accessibility Awareness Day in the admin during that week.
9191

92-
= 1.22.1 - 2025-02-06 =
92+
2025-02-06 - version 1.22.1
9393
* Tweak - Make the skip-link fix handle sites with forced smooth scroll.
9494
* Tweak - Make the zooming and scaling handle additional ways the tag can block scaling.
9595
* Fix - Swap to GraphQL for getting meetup data for display in the admin.
9696

97-
= 1.22.0 - 2025-01-30 =
97+
2025-01-30 - version 1.22.0
9898
* Tweak - Improve the new window warning migration to handle more edge cases.
9999
* Fix - Avoid checking theme Tags when theme sandbox recovery is in play.
100100
* Fix - When parsing block content for scanning avoid stomping on post_content of a global.
101101

102-
= 1.21.0 - 2024-12-19 =
102+
2024-12-19 - version 1.21.0
103103
* Tweak - Improve how density statistics are counted. You will see a notice about this change on the welcome page.
104104
* Fix - Ensure that the scanned posts counts are accurate to all posts scanned, not just ones that have issues.
105105
* Fix - Properly count posts that are scanned but have no issues to remediate.
106106

107-
= 1.20.0 - 2024-11-14 =
107+
2024-11-14 - version 1.20.0
108108
* Tweak - Process dynamic blocks and oEmbeds more reliably in scans.
109109
* Tweak - Improve detection for missing_transcripts if there are several oEmbed videos from same provider on page.
110110
* Fix - Ensure notice dismiss function works correctly on all pages and that review notice buttons are styled.
111111
* Fix - Correct some cases where pluralization of phrases could be misapplied.
112112

113-
= 1.19.0 - 2024-10-10 =
113+
2024-10-10 - version 1.19.0
114114
* Tweak - Improve the text_size_too_small check in scanner to avoid more false positives.
115115
* Fix - Ensure that our notifications can appear on our own admin pages.
116116
* Fix - No longer trigger password protected notice on other pages when scanning WooCommerce checkout page.
117117

118-
= 1.18.0 - 2024-09-12 =
118+
2024-09-12 - version 1.18.0
119119
* Add - A new fix for adding a new tab/window warning to links with target="_blank".
120120
* Tweak - Allow cache bypass from stats requests to force latest numbers.
121121
* Tweak - Make a clear-issues endpoint more usable in different situations.
122122
* Remove - Removed some code that was trying to force no notifications on the plugin pages.
123123

124-
= 1.17.0 - 2024-08-15 =
124+
2024-08-15 - version 1.17.0
125125
* Add - A new fix for adding a new tab/window warning to links with target="_blank".
126126
* Add - REST endpoint to retrieve a site scan summary.
127127
* Tweak - Ensure frontend highlighter can load even when Cloudflare Rocket Loader is enabled.
128128
* Tweak - Only show ignore button when user can ignore issues.
129129
* Fix - URLs without issues would always output `0` when viewed on welcome widget.
130130

131-
= 1.16.4 - 2024-07-18 =
131+
2024-07-18 - version 1.16.4
132132
* Tweak - Improve the table header detection and validation for row headers.
133133
* Tweak - Show notice on fixes settings when they are saved from options page.
134134
* Fix - Don't check for possible header if there is no text content.
135135
* Fix - Multisite query fix to make sure issues are assigned correct site id.
136136
* Fix - Correct where a scan link points.
137137

138-
= 1.16.3 - 2024-06-20 =
138+
2024-06-20 - version 1.16.3
139139
* Add - Fix settings to site health info panels.
140140
* Fix - Corrected a string that was misplaced in a fix.
141141

142-
= 1.16.2 - 2024-05-23 =
142+
2024-05-23 - version 1.16.2
143143
* Tweak - Use better names for fix modal titles.
144144
* Tweak - Improve the link_pdf rule to detect more accurately.
145145
* Tweak - Improve the link_ms_office_doc rule to detect more accurately.
146146
* Fix - Rely on labels for link_ambiguous_text rule first before checking just the text content.
147147
* Fix - Remove a duplicatable rule empty_form_label.
148148

149-
= 1.16.1 - 2024-04-25 =
149+
2024-04-25 - version 1.16.1
150150
* Fix - Remove redundant empty_form_label rule definition.
151151

152-
= 1.16.0 - 2024-03-28 =
152+
2024-03-28 - version 1.16.0
153153
* Add - Introduced a system to handle automated fixes for issues that the scanner would discover.
154154
* Add - Fix to remove or update bad tabindex values on elements.
155155
* Add - Fix to remove title attributes in favor of preferred accessible names to elements.
@@ -163,80 +163,80 @@
163163
* Tweak - Improve the link_ambiguous_text rule to check on fully rendered pages.
164164
* Tweak - Improve the broken_skip_anchor_link rule to check on fully rendered pages.
165165

166-
= 1.15.0 - 2024-02-29 =
166+
2024-02-29 - version 1.15.0
167167
* Add - Option to ignore issues by user role.
168168
* Tweak - Improved performance for large sites.
169169
* Fix - Corrected issue with scan scheduling on multisite.
170170

171-
= 1.14.0 - 2024-01-25 =
171+
2024-01-25 - version 1.14.0
172172
* Add - Bulk scan improvements for custom post types.
173173
* Tweak - Updated accessibility rules for WCAG 2.2.
174174
* Fix - Fixed error with admin notices on plugin activation.
175175

176-
= 1.13.0 - 2023-12-21 =
176+
2023-12-21 - version 1.13.0
177177
* Add - New dashboard widget for scan summaries.
178178
* Tweak - Enhanced compatibility with WordPress 6.4.
179179
* Fix - Fixed bug with scan results not saving on draft posts.
180180

181-
= 1.12.0 - 2023-11-16 =
181+
2023-11-16 - version 1.12.0
182182
* Add - Option to export scan results to CSV.
183183
* Tweak - Improved error messages for failed scans.
184184
* Fix - Fixed issue with scan button not appearing for some users.
185185

186-
= 1.11.0 - 2023-10-19 =
186+
2023-10-19 - version 1.11.0
187187
* Add - Support for additional languages in plugin interface.
188188
* Tweak - Improved scan speed for large content sites.
189189
* Fix - Fixed bug with accessibility statement generation.
190190

191-
= 1.10.0 - 2023-09-21 =
191+
2023-09-21 - version 1.10.0
192192
* Add - New rules for ARIA attributes.
193193
* Tweak - Updated plugin settings UI for clarity.
194194
* Fix - Fixed issue with plugin deactivation not cleaning up options.
195195

196-
= 1.9.0 - 2023-08-17 =
196+
2023-08-17 - version 1.9.0
197197
* Add - Option to schedule scans.
198198
* Tweak - Improved scan accuracy for custom blocks.
199199
* Fix - Fixed bug with scan results display in admin.
200200

201-
= 1.8.0 - 2023-07-20 =
201+
2023-07-20 - version 1.8.0
202202
* Add - Integration with third-party accessibility tools.
203203
* Tweak - Improved scan result filtering.
204204
* Fix - Fixed error with scan summary widget.
205205

206-
= 1.7.0 - 2023-06-22 =
206+
2023-06-22 - version 1.7.0
207207
* Add - Option to ignore specific rules per post.
208208
* Tweak - Improved compatibility with WooCommerce product pages.
209209
* Fix - Fixed bug with scan scheduling on multisite.
210210

211-
= 1.6.0 - 2023-05-18 =
211+
2023-05-18 - version 1.6.0
212212
* Add - New onboarding wizard for setup.
213213
* Tweak - Improved help documentation links.
214214
* Fix - Fixed error with scan results export.
215215

216-
= 1.5.0 - 2023-04-20 =
216+
2023-04-20 - version 1.5.0
217217
* Add - Option to enable/disable specific rules.
218218
* Tweak - Improved scan result UI.
219219
* Fix - Fixed bug with scan results not updating after post save.
220220

221-
= 1.4.0 - 2023-03-16 =
221+
2023-03-16 - version 1.4.0
222222
* Add - Support for multisite network settings.
223223
* Tweak - Improved scan accuracy for media attachments.
224224
* Fix - Fixed error with scan scheduling on network sites.
225225

226-
= 1.3.0 - 2023-02-16 =
226+
2023-02-16 - version 1.3.0
227227
* Add - Option to export accessibility statement.
228228
* Tweak - Improved scan result sorting.
229229
* Fix - Fixed bug with scan results not displaying for some users.
230230

231-
= 1.2.0 - 2023-01-19 =
231+
2023-01-19 - version 1.2.0
232232
* Add - New rules for color contrast.
233233
* Tweak - Improved scan performance for large sites.
234234
* Fix - Fixed error with scan results export.
235235

236-
= 1.1.0 - 2022-12-15 =
236+
2022-12-15 - version 1.1.0
237237
* Add - Option to schedule recurring scans.
238238
* Tweak - Improved scan result UI for accessibility.
239239
* Fix - Fixed bug with scan results not saving on draft posts.
240240

241-
= 1.0.0 - 2022-11-17 =
241+
2022-11-17 - version 1.0.0
242242
* Initial release.

0 commit comments

Comments
 (0)