=== Intuitina AI Chatbot: Live WordPress Content Connector ===
Contributors: pssllc, intuitinadeployment
Tags: chatbot, ai, woocommerce, content, rest-api
Requires at least: 6.0
Tested up to: 7.0
Stable tag: 1.2.5
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Give your Intuitina AI chatbot secure, read-only access to your live WordPress pages, posts, and WooCommerce products.

== Description ==

**Your AI chatbot can only be as accurate as the content it can see.** Intuitina connects it to your live website, so every answer reflects your business right now.

Most AI chatbots rely on a one-time snapshot of your site. As soon as your prices, pages, or stock change, those answers fall out of date, and customers notice.

Intuitina closes that gap. The connector gives your [Intuitina AI chatbot](https://www.intuitina.com/) secure, read-only access to your live WordPress content, so every response is accurate, current, and consistent with your site. No re-scraping. No manual updates.

= What your chatbot can read =

* **Pages** — About, Contact, Services, FAQ, and every other published page.
* **Posts** — Blog articles, news, and announcements, kept current automatically.
* **Categories & tags** — The full taxonomy that organizes your content.
* **WooCommerce products** — Names, prices, stock status, descriptions, and variations. *Requires WooCommerce.*

= Why this matters =

* **Customer:** *"Is the blue jacket in stock?"* — Intuitina checks your live inventory and replies with the exact stock level and price.
* **Customer:** *"What are your business hours?"* — Intuitina reads your live Contact page and gives the correct details every time.
* **You:** update a price or policy. — Intuitina reflects the change immediately, with no extra work.

= How it works =

1. **Install and activate the plugin** — One click from your WordPress admin.
2. **Open Live Sources, then Connect WordPress** — Inside your [Intuitina dashboard](https://www.intuitina.com/).
3. **Enter your site URL** — The wizard detects the plugin for you, automatically.
4. **Create an Application Password** — The guided wizard handles it in under a minute.
5. **Choose what the chatbot can access** — Toggle pages, posts, products, and taxonomies on or off.
6. **Go live** — Your chatbot now answers from your real, up-to-the-minute content.

= Privacy & Security =

* All access is authenticated using WordPress Application Passwords (built into WordPress 5.6+).
* Only administrators can authorise the connection.
* Only **published** content is ever returned. Drafts and private posts are never exposed.
* No data is stored or cached by this plugin.
* No external connections are made by this plugin.

== Installation ==

= From the WordPress Plugin Directory (recommended) =

1. In your WordPress admin, go to **Plugins → Add New**.
2. Search for **Intuitina AI Chatbot: Live WordPress Content Connector**.
3. Click **Install Now**, then **Activate**.
4. Go to your Intuitina dashboard and follow the Connect WordPress wizard.

= Manual installation =

1. Download the plugin zip from your Intuitina dashboard.
2. Go to **Plugins → Add New → Upload Plugin**.
3. Choose the zip file, click **Install Now**, then **Activate**.

== Frequently Asked Questions ==

= Do I need any other plugins? =

No. This plugin is completely self-contained. No other plugins are required.

= Does this work without WooCommerce? =

Yes. WooCommerce support is optional — the plugin automatically detects whether WooCommerce is active and only exposes product data if it is.

= Is my content safe? =

Yes. The plugin only exposes content that is already publicly visible on your site. All access requires a valid WordPress Application Password created by an administrator — it cannot be accessed anonymously.

= Will this slow down my site? =

No. The plugin only responds when your Intuitina chatbot makes a request. There is no background processing, no scheduled tasks, and no impact on your site's frontend performance.

= What WordPress version do I need? =

WordPress 6.0 or higher.

= Where do I get an Intuitina account? =

Visit [intuitina.com](https://www.intuitina.com/) to get started.

== Screenshots ==

1. Start in your Intuitina dashboard: Live Sources, then Connect WordPress.
2. Enter your site URL and the wizard detects the plugin automatically.
3. Create a WordPress Application Password with the guided wizard.
4. Select exactly which content your chatbot is allowed to access.
5. Customers get correct, real-time answers pulled straight from your live store.
6. See what's connected and synced at a glance. Read-only, real-time, always your data.

== Changelog ==

= 1.2.5 =
* Rebranded plugin listing to *Intuitina AI Chatbot: Live WordPress Content Connector* to better reflect what the plugin does.
* Rewritten description, "What your chatbot can read", "Why this matters", and "How it works" sections in line with the Intuitina product page.
* Added Plugin URI pointing to the dedicated Intuitina product page.
* Added Pulse Software Solutions LLC as a contributor.

= 1.2.4 =
* Maintenance release — no functional changes.

= 1.2.3 =
* Plugin header re-aligned to the exact format from the WordPress.org Plugin Header Requirements documentation. Functionally identical to 1.2.2.

= 1.2.2 =
* Internationalization: wrapped remaining JSON-RPC error strings in `__()` calls.
* Added translation template (`languages/intuitina-mcp-connector.pot`).
* Plugin header format aligned with the WordPress.org docs example for parser compatibility.

= 1.2.1 =
* Security: tightened the REST endpoint permission_callback to require the `manage_options` capability (Administrator). Previously `edit_posts` was used, which is also held by Authors and Contributors — too permissive for an endpoint that exposes site-wide content and WooCommerce data to an external service.
* Returns a proper WP_Error (401 / 403) instead of a boolean so REST API clients receive a meaningful error response.

= 1.2.0 =
* Self-contained — no additional plugins required.
* REST endpoint registered at `intuitina/v1/mcp` (versioned, conflict-free).
* Added proper input sanitization and pagination limits throughout.
* Added activation check for minimum WordPress version.
* Only published content is exposed — drafts and private posts are never returned.
* Removed all third-party class dependencies.

= 1.0.0 =
* Initial release.
* Read-only access to posts, pages, taxonomies, and WooCommerce products.

== Upgrade Notice ==

= 1.2.5 =
Listing rebrand and updated description. No functional changes — safe upgrade for everyone.

= 1.2.1 =
Security update. Tightens the REST endpoint permission check from `edit_posts` to `manage_options` (Administrator only). The Application Password used by your chatbot must now belong to an administrator. Recommended upgrade for all users.

= 1.2.0 =
This version is fully self-contained. If you previously installed a separate MCP Adapter plugin, it is no longer needed and can be deactivated.
