=== Import Rescue for WooCommerce ===
Contributors: anilgautam1180
Tags: woocommerce, csv, import, validation
Requires at least: 6.6
Tested up to: 7.1
Requires PHP: 8.1
Stable tag: 0.1.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Private preflight diagnostics for WooCommerce core CSV imports.

== Description ==
A WooCommerce admin tool for checking CSV syntax, identifiers, prices, variation relationships and formula-like cells. It does not repair files or change products. No remote API, tracking, pairing, license key or subscription is used.

Reports expire after ten minutes. PHP receives the temporary upload; the plugin keeps only bounded diagnostic metadata in a user-specific transient. No catalog contents are sent externally. Images are checked syntactically only. Use staging and a backup before the separate WooCommerce core importer.

Supported scope: UTF-8 comma CSV; simple, variable and variation products; 20 MB; 10,000 rows; 200 columns. A variable parent must precede its variations. Existing-parent-only variation updates and extension-specific fields require manual review. No XLSX support in this plugin. Free browser tools for supplier XML conversion and spreadsheet comparison are available at https://catalog.techmarbles.com/tools/.

== Installation ==
1. Install and activate WooCommerce.
2. Upload import-rescue-for-woocommerce.zip through Plugins > Add New > Upload Plugin.
3. Activate Import Rescue. Open WooCommerce > Import Rescue.
4. Select a synthetic CSV and operation. Run preflight; review or download findings.
5. Perform any real import separately after staging validation and a backup.

== Testing ==
Exercised locally with WordPress 7.1, WooCommerce 11.1.0 and PHP 8.3.33. Fixture tests check preflight findings, no product writes, and separate core import/create/update/replay behavior. This does not claim compatibility with every version or extension.

== Privacy ==
No analytics or external transmission. Reports are local, user-specific and capability/nonce protected. Uninstall removes plugin report transients. Products and media are never removed.

== Changelog ==
= 0.1.1 =
Directory-ready branding, validated upload metadata and cache-aware report cleanup.
= 0.1.0 =
Initial local-tested preflight release.
