|
1 | 1 | Newer versions can be found in readme.txt. |
2 | 2 |
|
| 3 | += 1.25.0 = |
| 4 | +* Added: Ability to scan the main posts archive (blog page). |
| 5 | +* Enhanced: Improved the Anchor Exists rule to handle more situations. |
| 6 | +* Fixed: Avoid console error for clear button on CPTs that are not scannable. |
| 7 | + |
| 8 | += 1.24.0 = |
| 9 | +* Added: Translations for 33 languages. |
| 10 | +* Enhanced: Handle Elementor buttons better in the new warnings fix. |
| 11 | +* Fixed: Several typo and grammar issues corrected in the plugin. |
| 12 | +* Fixed: Signup modal now works in Firefox under more conditions. |
| 13 | +* Fixed: Make sure that translations in JS files can be detected. |
| 14 | + |
| 15 | += 1.23.1 = |
| 16 | +* Changed: Remove the str_get_html fallback shim. |
| 17 | + |
| 18 | += 1.23.0 = |
| 19 | +* Added: Jest testing framework for accessibility rules with test case generation. |
| 20 | +* Changed: Added fallback for str_get_html() with deprecation notice. |
| 21 | +* Changed: Added density calculation capability in JS scanner. |
| 22 | +* Removed: Legacy PHP scan code. |
| 23 | +* Removed: PHP Simple HTML DOM Parser. |
| 24 | +* Converted: video_present rule to JS. |
| 25 | +* Converted: slider_present rule to JS. |
| 26 | +* Converted: missing_transcript rule to JS. |
| 27 | +* Converted: missing_subheadings rule to JS. |
| 28 | +* Converted: link_improper rule to JS. |
| 29 | +* Converted: link_non_html_file rule to JS. |
| 30 | +* Converted: longdesc_invalid rule to JS. |
| 31 | +* Converted: missing_table_header rule to JS. |
| 32 | +* Converted: incorrect_heading_order rule to JS. |
| 33 | +* Converted: img_alt_empty rule to JS. |
| 34 | +* Converted: img_alt_long rule to JS. |
| 35 | +* Converted: img_map_missing_alt rule to JS. |
| 36 | +* Converted: link_empty rule to JS. |
| 37 | +* Converted: linked_image_missing_alt rule to JS. |
| 38 | +* Converted: linked_image_empty rules to JS. |
| 39 | +* Converted: aria_hidden rule to JS. |
| 40 | +* Converted: empty_button rule to JS. |
| 41 | +* Converted: duplicate_form_label rule to axe-core compatible JS rule with conditional support for incomplete items. |
| 42 | +* Converted: empty_heading_tag rule to JS. |
| 43 | +* Converted: empty_table_header rule to JS. |
| 44 | +* Converted: iframe_missing_title rule to JS. |
| 45 | +* Converted: img_alt_redundant rule to JS. |
| 46 | +* Converted: img_alt_invalid rule to JS. |
| 47 | +* Converted: img_alt_missing rule to JS. |
| 48 | +* Converted: animated_gif rule to JS. |
| 49 | +* Converted: broken_aria_reference rule to JS. |
| 50 | + |
| 51 | += 1.22.2 = |
| 52 | +* Enhancement: Announce Global Accessibility Awareness Day in the admin during that week. |
| 53 | + |
| 54 | += 1.22.1 = |
| 55 | +* Enhancement: Make the skip-link fix handle sites with forced smooth scroll. |
| 56 | +* Enhancement: Make the zooming and scaling handle additional ways the tag can block scaling. |
| 57 | +* Fix: Swap to graphql for getting meetup data for display in the admin. |
| 58 | + |
| 59 | += 1.22.0 = |
| 60 | +* Enhancement: Improve the new window warning migration to handle more edge cases. |
| 61 | +* Fix: Avoid checking theme Tags when theme sandbox recovery is in play. |
| 62 | +* Fix: When parsing block content for scanning avoid stomping on post_content of a global. |
| 63 | + |
| 64 | += 1.21.0 = |
| 65 | +* Enhancement: Improve how density statistics are counted. You will see a notice about this change on the welcome page. |
| 66 | +* Fix: Ensure that the scanned posts counts are accurate to all posts scanned, not just ones that have issues. |
| 67 | +* Fix: Properly count posts that are scanned but have no issues to remediate. |
| 68 | + |
3 | 69 | = 1.20.0 = |
4 | 70 | * Enhancement: Process dynamic blocks and oEmbeds more reliably in scans. |
5 | 71 | * Enhancement: Improve detection for missing_transcripts if there are several oEmbed videos from same provider on page. |
|
0 commit comments