=== Crypto Onramp Gateway ===
Contributors: cardinaldelphi
Tags: woocommerce, payment gateway, crypto, onramp, credit card, USDC
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 1.2.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Accept credit/debit card payments via crypto onramp providers. Payments are converted to USDC on Polygon and forwarded instantly to your wallet.

== Description ==

Crypto Onramp Gateway allows WooCommerce merchants to accept credit and debit card payments through crypto onramp providers (MoonPay, Topper, and more). Customers pay with their card, the payment is converted to USDC on Polygon, and the merchant receives instant settlement to their wallet.

Features:

* Multiple onramp providers (MoonPay, Topper, Stripe Crypto Onramp)
* Aggregator checkout mode — let customers choose their preferred provider
* Geo-fencing for US state-level provider compliance
* Automatic commission extraction (configurable basis points)
* HD wallet infrastructure for secure deposit address generation
* Chain monitoring with automatic USDC forwarding
* Merchant branding support (logo, colors)
* Premium dark-mode hosted checkout page

== Installation ==

1. Upload the `topper-onramp-gateway` directory to `/wp-content/plugins/`
2. Activate the plugin through the Plugins menu
3. Go to WooCommerce > Settings > Payments
4. Enable "Crypto Onramp" and configure your USDC Polygon wallet address
5. Enter your Crypt2Merchant API URL and API key

== Changelog ==

= 1.2.0 =
* Added aggregator checkout mode (customer choice of provider)
* Added geo-fencing for US state-level provider compliance
* Premium dark-mode hosted checkout page with glass-morphism design
* Added merchant branding support (logo, colors, theme)
* Added Stripe Crypto Onramp provider (requires Stripe approval)
* Added auto-updater for seamless plugin updates from GitHub
* Accessibility improvements (keyboard navigation, ARIA attributes)

= 1.1.0 =
* Hosted checkout architecture migration
* HD wallet derivation fix (index starts at 1)
* Dynamic gas estimation with ETH sweep
* Forwarding retry storm prevention

= 1.0.0 =
* Initial release
* MoonPay and Topper provider support
* HD wallet infrastructure
* Chain monitoring and automatic forwarding
* Commission extraction (configurable basis points)
