Changeset 3413696
- Timestamp:
- 12/07/2025 08:05:15 PM (4 months ago)
- Location:
- shieldclimb-high-risk-card-payment-gateway/trunk
- Files:
-
- 1 added
- 2 edited
-
includes/class-shieldclimb-hostedshieldclimb.php (added)
-
readme.txt (modified) (3 diffs)
-
shieldclimb-high-risk-card-payment-gateway.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shieldclimb-high-risk-card-payment-gateway/trunk/readme.txt
r3413314 r3413696 5 5 Requires at least: 5.8 6 6 Tested up to: 6.9 7 Stable tag: 1.2. 87 Stable tag: 1.2.9 8 8 Requires PHP: 7.2 9 9 WC requires at least: 5.8 … … 105 105 == Changelog == 106 106 107 = V1.2.9 = 108 109 * **Bug Fixed and Re-added**: Hosted checkout with multiple providers 110 107 111 = V1.2.8 = 108 112 … … 119 123 * **Improved**: Updated minimum amount for some providers 120 124 * **Fixed**: USD bug for some providers 121 122 125 123 126 = V1.2.6 = -
shieldclimb-high-risk-card-payment-gateway/trunk/shieldclimb-high-risk-card-payment-gateway.php
r3413314 r3413696 4 4 * Plugin URI: https://shieldclimb.com/high-risk-payment-gateway/ 5 5 * 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. 86 * Version: 1.2.9 7 7 * Requires Plugins: woocommerce 8 8 * Requires at least: 5.8 … … 101 101 include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-cryptix.php'); // Include the payment gateway class 102 102 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 103 104 include_once(plugin_dir_path(__FILE__) . 'includes/class-shieldclimb-interac.php'); // Include the payment gateway class 104 105 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.