=== UploadFlow for WooCommerce ===

Contributors: kamalnath26
Tags: woocommerce, upload, file upload
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.1
Text Domain: uploadflow-for-woocommerce
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

== Description ==

UploadFlow for WooCommerce allows customers to optionally upload a file on WooCommerce product pages before adding the product to the cart.

== Features ==
* Optional file upload field on WooCommerce product pages
* File type and file size validation
* Compatible with WooCommerce
* Uploaded file information is saved with the order

== Installation ==

1. Upload the plugin to the `/wp-content/plugins/` directory or install it through the WordPress Plugins screen.
2. Activate the plugin.
3. Edit a WooCommerce product.
4. Enable the **Enable Upload Button** option in the Product Data → General tab.
5. Save the product.

== Frequently Asked Questions ==

= Does it require WooCommerce? =

Yes. WooCommerce must be installed and activated for this plugin to work.

== Changelog ==

= 1.0.1 =

* Renamed the plugin to UploadFlow for WooCommerce.
* Updated the text domain.
* Added the Requires Plugins header.
* Improved WordPress.org compatibility.