Skip to content

Releases: joedolson/wp-accessibility

WP Accessibility v2.3.3

25 Mar 21:50

Choose a tag to compare

= 2.3.3 =

  • Bug fix: Set a default option value for wpa_track_stats in option call, to fix issue caused by strict type checking.
  • Bug fix: Prevent escaped strings in search output from bypassing empty search checks. Props @SteveJonesDev.

WP Accessibility v2.3.2

18 Feb 18:35

Choose a tag to compare

= 2.3.2 =

  • Security: Sanitize alt & longdesc text before injecting into toggle name. Props Wordfence & @jtwings.
  • Bug fix: Apply alt text checks to all supported image types. Props @knutsp.
  • Change: Add additional invalid alt text patterns.

WP Accessibility v2.3.1

25 Jan 00:07

Choose a tag to compare

= 2.3.1 =

  • Bug fix: Fixes broken longdesc scripting.

WP Accessibility v2.3.0

21 Jan 22:33

Choose a tag to compare

= 2.3.0 =

  • Change: Split settings into three pages: features, admin, and remediation.
  • Change: Add settings to disable automatic labelling, viewport settings, lang attributes, and removal of title attributes.
  • Change: Remove PHP-based title attribute removals.
  • Change: Switch settings markup from lists to paragraphs.
  • Change: Add bulk disable to turn off all overlay features.

WP Accessibility v2.2.6

24 Oct 22:06

Choose a tag to compare

= 2.2.6 =

  • Bug fix: Incorrect call to .removeAttr triggered catch condition on all URLs, throwing unnecessary console messages.

WP Accessibility v2.2.5

03 Oct 22:10

Choose a tag to compare

= 2.2.5 =

  • Bug fix: Toolbar preference cookies not set.

WP Accessibility v2.2.4

30 Sep 19:04

Choose a tag to compare

= 2.2.4 =

  • Bug fix: Remove html { will-change: filter } due to Safari/iOS conflicts.
  • Change: Treat role="slider" the same as role="button" for high contrast.
  • Change: log cases where href is a non-link-like value.

WP Accessibility v2.2.3

19 Sep 18:12

Choose a tag to compare

= 2.2.3 =

  • Change: Support and synchronize multiple toolbars on a single screen.
  • Feature: Option to switch the default File block behavior to 'link' instead of 'embed'.

WP Accessibility v2.2.2

04 Sep 23:50

Choose a tag to compare

= 2.2.2 =

  • Bug fix: Rewrite in JS changed the data format sent to the server for stats.
  • Bug fix: Incorrect selector for tracking stats on fontsize switcher.
  • Bug fix: Internal label in stats incorrect for contrast changes.

WP Accessibility v2.2.1

03 Sep 21:04

Choose a tag to compare

= 2.2.1 =

  • Bug fix: Undeclared variable in JS.
  • Bug fix: Incorrect variable used to report errors in console.
  • Change: Only add longdesc image block variation if a UI is enabled.