Plugin Directory

Changeset 3054424


Ignore:
Timestamp:
03/19/2024 12:21:45 PM (2 years ago)
Author:
squadco
Message:

v1.10

Location:
squad-payment-gateway/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • squad-payment-gateway/trunk/assets/js/squad.js

    r2777859 r3054424  
    8383    };
    8484    const channels =
    85       payment_options.length === 0 ? ["card", "transfer", "ussd", "bank"] : payment_options;
     85      payment_options.length === 0
     86        ? ["card", "transfer", "ussd", "bank"]
     87        : payment_options;
    8688
    8789    const squadInstance = new squad({
  • squad-payment-gateway/trunk/readme.txt

    r2805886 r3054424  
    77Contributors: Squad Developers
    88Tags: squad, woocommerce, payment, payment gateway, bank account, credit card, debit card, nigeria, international, mastercard, visa
    9 Tested up to: 6.0.2
    10 Stable tag: 1.0.8
    11 Requires PHP: 5.6
     9Tested up to: 8.3
     10Stable tag: 1.0.10
     11Requires PHP: 5.8
     12Requires at least: 5.8
    1213License: MIT - see below
    1314License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • squad-payment-gateway/trunk/squad-payment-gateway.php

    r3053683 r3054424  
    77 * Author URI: http://squadco.com/
    88 * Description: Provides Seamless Payments with Multiple payment options.
    9  * Version: 1.0.9
     9 * Version: 1.0.10
    1010 * WC requires at least: 7.0
    1111 * WC tested up to: 8.3
     
    2424}
    2525define('WC_SQUAD_MAIN_FILE', __FILE__);
    26 define('WC_SQUAD_VERSION', '1.0.9');
     26define('WC_SQUAD_VERSION', '1.0.10');
    2727
    2828if (!in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins')))) return;
Note: See TracChangeset for help on using the changeset viewer.