Releases: joedolson/wp-accessibility
Releases · joedolson/wp-accessibility
WP Accessibility v1.7.4
= 1.7.4 =
- Change: mark
as an invalid alt value. - Remove .hndle class on admin headings.
- Fix jQuery incompatibility due to deprecated .toggle() event handler.
- Add support for long description in the block editor.
= 1.7.3 =
- Bug fix: script registration/enqueuing mis-ordered, breaking toolbar.
WP Accessibility v1.7.2
= 1.7.2 =
- Add style to div.aligncenter to control width
WP Accessibility v1.7.1
Update tested to value.
WP Accessibility v1.7.0
= 1.7.0 =
- Add: test for specific common types of invalid alt attribute and label as invalid.
- Change: Remove webkit skiplink polyfill (obsolete)
- Change: Move toolbar JS to external file.
- Change: Use wp inline style method for toolbar size.
- Bug fix: Incorrect variable type matching in toolbar size setting.
- Security: Minor authenticated XSS vulnerability in custom CSS.
WP Accessibility v1.6.10
Remove .screen-reader-text from current menu item.
WP Accessibility v1.6.9
= 1.6.9 =
- Different JS for aria-current; previous version could only work on a single element, not a collection.
WP Accessibility v1.6.8
= 1.6.8 =
- Update to RegEx filtering title attributes to avoid data-title attributes. Thanks to @nextendweb
- Update PHP test suite to eliminate PHP 5.3 tests.
- Higher min/max sizes for toolbar buttons
- Remove setting for aria-current; now always enabled.
WP Accessibility 1.6.7
= 1.6.7 =
- Bug fix: error in generated CSS for skiplinks
WP Accessibility 1.6.6
= 1.6.6 =
- Per request, remove font sizing declaration for skip links. Inherit from site.
- Add default styles for visible skiplinks, rather than allowing to be unstyled.
- Remove tabindex application on section element from toolbar JS. (Not sure why it was there anyway.)
- Bug fix: automatic labeling injected double labels on fields with no ID and an implicit label.
WP Accessibility v1.6.5
= 1.6.5 =
- Bug fix: Widget output should not be styled.
- Bug fix: Remove duplicated (current) when both current-menu-item and -page-item present (props loopRW)