Releases: joedolson/wp-accessibility
Releases · joedolson/wp-accessibility
WP Accessibility v2.1.3
= 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
= 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
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.
WP Accessibility v2.0.1
= 2.0.1 =
- Add
.et_smooth_scroll_disabled
to skip links to override Divi's inaccessible smooth scrolling. - Add promotional affiliate links for Equalize Digital's Accessibility Checker
WP Accessibility v2.0.0
= 2.0.0 =
- New feature: Show alt attributes toggle on content images.
- New feature: Ensure users can adjust scale even if maximum-scale set to 1.0.
- New feature: Alt enforcement indicators now present in block editor.
- New feature: Flag missing captions or subtitles in uploaded videos in editor.
- Updated feature: Remove title attributes now more intelligent.
- Updated feature: Modernized alt attribute enforcement tools.
- Change: Combine remediation scripting in wp-accessibility.js.
- Change: Disable accessibility-ready duplicating features if theme changed to accessibility-ready.
- Bug fix: aria-expanded missing in some cases for longdesc disclosures.
- Bug fix: Main JS file did not have a version number.
- Bug fix: Run feature JS after running remediation JS.
- Bug fix: Fix DOM ordering with image disclosure buttons.
- Retired language directory call. Translation files haven't been updated since version Oct 2014.
WP Accessibility v1.9.2
= 1.9.2 =
- Bug fix: Alignment classes should only apply when wpa-ld class present.
- Bug fix: Escape widget title content.
- Bug fix: Set cookies with SameSite = Strict. Props @ute-arbeit.
- Bug fix: Check that post_type param is in query object when searching alt attributes.
WP Accessibility v1.9.1
= 1.9.1 =
- Bug fix: Duplicate skiplink styles: if custom styles used, default settings could be appended to them as a duplicate.
- Filters: Add filters to configure deprecated skiplinks if necessary.
- Show default CSS when enabled for reference.
WP Accessibility v1.9.0
= 1.9.0 =
- Update: Significant reorganization of settings.
- Feature: Create & prepend simplified content summaries.
- Feature: Raise warning on long alt text.
- Feature: Generate color contrast via GET to make bookmarkable.
- Increase boldness of automatic focus outline.
- Set default focus outline color.
- Use wp_add_inline_styles for customizable CSS.
- Update automatic link underlines to skip
nav
elements. - Bug fix: some incorrect textdomains.
- Bug fix: toolbar tooltips should be dismissable without changing focus or hover. Support
esc
key. - Bug fix: Incorrect variable passed to color contrast, causing incorrect values.
- Auto generation of hook documentation: https://joedolson.github.io/wp-accessibility/
WP Accessibility v1.8.1
= 1.8.1 =
- Update: Fix accessibility issues in longdesc disclosure button.
- Add: style variations on longdesc disclosure to adjust position. (.top-left, .top-right, .bottom-right)
- Update tested to for WP 6.0.