=== oomates ===
Contributors: oomates
Tags: woocommerce, connect, integration, api
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Securely connect your WooCommerce store to your oomates account with a single token. No tracking scripts, no frontend changes.

== Description ==
oomates is a small, focused connector. It links your WooCommerce store to your
oomates account so the two can talk to each other securely.

You paste one token from your oomates dashboard into the plugin's settings, and
that's it — your store is connected. The plugin keeps the token safe and uses it
to confirm, on request, that the connection is still valid.


The result is a connector that's easy to audit and has effectively zero impact on
your site's speed or your shoppers' privacy.

= How it works =

1. You generate a token in your oomates dashboard and save it on the plugin's
   settings page.
2. When your oomates account needs to confirm the store is connected, it makes an
   authenticated request to your site.
3. The plugin checks that the request carries your exact token and, if it matches,
   replies with a small status summary (your site URL, the plugin version, and
   whether WooCommerce is active). Nothing else is shared.

== Installation ==

1. In your WordPress admin, go to **Plugins → Add New → Upload Plugin** and upload
   the oomates zip, then click **Activate**. (Or copy the `oomates` folder into
   `/wp-content/plugins/`.)
2. Go to **Settings → oomates**.
3. Paste the token from your oomates dashboard and click **Save Changes**. The page
   will show that your store is connected.

== Frequently Asked Questions ==

= Does it send my customers' or orders' data anywhere? =

No. The plugin never reads or transmits customer, order, or product data. The only
information it ever returns is your site URL, the plugin version, and whether
WooCommerce is active — and only in reply to a request that already carries your
private token.

= Do I need WooCommerce? =

The plugin activates with or without WooCommerce. The connection works either way;
the status reply simply notes whether WooCommerce is present.

= Where do I get the token? =

From your oomates dashboard at https://oomates.com. Each store has its own token.

== Privacy ==

The plugin stores a single value — your connection token — in your site's options
table. It collects no personal data and sets no cookies.

== Changelog ==

= 1.0.1 =
* Maintenance release. No functional changes.

= 1.0.0 =
* Initial release: settings page to save your oomates connection token, plus a
  secure, token-verified status check so oomates can confirm the connection.
