=== FSFPAY Shortcode ===
Contributors: FSFPAY
Tags: payments, fsfpay, shortcode, gateway
Requires at least: 5.0
Tested up to: 6.4
Stable tag: 2.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

== Description ==
FSFPAY Shortcode plugin provides a simple, modern payment form via shortcode [fsfpay].
Admins can set API Username, API Key and API Secret in Settings → FSFPAY.
It supports sandbox/live mode and exposes a Webhook URL to configure in FSFPAY panel.

== Installation ==
1. Upload plugin to /wp-content/plugins/ and activate.
2. Go to Settings → FSFPAY and enter your API Username, API Key and API Secret.
3. Copy the Webhook URL and set it in your FSFPAY dashboard (IPN/Webhook).
4. Add shortcode to any page:
   [fsfpay amount="100" currency="USD" description="Donation"]

== Changelog ==
2.0 - Added username support, REST create endpoint, IPN route, i18n and modern layout.
