=== Evaline Chat ===
Contributors: evalinechatbot
Tags: chat, live chat, customer support, chatbot, ai
Requires at least: 5.8
Tested up to: 7.1
Requires PHP: 7.4
Stable tag: 1.0.2
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Add the Evaline live chat and AI customer support widget to your WordPress site in minutes, no code required.

== Description ==

[Evaline](https://evaline.app) is a customer support platform combining live chat, a unified inbox, and an AI assistant.

This plugin automatically injects the Evaline widget on every page of your WordPress site. No code to copy into your theme, no manual script editing.

= Features =

* Set up in a few clicks
* Widget loaded from the Evaline CDN (automatic updates, nothing to maintain)
* Optional identification of logged-in WordPress users
* Multilingual widget support (fr, en, de, and more)
* Compatible with any theme

= Setup =

1. Create an account at [evaline.app](https://evaline.app)
2. Add your website in the Evaline dashboard
3. Copy your **Website ID**
4. In WordPress: Settings → Evaline Chat → paste your Website ID
5. Save — the widget appears on your site

== Installation ==

1. Download the plugin and upload the `evaline-chat` folder to `/wp-content/plugins/`
2. Activate the plugin through the **Plugins** menu
3. Go to **Settings → Evaline Chat**
4. Enter your Website ID and save

== Frequently Asked Questions ==

= Where can I find my Website ID? =

Log in to [evaline.app/dashboard](https://evaline.app/dashboard), create or select your website. The ID is shown in the widget installation section.

= Does the widget slow down my site? =

No. The script is loaded asynchronously from the Evaline CDN and does not block your page from rendering.

= Can I temporarily disable the widget? =

Yes. Uncheck "Enable widget" in the plugin settings.

= Is my data shared with Evaline? =

Once the plugin is configured with your Website ID, the widget loads the `fa.js` script from Evaline's servers (evaline.app) to power the chat. No data is sent unless you have created an account and configured your website on evaline.app.

The optional "Identify logged-in users" setting (disabled by default) sends the name, email, user ID and role of logged-in WordPress users to Evaline in order to personalize support. See [Evaline's Privacy Policy](https://evaline.app/privacy) for details.

== Privacy Policy ==

This plugin connects to the third-party service **Evaline** (https://evaline.app), used to provide the live chat functionality. By configuring this plugin with your Website ID, you consent to loading the Evaline widget (`fa.js`) from Evaline's servers on the public pages of your site.

No data is collected by default beyond what is required for the widget to function (e.g. a visitor session identifier, managed by Evaline). The optional "Identify logged-in users" setting, disabled by default, additionally transmits the logged-in WordPress user's name, email, ID and role.

For more information on how Evaline processes data, see: https://evaline.app/privacy

== Changelog ==

= 1.0.2 =
* No functional changes; version bump to refresh the WordPress.org Plugin Check report (the plugin header already declared Description, Version and License correctly)

= 1.0.1 =
* The Evaline CDN URL is now hard-coded and no longer a user-editable setting, to prevent the widget from ever being pointed at an arbitrary third-party domain
* The visitor-identification script is now attached via wp_add_inline_script() instead of being printed as a raw inline `<script>` tag
* Removed load_plugin_textdomain() call (not required on WordPress.org since WP 4.6)

= 1.0.0 =
* Initial release
* Automatic injection of the fa.js widget
* Admin settings page
* Optional identification of logged-in users
