=== Multipify Connect for WooCommerce ===
Contributors: multipify
Tags: woocommerce, ecommerce, api, integration, marketplace
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 7.4
Stable tag: 1.0.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Connect your WooCommerce store to Multipify with dedicated REST API credentials generated through WooCommerce's application authentication flow.

== Description ==

Multipify Connect helps WooCommerce store managers create a dedicated REST API connection for Multipify without manually navigating through WooCommerce API settings.

The plugin uses WooCommerce's application authentication endpoint. The store manager explicitly approves read/write access, then the generated Consumer Key and Consumer Secret are displayed temporarily so they can be added to the corresponding WordPress / WooCommerce connection in Multipify.

Features:

* Uses WooCommerce's native application authentication flow.
* Creates dedicated read/write REST API credentials for Multipify.
* Displays the store URL, Consumer Key and Consumer Secret in one place.
* Does not send credentials to third parties by itself.
* Credentials can be revoked from WooCommerce at any time.
* Compatible with WooCommerce High-Performance Order Storage (HPOS).

== Installation ==

1. Upload the plugin folder to `/wp-content/plugins/` or install the ZIP from Plugins > Add New > Upload Plugin.
2. Activate **Multipify Connect for WooCommerce**.
3. Make sure WooCommerce is active and your site uses HTTPS.
4. Open WooCommerce > Multipify.
5. Click **Create Multipify API keys** and approve the WooCommerce authorization screen.
6. Copy the store URL, Consumer Key and Consumer Secret to your Multipify account.

== Frequently Asked Questions ==

= Does this plugin require WooCommerce? =

Yes. WooCommerce must be installed and active.

= What permissions are created? =

The generated WooCommerce REST API key uses read/write permissions because Multipify can synchronize catalog and order data and may update WooCommerce resources depending on the features enabled in your Multipify account.

= Does the plugin transmit my API keys automatically? =

No. Version 1.0.0 displays the generated credentials temporarily in the WordPress administration area. The store manager copies them into Multipify.

= How do I revoke access? =

Go to WooCommerce > Settings > Advanced > REST API and revoke the key created for Multipify.

= Is HPOS supported? =

Yes. The connector does not directly read or write WooCommerce order database tables and declares compatibility with HPOS.

== Screenshots ==

1. Multipify connection page in WooCommerce administration.
2. WooCommerce authorization screen.
3. Temporary credentials display after authorization.

== Changelog ==

= 1.0.2 =
* Nouvelle interface Multipify avec identité visuelle, navigation Connexion / Sécurité / Aide et parcours de connexion modernisé.
* Ajout d’un état de boutique, d’un affichage plus clair des identifiants et d’un design responsive.


= 1.0.1 =
* Contourne les erreurs cURL 56/403 de certains hébergeurs en créant les clés WooCommerce localement, sans callback HTTP sortant.

= 1.0.0 =
* Initial release.
* WooCommerce application authentication flow.
* Temporary credential display and copy tools.
* HPOS compatibility declaration.
