Releases: joedolson/wp-accessibility
Releases · joedolson/wp-accessibility
WP Accessibility v2.1.15
WP Accessibility v2.1.14
= 2.1.14 =
- Add Bluesky & set
aria-hidden
on social SVGs. - Fix unclosed
span
. - Bug fix fetching ID for alt attribute toggles on pages.
- Disable
h1
in block editor by default; add setting to enable. - Add
font-display: swap
for Accessibility icons. - Change
enqueue_editor_block_assets
action toenqueue_block_assets
- Verify that
$browser
is an object when rendering browser stats. - Replace
json_encode
withwp_json_encode
. - Fix bug with translation used before
init
. - Fix duplicate ID in content summary container. Props @Ryokuhi.
WP Accessibility v2.1.13
= 2.1.13 =
- Remove textdomain loader and translations. These have been out of date for years.
- Don't throw an error if 'ltr' not set for 'dir' attribute, as that is the default value.
- Remove Twitter follow button
- Add updated socials
- Add LinkedIn course
- Update tested to for 6.7.
WP Accessibility v2.1.12
= 2.1.12 =
- Bug fix: Update editor styles to have less impact on block editor styles.
- Bug fix: Log out text was not internationalized.
- Bug fix: Default CSS toggle broken.
- Add: Support for classic editor galleries with alt text warnings.
- Change: Update URLs in various locations to https references.
- Change: New setting to disable admin logout link.
- Update: Misc. minor admin settings design changes.
WP Accessibility v2.1.11
= 2.1.11 =
- Bug fix: Don't strip target=_blank on Facebook links.
- Change: Minor text change in accessibility stats settings.
- Accessibility: auto-scroll if focus lands on element obsucred by toolbar.
WP Accessibility v2.1.10
= 2.1.10 =
- Bug fix: Fix errors thrown in stats reporting.
- Bug fix: Version the high contrast CSS.
- Bug fix: Add override specificity for block theme colors.
- Change: Update font-resizing values to make changes more consistent.
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
label
element 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
sprintf
call.
WP Accessibility v2.1.6
This is because I'm an idiot, and didn't properly check what I was doing.