Plugin Directory

Changeset 3214187


Ignore:
Timestamp:
12/28/2024 02:18:56 PM (15 months ago)
Author:
dewtechnolab
Message:

1.4.1

Location:
upi-qr-code-payment-gateway
Files:
43 added
4 edited

Legend:

Unmodified
Added
Removed
  • upi-qr-code-payment-gateway/tags/1.4.0/readme.txt

    r3214185 r3214187  
    107107Release Date: March 7, 2024
    108108
    109 * Tested with WordPress v6.7.1 and WooCommerce v9.5.1
    110109* Tweak: PHP 8.3 Support.
    111110* Added: Support for WooCommerce Block-based checkout.
     
    135134= 1.4.0 =
    136135
    137 * Tested with WordPress v6.7.1 and WooCommerce v9.5.1
    138136* Tweak: PHP 8.3 Support.
    139137* Added: Support for WooCommerce Block-based checkout.
  • upi-qr-code-payment-gateway/tags/1.4.0/upi-qr-code-payment-gateway.php

    r3214185 r3214187  
    4848     * @var string
    4949     */
    50     public $version = '1.4.7';
     50    public $version = '1.4.0';
    5151
    5252    /**
  • upi-qr-code-payment-gateway/trunk/readme.txt

    r3214186 r3214187  
    44Tags: woocommerce, upi payment, qrcode, gpay, paytm upi
    55Requires at least: 4.5.0
    6 Stable tag: 1.4.0
    7 Version: 1.4.0
     6Stable tag: 1.4.1
     7Version: 1.4.1
    88Tested up to: 6.7.1
    99WC requires at least: 4.0
     
    104104If you like UPI QR Code Payment Gateway, please take a moment to [give a 5-star rating](https://wordpress.org/support/plugin/upi-qr-code-payment-gateway/reviews/?rate=5#new-post). It helps to keep development and support going strong. Thank you!
    105105
     106= 1.4.1 =
     107Release Date: December 28, 2024
     108
     109* Tested with WordPress v6.7.1 and WooCommerce v9.5.1
     110
    106111= 1.4.0 =
    107112Release Date: March 7, 2024
    108113
    109 * Tested with WordPress v6.7.1 and WooCommerce v9.5.1
    110114* Tweak: PHP 8.3 Support.
    111115* Added: Support for WooCommerce Block-based checkout.
     
    133137== Upgrade Notice ==
    134138
    135 = 1.4.0 =
     139= 1.4.1 =
     140Release Date: December 28, 2024
    136141
    137142* Tested with WordPress v6.7.1 and WooCommerce v9.5.1
    138 * Tweak: PHP 8.3 Support.
    139 * Added: Support for WooCommerce Block-based checkout.
    140 * Added: Security check on submission.
    141 * Added: Screenshot upload field.
  • upi-qr-code-payment-gateway/trunk/upi-qr-code-payment-gateway.php

    r3214185 r3214187  
    44 * Plugin URI: http://dewtechnolab.com/project/
    55 * Description: It enables a WooCommerce site to accept payments through UPI apps like Google Pay, Paytm, AmazonPay, BHIM, PhonePe or any Banking UPI app. Avoid payment gateway charges.
    6  * Version: 1.4.0
     6 * Version: 1.4.1
    77 * Author: Dew Technolab
    88 * Author URI: http://dewtechnolab.com/
     
    4848     * @var string
    4949     */
    50     public $version = '1.4.7';
     50    public $version = '1.4.1';
    5151
    5252    /**
Note: See TracChangeset for help on using the changeset viewer.