ext-v1.3.1
Automattic/harperext-v1.3.1Jul 30, 2026by pbakaus
AI Summary
Restores full page detection capabilities by resolving versioned stylesheet links and improves the accuracy of kicker tracking.
Key Highlights
- Resolves versioned stylesheet links (e.g., styles.css?v=3) to prevent blind scanning.
- Catches previously missed standard-tracking kickers that slipped under the old 1px floor.
- Retires the deprecated single-font rule.
Breaking Changes
- Retired the `single-font` rule.
New Features
- Engine for resolving versioned stylesheet links
- Improved kicker detection logic
Full Release Notes
- **The detector sees whole pages again.** Ships the engine that resolves versioned stylesheet links (`styles.css?v=3`) instead of going blind on them, catches standard-tracked kickers that slipped under the old 1px tracking floor, and retires the `single-font` rule.