Plugin Directory

Changeset 3413696


Ignore:
Timestamp:
12/07/2025 08:05:15 PM (4 months ago)
Author:
shieldclimb
Message:

Updated plugin to version 1.2.9: Bug Fixed and re-added hosted checkout with multiple providers

Location:
shieldclimb-high-risk-card-payment-gateway/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • shieldclimb-high-risk-card-payment-gateway/trunk/readme.txt

    r3413314 r3413696  
    55Requires at least: 5.8
    66Tested up to: 6.9
    7 Stable tag: 1.2.8
     7Stable tag: 1.2.9
    88Requires PHP: 7.2
    99WC requires at least: 5.8
     
    105105== Changelog ==
    106106
     107= V1.2.9 =
     108
     109* **Bug Fixed and Re-added**: Hosted checkout with multiple providers
     110
    107111= V1.2.8 =
    108112
     
    119123* **Improved**: Updated minimum amount for some providers
    120124* **Fixed**: USD bug for some providers
    121 
    122125
    123126= V1.2.6 =
  • shieldclimb-high-risk-card-payment-gateway/trunk/shieldclimb-high-risk-card-payment-gateway.php

    r3413314 r3413696  
    44 * 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.8
     6 * Version: 1.2.9
    77 * Requires Plugins: woocommerce
    88 * Requires at least: 5.8
     
    101101    include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-cryptix.php'); // Include the payment gateway class
    102102    include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-customprovider.php'); // Include the payment gateway class
     103    include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-hostedshieldclimb.php'); // Include the payment gateway class
    103104    include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-interac.php'); // Include the payment gateway class
    104105    include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-kryptonim.php'); // Include the payment gateway class
Note: See TracChangeset for help on using the changeset viewer.