== Changelog ==

= 1.1.0 =
* Cookie consent mode with 7 CMP integrations (TCF v2, Iubenda, CookieBot, CookieYes, Complianz, Google Consent Mode v2, Manual)
* Matomo requireCookieConsent/setCookieConsentGiven flow
* Admin page redesigned with brand styling
* First-party CNAME domain setup guide
* Manual CMP integration instructions with JavaScript examples
* CSS moved to dedicated stylesheet via wp_enqueue_style
* Defensive JS checks with console.warn diagnostics
* Fix PHP 8.0 dependency on str_starts_with (now uses strpos for PHP 7.0+ compatibility)
* Fix scroll depth division by zero on short pages
* Fix printf XSS patterns with wp_kses
* Fix sanitize_settings input key existence checks
* CMP labels now translatable

= 1.0.0 =
* Initial release
* Matomo analytics integration
* Automatic Post ID tracking as Custom Dimension 1
* Scroll depth tracking (25%, 50%, 75%, 100%)
* Heartbeat timer for accurate time on page measurement
* Admin settings page with validation
* Translation support
* Security hardening and sanitization