=== Biskoui ===
Contributors: biskoui
Tags: cookie consent, consent management, gdpr, nfadp, cookie banner
Requires at least: 6.3
Tested up to: 7.1
Requires PHP: 7.4
Stable tag: 1.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

WordPress plugin for Biskoui, the Swiss consent management platform.

== Description ==

Biskoui is a Swiss consent management platform. This plugin adds the Biskoui consent banner to your WordPress site: enter your domain's integration key in the Biskoui settings page and the banner is loaded on every page.

= External service =

This plugin relies on the Biskoui service, a third-party service operated by Biskoui (https://biskoui.ch/). When an integration key is configured, every page of your site loads the Biskoui SDK from https://static.biskoui.ch/sdk.js, and your integration key is passed to it. Visitors' browsers then communicate with Biskoui to display the consent banner and record consent choices.

* Service: https://biskoui.ch/
* Terms of use: https://biskoui.ch/en/legal/terms-conditions/
* Privacy policy: https://biskoui.ch/en/legal/privacy-policy/

== Installation ==

1. Upload the `biskoui` folder to `/wp-content/plugins/`, or install the plugin from the WordPress plugin directory.
2. Activate the plugin from the Plugins menu.
3. Open the Biskoui menu and enter your domain's integration key.

== Frequently Asked Questions ==

= Where do I find my integration key? =

See the installation guide: https://biskoui.ch/en/blog/biskoui-installation-guide-via-wordpress-plugin/

== Changelog ==

= 1.2 =
* Removed the bundled translation files; translations are now handled through translate.wordpress.org.

= 1.1 =
* Declared the GPLv2 (or later) license and added a readme.txt.
* Sanitized the integration key when it is saved.
* Escaped all values printed on the settings page.
* Added protection against direct file access.
* Prefixed all function names with biskoui_.
* Removed the unneeded load_plugin_textdomain() call; translations now load on init.
* The Biskoui SDK is now loaded with wp_enqueue_script() (async, in the page head).
* Set the minimum versions to WordPress 6.3 and PHP 7.4.

= 1.0 =
* Initial release.
