=== Fig2WP Image Uploader - Send Figma images to Media Library in one click ===
Contributors: tomatoshift
Tags: figma, media library, upload, images
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Upload images from Figma to the WordPress Media Library in one click using a secure API key.

== Description ==

Fig2WP Image Uploader lets you send images from the Figma plugin directly into your WordPress Media Library.
It uses a secure API key and a REST endpoint, so there is no manual exporting or uploading.

Key features:

* Secure API key authentication
* Batch upload multiple images
* Auto-fill title and alt text
* Uploads go straight to the Media Library

== Installation ==

1. Upload the plugin folder to the `/wp-content/plugins/` directory, or install the ZIP via Plugins > Add New.
2. Activate the plugin through the Plugins menu in WordPress.
3. Go to Settings > Fig2WP Image Uploader and click Generate API Key.
4. Paste the API key into the Figma plugin settings under WordPress API Key.

== Frequently Asked Questions ==

= How do I get the API key? =
Go to Settings > Fig2WP Image Uploader and click Generate API Key. Copy it into the Figma plugin.

= What endpoint does the plugin expose? =
POST `/wp-json/figma2wp/v1/upload-images`

= Is any external service used? =
No. The plugin only accepts requests on your own WordPress site.

== Screenshots ==

1. Plugin settings page with the API key.
2. Figma plugin settings with WordPress URL and API key.
3. Upload results in the WordPress Media Library.

== Changelog ==

= 1.0.0 =
* Initial release.

== Upgrade Notice ==

= 1.0.0 =
Initial release.
