Skip to content

Releases: joedolson/wp-accessibility

WP Accessibility v1.8.0

15 May 21:51
Compare
Choose a tag to compare

= 1.8.0 =

  • Update: tabindex check should not remove tabindex on a elements without href.
  • Update: check for the button role on elements that are not focusable and add tabindex.
  • Update: Larger longdesc button.
  • Update admin script & css enqueuing.
  • Change color picker.
  • Make admin responsive.
  • Admin text updates.
  • Return false for accessible theme test if Oxygen Builder active.

WP Accessibility v1.7.14

02 Feb 22:17
Compare
Choose a tag to compare

= 1.7.14 =

  • Bug fix: incorrectly called variable broke responsive toolbar.

WP Accessibility v1.7.13

28 Jan 20:53
Compare
Choose a tag to compare

= 1.7.13 =

  • Bug fix: empty space in toolbar attachment point field created uncaught exception in JS.

WP Accessibility v1.7.12

14 Jan 23:50
Compare
Choose a tag to compare

= 1.7.12 =

  • Bug fix: Improved automatic labeling; checks for existing aria-label or aria-labelledby values.
  • Improved escaping and sanitizing.
  • Change: add 'no-scroll' to skip links to prevent enfold from scrolling.
  • Feature: Option to search media library on alternative text.
  • Feature: Detect and replace user-scalable=no if found.

WP Accessibility v1.7.11

02 Dec 22:25
Compare
Choose a tag to compare

= 1.7.11 =

  • Bug fix: Better handling of invalid toolbar attachment points.
  • Change: Use title casing for Skip to Content link to clarify pronunciation by JAWS.
  • New: Option to disable full screen block editor by default.

WP Accessibility v1.7.10

08 Nov 01:35
Compare
Choose a tag to compare

= 1.7.10 =

  • Bug fix: If attachment ID not in classes, get from img ID attribute.
  • Insert toolbar without jQuery.

WP Accessibility v1.7.9

16 Aug 16:39
Compare
Choose a tag to compare

= 1.7.9 =

  • Bug fix: potentially undeclared variable in 1.7.8.

WP Accessibility v1.7.8

13 Aug 22:51
Compare
Choose a tag to compare

= 1.7.8 =

  • Bug fix: Avoid showing longdesc interface if no description defined.
  • Bug fix: Update screen reader text classes from antiquated versions.
  • Removal: Adding role attributes to HTML5 structures is no longer significant.
  • Removal: Remove option to make row actions visible. Now available via screen options in core.
  • Removal: Remove tabindex=-1 on skiplink targets. No longer required.
  • Improvement: Catch more potentially invalid or suspicious alt text patterns.
  • Refactor: Move footer scripts into external JS file.

WP Accessibility v1.7.7

17 Mar 22:27
Compare
Choose a tag to compare

= 1.7.7 =

  • Bug fix: Correct usage of wp_localize_script arguments.
  • Change: Modernization of CSS for toolbar.
  • Change: Add outline offset for forced focus states.
  • Change: Tweaks for font resizing stylesheets.

= 1.7.6 =

  • Bug fix: Broken class array query in longdesc.

WP Accessibility v1.7.5

17 Dec 20:20
Compare
Choose a tag to compare

= 1.7.5 =

  • Bug fix: register_block_style only exists since WP 5.3; check function exists first.