Plugin Directory

Changeset 3346931


Ignore:
Timestamp:
08/19/2025 10:55:41 AM (7 months ago)
Author:
CardGate
Message:

delete mistercash payment method

Location:
cardgate
Files:
2 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • cardgate/tags/4.0.1/cardgate.php

    r3340282 r3346931  
    77 * Author: CardGate
    88 * Author URI: https://www.cardgate.com
    9  * Version: 4.0.0
     9 * Version: 4.0.1
    1010 * Text Domain: cardgate
    1111 * Domain Path: /i18n/languages
    1212 * Requires at least: 4.4
    1313 * WC requires at least: 3.0.0
    14  * WC tested up to: 10.0.4
     14 * WC tested up to: 10.1.0
    1515 * License: GPLv3 or later
    1616 * Requires Plugins: woocommerce
     
    3636                                'Idealqr',
    3737                                'Klarna',
    38                                 'Mistercash',
    3938                                'Onlineueberweisen',
    4039                                'PayPal',
     
    166165            require_once 'classes/WC_CardgateIdealqr.php';
    167166            require_once 'classes/WC_CardgateKlarna.php';
    168             require_once 'classes/WC_CardgateMistercash.php';
    169167            require_once 'classes/WC_CardgateOnlineueberweisen.php';
    170168            require_once 'classes/WC_CardgatePayPal.php';
     
    791789            function( Automattic\WooCommerce\Blocks\Payments\PaymentMethodRegistry $payment_method_registry ) {
    792790                foreach ($this->payment_names as $name){
    793                     if ($name == 'Mistercash') continue;
    794791                    $blockmethod = $name.'Cardgate';
    795792                    $payment_method_registry->register( new $blockmethod() );
  • cardgate/tags/4.0.1/readme.txt

    r3340282 r3346931  
    22Plugin Name: CardGate Payments for WooCommerce
    33Contributors: cardgate
    4 Tags: CardGate, iDEAL, Creditcard, WooCommerce, Payment, MisterCash, SofortBanking, OverBoeking, PayPal, DirectDebit, Webmoney
     4Tags: CardGate, iDEAL, Creditcard, WooCommerce, Payment, Bancontact, SofortBanking, OverBoeking, PayPal, DirectDebit, Webmoney
    55Requires at least: 4.4
    66Tested up to: 6.8
    7 Stable tag: 4.0.0
     7Stable tag: 4.0.1
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    2727<li>iDEAL QR</li>
    2828<li>Klarna</li>
    29 <li>MisterCash</li>
    3029<li>OnlineÜberweisen</li>
    3130<li>PayPal</li>
     
    7574== Changelog ==
    7675
     76= 4.0.1 =
     77* Removed: MisterCash payment method.
     78
    7779= 4.0.0 =
    7880* Added: Payment method Crypto
  • cardgate/trunk/cardgate.php

    r3340282 r3346931  
    77 * Author: CardGate
    88 * Author URI: https://www.cardgate.com
    9  * Version: 4.0.0
     9 * Version: 4.0.1
    1010 * Text Domain: cardgate
    1111 * Domain Path: /i18n/languages
    1212 * Requires at least: 4.4
    1313 * WC requires at least: 3.0.0
    14  * WC tested up to: 10.0.4
     14 * WC tested up to: 10.1.0
    1515 * License: GPLv3 or later
    1616 * Requires Plugins: woocommerce
     
    3636                                'Idealqr',
    3737                                'Klarna',
    38                                 'Mistercash',
    3938                                'Onlineueberweisen',
    4039                                'PayPal',
     
    166165            require_once 'classes/WC_CardgateIdealqr.php';
    167166            require_once 'classes/WC_CardgateKlarna.php';
    168             require_once 'classes/WC_CardgateMistercash.php';
    169167            require_once 'classes/WC_CardgateOnlineueberweisen.php';
    170168            require_once 'classes/WC_CardgatePayPal.php';
     
    791789            function( Automattic\WooCommerce\Blocks\Payments\PaymentMethodRegistry $payment_method_registry ) {
    792790                foreach ($this->payment_names as $name){
    793                     if ($name == 'Mistercash') continue;
    794791                    $blockmethod = $name.'Cardgate';
    795792                    $payment_method_registry->register( new $blockmethod() );
  • cardgate/trunk/readme.txt

    r3340282 r3346931  
    22Plugin Name: CardGate Payments for WooCommerce
    33Contributors: cardgate
    4 Tags: CardGate, iDEAL, Creditcard, WooCommerce, Payment, MisterCash, SofortBanking, OverBoeking, PayPal, DirectDebit, Webmoney
     4Tags: CardGate, iDEAL, Creditcard, WooCommerce, Payment, Bancontact, SofortBanking, OverBoeking, PayPal, DirectDebit, Webmoney
    55Requires at least: 4.4
    66Tested up to: 6.8
    7 Stable tag: 4.0.0
     7Stable tag: 4.0.1
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    2727<li>iDEAL QR</li>
    2828<li>Klarna</li>
    29 <li>MisterCash</li>
    3029<li>OnlineÜberweisen</li>
    3130<li>PayPal</li>
     
    7574== Changelog ==
    7675
     76= 4.0.1 =
     77* Removed: MisterCash payment method.
     78
    7779= 4.0.0 =
    7880* Added: Payment method Crypto
Note: See TracChangeset for help on using the changeset viewer.