Plugin Directory

Changeset 3323022


Ignore:
Timestamp:
07/06/2025 02:21:47 PM (9 months ago)
Author:
shieldclimb
Message:

Updated plugin to version 1.2.5: Tested up to WooCommerce 9.8.5 and updated payment providers list

Location:
shieldclimb-high-risk-card-payment-gateway/trunk
Files:
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • shieldclimb-high-risk-card-payment-gateway/trunk/includes/shieldclimb-payment-functions.php

    r3311987 r3323022  
    4949        'shieldclimb-bitnovo' => 10,
    5050        'shieldclimb-guardarian' => 20,
    51         'shieldclimb-swipelux' => 14,
    5251        'shieldclimb-mercuryo' => 30,
    5352        'shieldclimb-sardine' => 30,
    5453        'shieldclimb-transak' => 15,
    5554        'shieldclimb-simplex' => 50,
    56         'shieldclimb-utorg' => 50,
    5755        'shieldclimb-revolut' => 15,
    58         'shieldclimb-finchpay' => 40,
    5956        'shieldclimb-transfi' => 70
    6057    ];
  • shieldclimb-high-risk-card-payment-gateway/trunk/readme.txt

    r3311987 r3323022  
    55Requires at least: 5.8
    66Tested up to: 6.8
    7 Stable tag: 1.2.4
     7Stable tag: 1.2.5
    88Requires PHP: 7.2
    99WC requires at least: 5.8
    10 WC tested up to: 9.9.3
     10WC tested up to: 9.9.5
    1111License: GPLv3
    1212License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3333* Custom Payment Icons Per Provider
    3434* Multi-Currency Support
     35
     36📺 **Watch the full install and setup tutorial here:** 
     37[youtube https://www.youtube.com/watch?v=Z9CLAPr6heA]
    3538
    3639== ShieldClimb API - Third-Party Service Documentation ==
     
    102105== Changelog ==
    103106
     107= V1.2.5 =
     108
     109* **Updated**: Tested up to WooCommerce 9.9.5
     110* **Updated**: Payment providers list
     111
    104112= V1.2.4 =
    105113
  • shieldclimb-high-risk-card-payment-gateway/trunk/shieldclimb-high-risk-card-payment-gateway.php

    r3311987 r3323022  
    44 * Plugin URI: https://shieldclimb.com/high-risk-card-payment-gateway/
    55 * Description: High-Risk Business Card Payment Gateway with Instant Payouts to Your USDC Wallet and Full Chargeback Protection – Includes Automatic Order Processing and Auto-Hide Provider Options by Region and Minimum Balance (For setting up go to > Woocommerce > Setting > Payments tab).
    6  * Version: 1.2.4
     6 * Version: 1.2.5
    77 * Requires Plugins: woocommerce
    88 * Requires at least: 5.8
    99 * Tested up to: 6.8
    1010 * WC requires at least: 5.8
    11  * WC tested up to: 9.9.3
     11 * WC tested up to: 9.9.5
    1212 * Requires PHP: 7.2
    1313 * Author: shieldclimb.com
     
    9191    include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-transak.php'); // Include the payment gateway class
    9292    include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-guardarian.php'); // Include the payment gateway class
    93     include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-utorg.php'); // Include the payment gateway class
    9493    include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-transfi.php'); // Include the payment gateway class
    9594    include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-sardine.php'); // Include the payment gateway class
     
    9998    include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-coinbase.php'); // Include the payment gateway class
    10099    include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-simplex.php'); // Include the payment gateway class
    101     include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-swipelux.php'); // Include the payment gateway class
    102100    include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-revolut.php'); // Include the payment gateway class
    103     include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-finchpay.php'); // Include the payment gateway class
    104101
    105102    // Conditional function that check if Checkout page use Checkout Blocks
Note: See TracChangeset for help on using the changeset viewer.