Plugin Directory

Changeset 2897749


Ignore:
Timestamp:
04/12/2023 10:50:42 AM (3 years ago)
Author:
abubacker
Message:

Change event listener selector for payment method

Location:
valorpos/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • valorpos/trunk/README.txt

    r2887561 r2897749  
    55Tested up to: 6.1.1
    66Requires PHP: 7.0
    7 Stable tag: 7.2.0
     7Stable tag: 7.2.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4141== Changelog ==
    4242
     43= 7.2.1 =
     44* Change event listener selector for payment method.
     45
    4346= 7.2.0 =
    4447* Bug Fix remove surcharge fee taxable.
  • valorpos/trunk/languages/wc-valorpay.pot

    r2887504 r2897749  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Valor Pay 7.2.0\n"
     5"Project-Id-Version: Valor Pay 7.2.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wc-valorpay\n"
    77"Last-Translator: Valor Paytech LLC <sales@valorpaytech.com>\n"
  • valorpos/trunk/public/js/wc-valorpay-checkout.js

    r2883367 r2897749  
    1111    $( 'body' ).on(
    1212        'change',
    13         '.checkout .input-radio',
     13        'input[name="payment_method"]',
    1414        function(){
    1515            $( 'body' ).trigger( 'update_checkout' );
  • valorpos/trunk/wc-valorpay.php

    r2887504 r2897749  
    1616 * Plugin URI:        https://valorpaytech.com
    1717 * Description:       Adds the Valor Payment Gateway to WooCommerce.
    18  * Version:           7.2.0
     18 * Version:           7.2.1
    1919 * Author:            Valor Paytech LLC
    2020 * Author URI:        https://valorpaytech.com
     
    3737 * Rename this for your plugin and update it as you release new versions.
    3838 */
    39 define( 'WC_VALORPAY_VERSION', '7.2.0' );
     39define( 'WC_VALORPAY_VERSION', '7.2.1' );
    4040// Directory i.e. /home/user/public_html...
    4141define( 'WC_VALORPAY_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.