=== CookieTrust ===
Contributors: ggiak
Tags: cookie-consent, gdpr, ccpa, privacy, compliance
Requires at least: 5.8
Tested up to: 6.9
Stable tag: 1.1.1
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Cookie consent management powered by CookieTrust.io - GDPR & CCPA compliant cookie banner for WordPress.

== Description ==

CookieTrust provides a complete cookie consent management solution for WordPress websites. Connect your site to CookieTrust.io to display a customizable, compliant cookie consent banner.

**Features:**

* GDPR and CCPA compliant cookie consent banner
* Easy one-click connection to CookieTrust.io
* Customizable appearance (colors, layout, position)
* Multi-language support
* Automatic cookie scanning and categorization
* Consent analytics and reporting
* Privacy trigger button for users to manage preferences

**How it works:**

1. Install and activate the plugin
2. Connect your WordPress site to CookieTrust.io
3. Select or create a cookie configuration
4. Enable the widget to display the consent banner

== Installation ==

1. Upload the `cookietrust` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to Settings > CookieTrust to connect your site
4. Follow the setup wizard to configure your cookie consent banner

== External Services ==

This plugin connects to [CookieTrust.io](https://cookietrust.io) to provide cookie consent management functionality.

**When you connect your site:**

* Your WordPress site URL is sent to CookieTrust.io to configure the consent widget
* An OAuth token is stored locally to authenticate API requests
* The consent widget JavaScript is loaded from `cmp.cookietrust.io`

**Data processed by CookieTrust.io:**

* Visitor consent preferences (accept/reject choices)
* Analytics data if enabled (consent rates, page views)

**Connection is opt-in:** No data is sent to external services until you explicitly connect your site via the "Connect to CookieTrust" button in the plugin settings.

* [CookieTrust.io Terms of Service](https://cookietrust.io/terms)
* [CookieTrust.io Privacy Policy](https://cookietrust.io/privacy-policy)

== Frequently Asked Questions ==

= Do I need a CookieTrust.io account? =

Yes, this plugin requires a CookieTrust.io account to function. You can sign up for free at cookietrust.io.

= Is this plugin GDPR compliant? =

Yes, CookieTrust is designed to help you comply with GDPR, CCPA, and other privacy regulations by providing proper consent management.

= Can I customize the cookie banner appearance? =

Yes, you can customize colors, layout, button styles, and more through the WordPress admin panel or the CookieTrust.io dashboard.

== Screenshots ==

1. Admin dashboard connection status
2. Analytics overview
3. Appearance customization options

== Changelog ==

= 1.1.1 =
*  switch banner URLs from /gdpr/ to /consent/ prefix (#127) (#128)
*  exclude .omc from wp.org deploy
*  sync package-lock.json
* hide "Add Current Domain" button temporarily (#126)

= 1.1.0 =
*  replace Sanctum tokens with scoped API keys (wp#119, wp#120, wp#121, wp#122) (#124)
*  add .sisyphus to gitignore (#123)
* docs: update AGENTS.md for scoped API key auth and COOKIETRUST_ constants
* test: add CookieTrustApiService and WPConsentAPIService unit tests (#115) (#116)

= 1.0.4 =
*  anchor distignore patterns to prevent vendor file exclusion

= 1.0.2 =
*  handle multiline changelog text in awk readme insertion
*  use svn add --force for recursive file tracking in deploy script

= 1.0.1 =
* Fix: Resolve fatal error on activation when installed from WordPress.org (missing vendor file)

= 1.0.0 =
* Initial release
* OAuth integration with CookieTrust.io
* Customizable appearance settings
* Multi-language support
* Consent analytics

== Upgrade Notice ==

= 1.0.0 =
Initial release of CookieTrust for WordPress.


