Skip to content

Commit

Permalink
v1.4.7:
Browse files Browse the repository at this point in the history
  • Loading branch information
knit-pay committed Oct 31, 2024
1 parent 2ed5de2 commit 639d347
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion includes/class-payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ public function payment_scripts() {

wp_register_script( 'upiwc-qr-code', plugins_url( 'js/easy.qrcode.min.js', __FILE__ ), [ 'jquery' ], '3.8.3', true );
wp_register_script( 'upiwc-jquery-confirm', plugins_url( 'js/jquery-confirm.min.js', __FILE__ ), [ 'jquery' ], '3.3.4', true );
wp_register_script( 'upiwc-payment', plugins_url( 'js/payment.js', __FILE__ ), [ 'jquery', 'upiwc-qr-code', 'upiwc-jquery-confirm' ], UPIWC_VERSION, true );
wp_register_script( 'upiwc-payment', plugins_url( 'js/payment.min.js', __FILE__ ), [ 'jquery', 'upiwc-qr-code', 'upiwc-jquery-confirm' ], UPIWC_VERSION, true );

$total = apply_filters( 'upiwc_order_total_amount', $order->get_total(), $order );
$payee_vpa = $this->get_vpa( $order );
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: knitpay, gautammkgarg, infosatech
Tags: upi, upi payment, woocommerce, qr code, bhim upi
Requires at least: 4.6
Tested up to: 6.7
Stable tag: 1.4.6
Stable tag: 1.4.7
Requires PHP: 5.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html
Expand Down Expand Up @@ -105,7 +105,7 @@ Post detailed information about the issue in the [support forum](https://wordpre

If you like UPI QR Code Payment Gateway for WooCommerce, please take a moment to [give a 5-star rating](https://wordpress.org/support/plugin/upi-qr-code-payment-for-woocommerce/reviews/?rate=5#new-post). It helps to keep development and support going strong. Thank you!

= 1.4.6 =
= 1.4.7 =
Release Date: Oct 30, 2024

* [Show error if same transaction id gets used again.](https://wordpress.org/support/topic/same-transaction-id-can-be-used-for-multiple-orders/)
Expand Down
4 changes: 2 additions & 2 deletions upi-qr-code-payment-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: UPI QR Code Payment Gateway
* Plugin URI: https://wordpress.org/plugins/upi-qr-code-payment-for-woocommerce/
* Description: It enables a WooCommerce site to accept payments through UPI apps like BHIM, Google Pay, Paytm, PhonePe or any Banking UPI app. Avoid payment gateway charges.
* Version: 1.4.6
* Version: 1.4.7
* Author: Team KnitPay
* Author URI: https://www.knitpay.org/
* License: GPLv3
Expand Down Expand Up @@ -48,7 +48,7 @@ final class UPIWC {
*
* @var string
*/
public $version = '1.4.6';
public $version = '1.4.7';

/**
* Minimum version of WordPress required to run UPIWC.
Expand Down

0 comments on commit 639d347

Please sign in to comment.