=== Publicator AI ===
Contributors: publicatorai
Tags: ai, publishing, automation, taxonomy, rest-api
Requires at least: 5.8
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 8.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Official integration for the Publicator AI platform. Automatic content publishing and taxonomy synchronization.

== Description ==

This plugin enables secure integration between the Publicator AI platform and WordPress.

* Automatically publishes posts via REST API.
* Syncs categories and tags with the Publicator AI platform.
* Includes an admin interface for managing connections.

More info: https://publicator.ai

== External Services ==

This plugin communicates with the Publicator AI platform and its backend infrastructure to provide its functionality.

**1. Publicator AI (https://publicator.ai)**

The core service this plugin integrates with. Used for authentication, project management, content publishing, and taxonomy synchronisation.

Privacy Policy: https://publicator.ai/privacy-policy
Terms of Service: https://publicator.ai/aszf
Cookie Policy: https://publicator.ai/cookie-policy

**2. Supabase (https://supabase.com)**

Publicator AI uses Supabase as its backend infrastructure. The plugin communicates directly with Publicator AI's Supabase Edge Functions (https://wfjirakgiglsowunllsq.supabase.co/functions/v1/) to handle authentication, project data, and taxonomy synchronisation. No Supabase credentials are stored in the plugin — the Edge Functions handle all authentication internally.

Data sent and when:

* Admin email address and password — sent once during login. Credentials are not stored by the plugin; only the returned session tokens are stored in the WordPress options table.
* WordPress site URL and plugin version — sent when connecting a project.
* Category and tag names, slugs, and IDs — sent when the admin manually triggers a taxonomy synchronisation.
* Connection status (connected / disconnected) — sent on connect and disconnect.

No data is sent automatically or without a deliberate action by the site administrator. End-user data is never collected or transmitted.

Privacy Policy: https://supabase.com/privacy
Terms of Service: https://supabase.com/terms

== Installation ==

Upload the publicator-ai folder to /wp-content/plugins/.

Activate the plugin in the admin panel.

Go to the Publicator AI menu, sign in, and connect your project.

== Frequently Asked Questions ==

= What are the requirements? =
WordPress 5.8+, PHP 7.4+, and Application Passwords enabled.

== Screenshots ==

Admin settings page.
[assets/images/Publicator-ai-logo.png]

== Changelog ==

= 8.0.0 =

Initial version.

== Upgrade Notice ==

= 8.0.0 =
First release.
