This release focuses on accessibility and accuracy improvements. The Simplified Summary textarea now has a programmatic label, highlighted elements get a white contrast ring for better visibility, and SVG code snippets in the Accessibility Analysis panel render as images. Scan accuracy is improved by skipping 1x1 tracking pixels with empty alt text and by smarter link validation that trims whitespace and normalizes href checks. It also fixes a stale table-name cache in the validator and uses the correct post ID when the homepage is set to show latest posts, along with some minor code cleanup.
What's Changed
- [Backport] Release v1.46.0 by @github-actions[bot] in #1831
- Add programmatic label to Simplified Summary textarea by @SteveJonesDev in #1823
- Render SVG code snippets in the Accessibility Analysis panel as images by @pattonwebz in #1832
- Add white contrast ring around highlighted element outline by @SteveJonesDev in #1824
- Skip 1x1 tracking pixels with empty alt in img_alt_empty_check by @pattonwebz with @Copilot in #1661
- Remove unused
is_domain_loopbackhelper by @pattonwebz with @Copilot in #1437 - Fix stale table-name cache in validator by @SteveJonesDev in #1429
- Enhance link validation to trim whitespace and normalize href checks by @SteveJonesDev in #1389
- Fix: use correct post ID when site homepage is set to latest posts (PRO-726) by @SteveJonesDev in #1727
- Release v1.47.0 by @pattonwebz in #1834
Full Changelog: v1.46.0...v1.47.0