Skip to content

Releases: joedolson/wp-accessibility

WP Accessibility v2.1.9

15 May 21:53

Choose a tag to compare

= 2.1.9 =

  • Bug fix: Let Google Translate plugin keep title attributes that are used for CSS hooks.
  • Bug fix: Don't double-add '#' in focus color input.
  • Change: Use CSS variables for font resizing.
  • Feature: Add label fix when label element present but has no text.
  • Feature: Live Preview support via Playground.

WP Accessibility v2.1.8

03 Apr 18:20

Choose a tag to compare

= 2.1.8 =

  • Update to PHPCS 3
  • Fix error thrown if json_decode returns null value.

WP Accessibility v2.1.7

30 Dec 21:49

Choose a tag to compare

  • Bug fix: Two incorrect placeholder formats in sprintf call.

WP Accessibility v2.1.6

06 Dec 19:10

Choose a tag to compare

This is because I'm an idiot, and didn't properly check what I was doing.

WP Accessibility v2.1.5

06 Dec 18:29

Choose a tag to compare

= 2.1.5 =

  • Security fix: XSS vulnerability caused by a debugging statement left in place. Props Joshua Bixler.

WP Accessibility v2.1.4

25 Nov 19:21

Choose a tag to compare

= 2.1.4 =

  • Bug fix: Incorrect type check caused most stats to display as 'no data'.
  • Change: Only show first 5 changes on user stats in dashboard.

WP Accessibility v2.1.3

18 Nov 19:59

Choose a tag to compare

= 2.1.3 =

  • Bug fix: Error thrown if a 3rd party is using the_title filters improperly.
  • Bug fix: Handle case if passed data is invalid.
  • Bug fix: Change dashboard widget function name to minimize conflict.
  • Bug fix: Setting stats to 'none' should fully disable stats collection.
  • Bug fix: Ensure that admin status is verified on server side when stats set to 'admin'.

WP Accessibility v2.1.2

17 Nov 00:48

Choose a tag to compare

= 2.1.2 =

  • Bug fix: Build error caused JS errors when not running in SCRIPT_DEBUG.

WP Accessibility v2.1.1

16 Nov 16:53

Choose a tag to compare

= 2.1.1 =

  • Bug fix: Comparison of new stats to old stats didn't remove timestamp, so comparison was always false.

WP Accessibility v2.1.0

16 Nov 16:09

Choose a tag to compare

= 2.1.0 =

  • Bug fix: Fix label for attributes. Props @sabernhardt.
  • Bug fix: Fix position of image alt attribute warnings.
  • Bug fix: Prevent existence of alt warnings from breaking captions.
  • Change: Render toolbar location relatively instead of absolutely.
  • Change: Improve alt text tests.
  • Change: Record count of occurrences for fake button/link tests.
  • Change: Set wpa_lang option to on by default.
  • Change: Switch auto labeling to always one.
  • Change: Switch skiplink CSS to use default by default.
  • Change: Remove setting for filtering title attributes and turn on by default.
  • Change: Consolidate and minify JS.
  • Feature: Add stats collection to provide view into what WP Accessibility is doing.