=== Simple UPI QR Code === Contributors: devaura Tags: upi, donation, qr, india Requires at least: 5.0 Tested up to: 7.0 Stable tag: 1.0.4 Requires PHP: 7.2 License: GPLv2 or later Donate link: https://www.paypal.com/ncp/payment/298BY9YYYFK6Y Adds a simple UPI donation QR code with a shortcode. == Description == Configure your global settings under "Settings > UPI QR Code". Once configured, simply use `[upi_donation]` to display the QR code. You can also override defaults: `[upi_donation id="yourupi@bank" name="Your Name" dimension="150" text="Support Us"]`. Perfect for Indian bloggers and creators who want to receive donations via UPI. == Installation == 1. Upload the plugin to your `/wp-content/plugins/` directory. 2. Activate it through the 'Plugins' menu. 3. Go to Settings > UPI QR Code to configure your payment details. 4. Use the shortcode `[upi_donation]` in posts or pages. == Screenshots == 1. Settings page for QR code configuration. 2. Adding the shortcode in the WordPress page editor. 3. Frontend preview of the shortcode output on the page. == Upgrade Notice == = 1.0.4 = * [Compatibility] – Tested OK with WordPress version 7.0 == Changelog == = 1.0.4 = * [Compatibility] – Tested OK with WordPress version 7.0 = 1.0.3 = * [Add] – Settings page for QR code configuration. * [Add] – Feedback form. = 1.0.2 = * [Compatibility] – Tested OK with WordPress version 6.9 = 1.0.1 = * Added `dimension` parameter in shortcode to control QR code size (default: 180px) * Added `text` parameter in shortcode to customize display text (default: "Scan to donate") * Example usage: `[upi_donation id="yourname@upi" dimension="150" text="Support Us"]` = 1.0.0 = * Initial release