Skip to content

Releases: joedolson/wp-accessibility

WP Accessibility v1.7.4

16 Dec 23:41
Compare
Choose a tag to compare

= 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

31 Aug 18:01
Compare
Choose a tag to compare

= 1.7.2 =

  • Add style to div.aligncenter to control width

WP Accessibility v1.7.1

20 Apr 17:16
Compare
Choose a tag to compare

Update tested to value.

WP Accessibility v1.7.0

26 Dec 20:45
Compare
Choose a tag to compare

= 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

05 Jul 17:32
Compare
Choose a tag to compare

Remove .screen-reader-text from current menu item.

WP Accessibility v1.6.9

26 May 23:02
Compare
Choose a tag to compare

= 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

26 May 13:26
Compare
Choose a tag to compare

= 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

17 Mar 18:20
Compare
Choose a tag to compare

= 1.6.7 =

  • Bug fix: error in generated CSS for skiplinks

WP Accessibility 1.6.6

04 Mar 22:44
Compare
Choose a tag to compare

= 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

31 Jan 20:19
Compare
Choose a tag to compare

= 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)