Skip to content

Releases: equalizedigital/accessibility-checker

V1.14.1

Choose a tag to compare

@pattonwebz pattonwebz released this 25 Jun 22:43
9b1aca0

What's Changed

Full Changelog: v1.14.0...v1.14.1

v1.14.0

Choose a tag to compare

@pattonwebz pattonwebz released this 25 Jun 20:04
25f8c7a

What's Changed

What's Changed

Full Changelog: v1.13.1...v1.14.0

v1.13.1

Choose a tag to compare

@pattonwebz pattonwebz released this 06 Jun 15:24
20c4eff

= 1.13.1 =

  • Enhancement: Make the new window warning detection less rigid
  • Fixed: Avoid flagging possible headings when the entire text is not wrapped
  • Fixed: Allow JS checked rules to retain ignored state between scans

v1.13.0

Choose a tag to compare

@pattonwebz pattonwebz released this 29 May 13:29
55a2aef

= 1.13.0 =

  • Added: Meta Viewport zoom-able and scale-able check
  • Added: Empty Paragraph warning
  • Fixed: Properly determine possible headings with computed styles
  • Improved: Better detection of the underlined text
  • Improved: Better detection of small text
  • Improved: Better detection of justified text
  • Improved: Better detection of blink and marquee tags
  • Improved: No longer flagging GTM iframes as missing title since they are display: none and visibility: hidden
  • Enhancement: Do not show 'View on page' link to frontend when the issues cannot be viewed

v1.12.0

Choose a tag to compare

@pattonwebz pattonwebz released this 15 May 18:38
6039627

= 1.12.0 =

  • Fixed: Use the last generation time in summary widgets rather than last completed scan time
  • Improved: More accessible panels in the editor
  • Improved: Filter and action docs added/improved

v1.11.2

Choose a tag to compare

@pattonwebz pattonwebz released this 06 May 16:34
74ec4d3
  • Fixed: Avoid displaying 0th for readability score
  • Removed: Some custom WP Playground detection code

v1.11.1

Choose a tag to compare

@SteveJonesDev SteveJonesDev released this 05 May 02:12
b654c37
  • Fixed: type Casting on several rules
  • Fixed: strict data comparison on several rules
  • Updated: empty heading tag rule to consider aria-label

v1.11.0

Choose a tag to compare

@pattonwebz pattonwebz released this 01 May 18:36
4554894
  • Updated: Tested up to WP 6.5.2
  • Improved: Better detection of the underlined text rule for more accurate results
  • Improved: PHP 8.2 compatibility with the TextStatistics library
  • Added: Opt-in modal for users to subscribe to the Equalize Digital newsletter with less steps

v1.10.2

Choose a tag to compare

@pattonwebz pattonwebz released this 04 Apr 20:05
5967ff7

= 1.10.2 =

  • Updated: Tested up to WP 6.5.0

v1.10.1

Choose a tag to compare

@pattonwebz pattonwebz released this 27 Mar 18:13
79d72c3
  • Fixed: Prevent scheme-relative URLs from causing an error when scanning for animated gif of webp files
  • Fixed: Potential edge case where an issue density calculation could cause a PHP warning and cause a failed scan
  • Fixed: Ensure that missing form labels are reported in the scan results appropriately
  • Fixed: Avoid error log when trashing posts in the block editor
  • Created: Class to handle the editor meta box for scan results
  • Deprecated: edac_register_meta_boxes, edac_custom_meta_box_cb functions