Plugin Directory

Changeset 3412951


Ignore:
Timestamp:
12/06/2025 12:38:12 PM (4 months ago)
Author:
devaura
Message:

[Compatibility] – Tested OK with WordPress version 6.9

Location:
simple-upi-qr-code
Files:
103 added
2 edited

Legend:

Unmodified
Added
Removed
  • simple-upi-qr-code/trunk/readme.txt

    r3369183 r3412951  
    33Tags: upi, donation, qr, india
    44Requires at least: 5.0
    5 Tested up to: 6.8
    6 Stable tag: 1.0.1
     5Tested up to: 6.9
     6Stable tag: 1.0.2
    77Requires PHP: 7.2
    88License: GPLv2 or later
     
    2626
    2727== Upgrade Notice ==
    28 = 1.0.1 =
    29 * Added `dimension` parameter in shortcode to control QR code size.
    30 * Added `text` parameter in shortcode to customize display text.
    31 * Example usage: `[upi_donation id="yourname@upi" dimension="150" text="Support Us"]`.
     28= 1.0.2 =
     29* [Compatibility] – Tested OK with WordPress version 6.9.
    3230
    3331== Changelog ==
     32= 1.0.2
     33* [Compatibility] – Tested OK with WordPress version 6.9
     34
    3435= 1.0.1 =
    3536* Added `dimension` parameter in shortcode to control QR code size (default: 180px)
  • simple-upi-qr-code/trunk/upi-donation-button.php

    r3369183 r3412951  
    66 * Plugin Name: Simple UPI QR Code
    77 * Description: Add a UPI donation QR code with shortcode. Example: [upi_donation id="yourname@upi" name="Support Me" dimension="150" text="Scan to donate"].
    8  * Version: 1.0.1
     8 * Version: 1.0.2
    99 * Author: DevAura
    1010 * License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.