Changeset 3214187
- Timestamp:
- 12/28/2024 02:18:56 PM (15 months ago)
- Location:
- upi-qr-code-payment-gateway
- Files:
-
- 43 added
- 4 edited
-
tags/1.4.0/readme.txt (modified) (2 diffs)
-
tags/1.4.0/upi-qr-code-payment-gateway.php (modified) (1 diff)
-
tags/1.4.1 (added)
-
tags/1.4.1/core (added)
-
tags/1.4.1/core/blocks (added)
-
tags/1.4.1/core/blocks/assets (added)
-
tags/1.4.1/core/blocks/assets/blocks.asset.php (added)
-
tags/1.4.1/core/blocks/assets/blocks.js (added)
-
tags/1.4.1/core/blocks/class-blocks-support.php (added)
-
tags/1.4.1/core/blocks/index.php (added)
-
tags/1.4.1/core/classes (added)
-
tags/1.4.1/core/classes/class.payment.php (added)
-
tags/1.4.1/core/classes/index.php (added)
-
tags/1.4.1/core/index.php (added)
-
tags/1.4.1/css (added)
-
tags/1.4.1/css/checkout.min.css (added)
-
tags/1.4.1/css/index.php (added)
-
tags/1.4.1/css/jquery-confirm.min.css (added)
-
tags/1.4.1/css/payment.min.css (added)
-
tags/1.4.1/css/selectize.min.css (added)
-
tags/1.4.1/images (added)
-
tags/1.4.1/images/bhim.svg (added)
-
tags/1.4.1/images/dwu-logo.png (added)
-
tags/1.4.1/images/googlepay.svg (added)
-
tags/1.4.1/images/index.php (added)
-
tags/1.4.1/images/logo.gif (added)
-
tags/1.4.1/images/logo.png (added)
-
tags/1.4.1/images/payment.gif (added)
-
tags/1.4.1/images/paytm.svg (added)
-
tags/1.4.1/images/phonepe.svg (added)
-
tags/1.4.1/index.php (added)
-
tags/1.4.1/js (added)
-
tags/1.4.1/js/easy.qrcode.min.js (added)
-
tags/1.4.1/js/index.php (added)
-
tags/1.4.1/js/jquery-confirm.min.js (added)
-
tags/1.4.1/js/payment.min.js (added)
-
tags/1.4.1/js/selectize.min.js (added)
-
tags/1.4.1/languages (added)
-
tags/1.4.1/languages/index.php (added)
-
tags/1.4.1/license.txt (added)
-
tags/1.4.1/log (added)
-
tags/1.4.1/log/index.php (added)
-
tags/1.4.1/log/response.txt (added)
-
tags/1.4.1/readme.txt (added)
-
tags/1.4.1/upi-qr-code-payment-gateway.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/upi-qr-code-payment-gateway.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
upi-qr-code-payment-gateway/tags/1.4.0/readme.txt
r3214185 r3214187 107 107 Release Date: March 7, 2024 108 108 109 * Tested with WordPress v6.7.1 and WooCommerce v9.5.1110 109 * Tweak: PHP 8.3 Support. 111 110 * Added: Support for WooCommerce Block-based checkout. … … 135 134 = 1.4.0 = 136 135 137 * Tested with WordPress v6.7.1 and WooCommerce v9.5.1138 136 * Tweak: PHP 8.3 Support. 139 137 * Added: Support for WooCommerce Block-based checkout. -
upi-qr-code-payment-gateway/tags/1.4.0/upi-qr-code-payment-gateway.php
r3214185 r3214187 48 48 * @var string 49 49 */ 50 public $version = '1.4. 7';50 public $version = '1.4.0'; 51 51 52 52 /** -
upi-qr-code-payment-gateway/trunk/readme.txt
r3214186 r3214187 4 4 Tags: woocommerce, upi payment, qrcode, gpay, paytm upi 5 5 Requires at least: 4.5.0 6 Stable tag: 1.4. 07 Version: 1.4. 06 Stable tag: 1.4.1 7 Version: 1.4.1 8 8 Tested up to: 6.7.1 9 9 WC requires at least: 4.0 … … 104 104 If 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! 105 105 106 = 1.4.1 = 107 Release Date: December 28, 2024 108 109 * Tested with WordPress v6.7.1 and WooCommerce v9.5.1 110 106 111 = 1.4.0 = 107 112 Release Date: March 7, 2024 108 113 109 * Tested with WordPress v6.7.1 and WooCommerce v9.5.1110 114 * Tweak: PHP 8.3 Support. 111 115 * Added: Support for WooCommerce Block-based checkout. … … 133 137 == Upgrade Notice == 134 138 135 = 1.4.0 = 139 = 1.4.1 = 140 Release Date: December 28, 2024 136 141 137 142 * 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 4 4 * Plugin URI: http://dewtechnolab.com/project/ 5 5 * 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. 06 * Version: 1.4.1 7 7 * Author: Dew Technolab 8 8 * Author URI: http://dewtechnolab.com/ … … 48 48 * @var string 49 49 */ 50 public $version = '1.4. 7';50 public $version = '1.4.1'; 51 51 52 52 /**
Note: See TracChangeset
for help on using the changeset viewer.