=== ConsentFlow ===
Contributors: consentflow
Tags: cookie consent, gdpr, ccpa, privacy, cookies
Requires at least: 5.8
Tested up to: 6.7
Stable tag: 2.2.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Automatic GDPR/CCPA cookie consent. Paste your site key — everything else is automatic.

== Description ==

ConsentFlow adds a compliant cookie banner with Accept, Reject, and Manage Preferences buttons. It automatically:

* Detects your WordPress domain on first visit
* Blocks trackers until consent (scripts, iframes, beacons)
* Sets compliance mode by visitor region (GDPR, CCPA, etc.)
* Scans your site for trackers
* Sends Google Consent Mode v2 signals
* Logs consent events for audit

**Setup:** Install the plugin, enter your ConsentFlow server URL and site key from your dashboard. Done.

== Installation ==

1. Upload the `consentflow` folder to `/wp-content/plugins/`
2. Activate the plugin
3. Go to Settings → ConsentFlow
4. Enter your ConsentFlow server URL and site key
5. Save

== Frequently Asked Questions ==

= Do I need to configure my domain? =

No. Your WordPress site domain is added automatically when the first visitor loads the page.

= Where do I get a site key? =

Sign up at your ConsentFlow server dashboard (self-hosted or SaaS).

== Changelog ==

= 2.1.1 =
* WP Rocket delay/minify/defer exclusions (automatic)
* LiteSpeed Cache and Autoptimize exclusions
* Optimizer bypass attributes on loader script tag
* Admin warnings for conflicting cookie plugins (Cookie Law Info, etc.)
* Reminder to remove duplicate manual embeds from HFCM/theme

= 2.0.0 =
* Auto domain detection
* Connection verification via ping API
* Loader injected at earliest priority in head
