Plugin Directory

Changeset 3371061


Ignore:
Timestamp:
10/01/2025 11:36:07 AM (6 months ago)
Author:
shieldclimb
Message:

Updated plugin to version 1.2.6: Tested up to WooCommerce 10.2.2 and Updated payment providers list

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

Legend:

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

    r3323022 r3371061  
    4343    $gateway_conditions = [
    4444        'shieldclimb-stripe' => 2,
    45         'shieldclimb-coinbase' => 2,
    4645        'shieldclimb-robinhood' => 5,
    4746        'shieldclimb-rampnetwork' => 4,
  • shieldclimb-high-risk-card-payment-gateway/trunk/readme.txt

    r3323022 r3371061  
    11=== ShieldClimb – Card Payment Gateway with Instant Payouts and Chargeback Protection ===
    22Contributors: shieldclimb
    3 Donate link: https://shieldclimb.com/
     3Donate link: https://shieldclimb.com/product/donate-now/
    44Tags: payment gateway, high-risk payment, woocommerce, credit card, payment
    55Requires at least: 5.8
    66Tested up to: 6.8
    7 Stable tag: 1.2.5
     7Stable tag: 1.2.6
    88Requires PHP: 7.2
    99WC requires at least: 5.8
    10 WC tested up to: 9.9.5
     10WC tested up to: 10.2.2
    1111License: GPLv3
    1212License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    9696= Are there any restricted businesses? =
    9797
    98 Anyone can use our payment plugin instantly without providing any information. However if your website category falls under our [prohibited business list](https://shieldclimb.com/high-risk-card-payment-gateway/#prohibited-business-list) your domain will be blocked.
     98Anyone can use our payment plugin instantly without providing any information. However if your website category falls under our [prohibited business list](https://shieldclimb.com/high-risk-payment-gateway/#prohibited-business-list) your domain will be blocked.
    9999
    100100== Screenshots ==
     
    104104
    105105== Changelog ==
     106
     107= V1.2.6 =
     108
     109* **Updated**: Tested up to WooCommerce 10.2.2
     110* **Updated**: Payment providers list
    106111
    107112= V1.2.5 =
  • shieldclimb-high-risk-card-payment-gateway/trunk/shieldclimb-high-risk-card-payment-gateway.php

    r3323022 r3371061  
    22/**
    33 * Plugin Name: ShieldClimb – Card Payment Gateway with Instant Payouts and Chargeback Protection
    4  * Plugin URI: https://shieldclimb.com/high-risk-card-payment-gateway/
     4 * Plugin URI: https://shieldclimb.com/high-risk-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.5
     6 * Version: 1.2.6
    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.5
     11 * WC tested up to: 10.2.2
    1212 * Requires PHP: 7.2
    1313 * Author: shieldclimb.com
    14  * Author URI: https://shieldclimb.com/about-us/
     14 * Author URI: https://shieldclimb.com/
    1515 * License: GPLv3
    1616 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    9696    include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-bitnovo.php'); // Include the payment gateway class
    9797    include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-robinhood.php'); // Include the payment gateway class
    98     include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-coinbase.php'); // Include the payment gateway class
    9998    include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-simplex.php'); // Include the payment gateway class
    10099    include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-revolut.php'); // Include the payment gateway class
Note: See TracChangeset for help on using the changeset viewer.