=== StoreDash for WooCommerce ===
Contributors: sindhalhimanshu
Tags: woocommerce, store manager, products, admin
Requires at least: 5.8
Tested up to: 7.0
Stable tag: 1.0.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

A fast, modern admin experience for managing WooCommerce stores.

== Description ==

StoreDash for WooCommerce provides a blazing fast, single-page application (SPA) style interface built entirely on top of the native WooCommerce APIs.

If you find the default WooCommerce interface slow or cluttered, this plugin offers a clean, streamlined alternative focused entirely on speed and daily store management tasks.

### Key Features

*   **Fast Product Management:** A modern grid view for managing products.
*   **Quick Add Product:** Add simple products in seconds with our optimized modal.
*   **Order Management:** Quickly view and update order statuses.
*   **Category Management:** View and create product categories instantly.
*   **Performance First:** Zero full-page reloads. Everything is handled via optimized AJAX.
*   **Native Compatibility:** Uses native WooCommerce functions. No custom database tables. No synchronization issues. What you see is what is in your database.

### Security & Privacy

This plugin respects your privacy and your server.
*   **Zero Tracking:** No telemetry, tracking, or hidden data collection.
*   **No External APIs:** Everything runs locally on your server.
*   **Strict Security:** All inputs are sanitized, all outputs are escaped, and every action is protected by WordPress nonces and capability checks (`manage_woocommerce`).

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/storedash-for-woocommerce` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Use the new "Store Manager" menu item in the WordPress admin sidebar.

== Frequently Asked Questions ==

= Does this replace WooCommerce? =

No. This plugin acts as a lightweight UI layer on top of WooCommerce. It uses WooCommerce's native CRUD functions to read and write data.

= Will this slow down my store frontend? =

Absolutely not. StoreDash only loads its scripts and styles on its specific admin page. It has zero impact on your storefront's performance.

== Screenshots ==

1. The main products view.
2. The quick add product modal.
3. The order management view.

== Changelog ==

= 1.0.0 =
* Hardened AJAX requests with prefixed nonces and capability checks.
* Renamed plugin declarations, stored keys, AJAX actions, and assets to the storfowo prefix.