Changeset 3346931
- Timestamp:
- 08/19/2025 10:55:41 AM (7 months ago)
- Location:
- cardgate
- Files:
-
- 2 deleted
- 4 edited
- 1 copied
-
tags/4.0.1 (copied) (copied from cardgate/trunk)
-
tags/4.0.1/cardgate.php (modified) (4 diffs)
-
tags/4.0.1/classes/WC_CardgateMistercash.php (deleted)
-
tags/4.0.1/readme.txt (modified) (3 diffs)
-
trunk/cardgate.php (modified) (4 diffs)
-
trunk/classes/WC_CardgateMistercash.php (deleted)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cardgate/tags/4.0.1/cardgate.php
r3340282 r3346931 7 7 * Author: CardGate 8 8 * Author URI: https://www.cardgate.com 9 * Version: 4.0. 09 * Version: 4.0.1 10 10 * Text Domain: cardgate 11 11 * Domain Path: /i18n/languages 12 12 * Requires at least: 4.4 13 13 * WC requires at least: 3.0.0 14 * WC tested up to: 10. 0.414 * WC tested up to: 10.1.0 15 15 * License: GPLv3 or later 16 16 * Requires Plugins: woocommerce … … 36 36 'Idealqr', 37 37 'Klarna', 38 'Mistercash',39 38 'Onlineueberweisen', 40 39 'PayPal', … … 166 165 require_once 'classes/WC_CardgateIdealqr.php'; 167 166 require_once 'classes/WC_CardgateKlarna.php'; 168 require_once 'classes/WC_CardgateMistercash.php';169 167 require_once 'classes/WC_CardgateOnlineueberweisen.php'; 170 168 require_once 'classes/WC_CardgatePayPal.php'; … … 791 789 function( Automattic\WooCommerce\Blocks\Payments\PaymentMethodRegistry $payment_method_registry ) { 792 790 foreach ($this->payment_names as $name){ 793 if ($name == 'Mistercash') continue;794 791 $blockmethod = $name.'Cardgate'; 795 792 $payment_method_registry->register( new $blockmethod() ); -
cardgate/tags/4.0.1/readme.txt
r3340282 r3346931 2 2 Plugin Name: CardGate Payments for WooCommerce 3 3 Contributors: cardgate 4 Tags: CardGate, iDEAL, Creditcard, WooCommerce, Payment, MisterCash, SofortBanking, OverBoeking, PayPal, DirectDebit, Webmoney4 Tags: CardGate, iDEAL, Creditcard, WooCommerce, Payment, Bancontact, SofortBanking, OverBoeking, PayPal, DirectDebit, Webmoney 5 5 Requires at least: 4.4 6 6 Tested up to: 6.8 7 Stable tag: 4.0. 07 Stable tag: 4.0.1 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 27 27 <li>iDEAL QR</li> 28 28 <li>Klarna</li> 29 <li>MisterCash</li>30 29 <li>OnlineÜberweisen</li> 31 30 <li>PayPal</li> … … 75 74 == Changelog == 76 75 76 = 4.0.1 = 77 * Removed: MisterCash payment method. 78 77 79 = 4.0.0 = 78 80 * Added: Payment method Crypto -
cardgate/trunk/cardgate.php
r3340282 r3346931 7 7 * Author: CardGate 8 8 * Author URI: https://www.cardgate.com 9 * Version: 4.0. 09 * Version: 4.0.1 10 10 * Text Domain: cardgate 11 11 * Domain Path: /i18n/languages 12 12 * Requires at least: 4.4 13 13 * WC requires at least: 3.0.0 14 * WC tested up to: 10. 0.414 * WC tested up to: 10.1.0 15 15 * License: GPLv3 or later 16 16 * Requires Plugins: woocommerce … … 36 36 'Idealqr', 37 37 'Klarna', 38 'Mistercash',39 38 'Onlineueberweisen', 40 39 'PayPal', … … 166 165 require_once 'classes/WC_CardgateIdealqr.php'; 167 166 require_once 'classes/WC_CardgateKlarna.php'; 168 require_once 'classes/WC_CardgateMistercash.php';169 167 require_once 'classes/WC_CardgateOnlineueberweisen.php'; 170 168 require_once 'classes/WC_CardgatePayPal.php'; … … 791 789 function( Automattic\WooCommerce\Blocks\Payments\PaymentMethodRegistry $payment_method_registry ) { 792 790 foreach ($this->payment_names as $name){ 793 if ($name == 'Mistercash') continue;794 791 $blockmethod = $name.'Cardgate'; 795 792 $payment_method_registry->register( new $blockmethod() ); -
cardgate/trunk/readme.txt
r3340282 r3346931 2 2 Plugin Name: CardGate Payments for WooCommerce 3 3 Contributors: cardgate 4 Tags: CardGate, iDEAL, Creditcard, WooCommerce, Payment, MisterCash, SofortBanking, OverBoeking, PayPal, DirectDebit, Webmoney4 Tags: CardGate, iDEAL, Creditcard, WooCommerce, Payment, Bancontact, SofortBanking, OverBoeking, PayPal, DirectDebit, Webmoney 5 5 Requires at least: 4.4 6 6 Tested up to: 6.8 7 Stable tag: 4.0. 07 Stable tag: 4.0.1 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 27 27 <li>iDEAL QR</li> 28 28 <li>Klarna</li> 29 <li>MisterCash</li>30 29 <li>OnlineÜberweisen</li> 31 30 <li>PayPal</li> … … 75 74 == Changelog == 76 75 76 = 4.0.1 = 77 * Removed: MisterCash payment method. 78 77 79 = 4.0.0 = 78 80 * Added: Payment method Crypto
Note: See TracChangeset
for help on using the changeset viewer.