Changeset 3054424
- Timestamp:
- 03/19/2024 12:21:45 PM (2 years ago)
- Location:
- squad-payment-gateway/trunk
- Files:
-
- 3 edited
-
assets/js/squad.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
squad-payment-gateway.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
squad-payment-gateway/trunk/assets/js/squad.js
r2777859 r3054424 83 83 }; 84 84 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; 86 88 87 89 const squadInstance = new squad({ -
squad-payment-gateway/trunk/readme.txt
r2805886 r3054424 7 7 Contributors: Squad Developers 8 8 Tags: 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 9 Tested up to: 8.3 10 Stable tag: 1.0.10 11 Requires PHP: 5.8 12 Requires at least: 5.8 12 13 License: MIT - see below 13 14 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
squad-payment-gateway/trunk/squad-payment-gateway.php
r3053683 r3054424 7 7 * Author URI: http://squadco.com/ 8 8 * Description: Provides Seamless Payments with Multiple payment options. 9 * Version: 1.0. 99 * Version: 1.0.10 10 10 * WC requires at least: 7.0 11 11 * WC tested up to: 8.3 … … 24 24 } 25 25 define('WC_SQUAD_MAIN_FILE', __FILE__); 26 define('WC_SQUAD_VERSION', '1.0. 9');26 define('WC_SQUAD_VERSION', '1.0.10'); 27 27 28 28 if (!in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins')))) return;
Note: See TracChangeset
for help on using the changeset viewer.