Releases: joedolson/wp-accessibility
Releases · joedolson/wp-accessibility
WP Accessibility v2.1.9
= 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
labelelement present but has no text. - Feature: Live Preview support via Playground.
WP Accessibility v2.1.8
= 2.1.8 =
- Update to PHPCS 3
- Fix error thrown if json_decode returns null value.
WP Accessibility v2.1.7
- Bug fix: Two incorrect placeholder formats in
sprintfcall.
WP Accessibility v2.1.6
This is because I'm an idiot, and didn't properly check what I was doing.
WP Accessibility v2.1.5
= 2.1.5 =
- Security fix: XSS vulnerability caused by a debugging statement left in place. Props Joshua Bixler.
WP Accessibility v2.1.4
= 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
= 2.1.3 =
- Bug fix: Error thrown if a 3rd party is using
the_titlefilters 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
= 2.1.2 =
- Bug fix: Build error caused JS errors when not running in SCRIPT_DEBUG.
WP Accessibility v2.1.1
= 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
= 2.1.0 =
- Bug fix: Fix label
forattributes. 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_langoption 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.