=== SKU Generator For Wc ===
Contributors: tawkir
Tags: woocommerce, sku, generator, bulk, inventory
Requires at least: 6.1
Tested up to: 6.8
Requires PHP: 7.4
Stable tag:1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Automatically generate SKUs for Woocommerce products.Supports both single product save and bulk generation from admin panel.

== Description ==

**SKU Generator For Wc** is a simple,clean and secure plugin to automatically generate SKUs for your woocommerce products.

Feature include:
- 🔢 Auto-generate SKU when a product is created or updated (if empty)
- 📦 Bulk generate SKUs for all products without one via admin menu
- 🔒 Sanitized and secured with nonce,user capability checks, and escaping.
- 🧱 Easy-to-extend OOP structure

**Default SKU format:** 'PROD_{product_ID}'

== Installation ==

1. Upload the plugin folder to the '/wp-content/plugins/' directory or install it directly via the wordpress dashboard.
2. Activate the plugin through the 'Plugins' menu.
3. Go to **Woocommerce → SKU Generator** to bulk generate missing SKUs.

==Frequently Asked Questions ==

= Can i change the SKU format? =

Not yet, but a settings panel for custom patterns is coming soon.

= Does it generate SKUs for variations? =

Yes! It handles both simple and variable products (including variations).

= Will it overwrite existing SKUs? =

No. It only generates SKUs for products that don’t already have one.

== Screenshots ==

1. Bulk SKU Generator submenu in WooCommerce
2. Success notice after bulk generation

== Changelog ==

= 1.1 =
* Added security improvements (escaping,nonce,capability checks)
* Fully OOP-structured and Wordpress Coding Standard compliant

= 1.0 =
* Initial release – single and bulk SKU generation support

== Upgrade Notice ==

= 1.1 =
Recommended update for security, sanitization, and better code structure.

== License ==
This plugin is licensed under the GPL v2 or later.