Plugin Directory

Changeset 3123248


Ignore:
Timestamp:
07/22/2024 01:09:10 PM (20 months ago)
Author:
CardGate
Message:

removed giropay

Location:
cardgate
Files:
4 deleted
6 edited
1 copied

Legend:

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

    r3054427 r3123248  
    77 * Author: CardGate
    88 * Author URI: https://www.cardgate.com
    9  * Version: 3.1.28
     9 * Version: 3.1.29
    1010 * Text Domain: cardgate
    1111 * Domain Path: /i18n/languages
     
    702702        $methods[] = 'WC_CardgateDirectDebit';
    703703        $methods[] = 'WC_CardgateGiftcard';
    704         $methods[] = 'WC_CardgateGiropay';
    705704        $methods[] = 'WC_CardgateIdeal';
    706705        $methods[] = 'WC_CardgateIdealqr';
     
    847846
    848847        // Include the custom Blocks Checkout class
    849         require_once 'classes/woocommerce-blocks/giropay/GiropayCardgate.php';
    850         add_action(
    851             'woocommerce_blocks_payment_method_type_registration',
    852             function( Automattic\WooCommerce\Blocks\Payments\PaymentMethodRegistry $payment_method_registry ) {
    853                 $payment_method_registry->register( new \Automattic\WooCommerce\Blocks\Payments\Integrations\GiropayCardgate() );
    854             }
    855         );
    856848        require_once 'classes/woocommerce-blocks/bancontact/BancontactCardgate.php';
    857849        add_action(
  • cardgate/tags/3.1.29/i18n/languages/cardgate-nl_NL.po

    r2046053 r3123248  
    1313"X-Poedit-Basepath: ../..\n"
    1414"Plural-Forms: nplurals=2; plural=(n != 1);\n"
    15 "X-Poedit-Flags-xgettext: --add-comments=translators:\n"
     15"X-Poedit-Flags-xagettext: --add-comments=translators:\n"
    1616"X-Poedit-WPHeader: cardgate.php\n"
    1717"X-Poedit-SourceCharset: UTF-8\n"
  • cardgate/tags/3.1.29/readme.txt

    r3112434 r3123248  
    22Plugin Name: CardGate Payments for WooCommerce
    33Contributors: cardgate
    4 Tags: CardGate, iDEAL, Creditcard, WooCommerce, Payment, MisterCash, SofortBanking, OverBoeking, PayPal, Giropay, DirectDebit, Webmoney
     4Tags: CardGate, iDEAL, Creditcard, WooCommerce, Payment, MisterCash, SofortBanking, OverBoeking, PayPal, DirectDebit, Webmoney
    55Requires at least: 4.4
    66Tested up to: 6.6
    7 Stable tag: 3.1.28
     7Stable tag: 3.1.29
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    2424<li>DirectDebit</li>
    2525<li>Gift Card</li>
    26 <li>Giropay</li>
    2726<li>iDEAL</li>
    2827<li>iDEAL QR</li>
     
    7574
    7675== Changelog ==
     76
     77= 3.1.29 =
     78* Removed: Giropay
    7779
    7880= 3.1.28 =
  • cardgate/trunk/cardgate.php

    r3054427 r3123248  
    77 * Author: CardGate
    88 * Author URI: https://www.cardgate.com
    9  * Version: 3.1.28
     9 * Version: 3.1.29
    1010 * Text Domain: cardgate
    1111 * Domain Path: /i18n/languages
     
    702702        $methods[] = 'WC_CardgateDirectDebit';
    703703        $methods[] = 'WC_CardgateGiftcard';
    704         $methods[] = 'WC_CardgateGiropay';
    705704        $methods[] = 'WC_CardgateIdeal';
    706705        $methods[] = 'WC_CardgateIdealqr';
     
    847846
    848847        // Include the custom Blocks Checkout class
    849         require_once 'classes/woocommerce-blocks/giropay/GiropayCardgate.php';
    850         add_action(
    851             'woocommerce_blocks_payment_method_type_registration',
    852             function( Automattic\WooCommerce\Blocks\Payments\PaymentMethodRegistry $payment_method_registry ) {
    853                 $payment_method_registry->register( new \Automattic\WooCommerce\Blocks\Payments\Integrations\GiropayCardgate() );
    854             }
    855         );
    856848        require_once 'classes/woocommerce-blocks/bancontact/BancontactCardgate.php';
    857849        add_action(
  • cardgate/trunk/i18n/languages/cardgate-nl_NL.po

    r2046053 r3123248  
    1313"X-Poedit-Basepath: ../..\n"
    1414"Plural-Forms: nplurals=2; plural=(n != 1);\n"
    15 "X-Poedit-Flags-xgettext: --add-comments=translators:\n"
     15"X-Poedit-Flags-xagettext: --add-comments=translators:\n"
    1616"X-Poedit-WPHeader: cardgate.php\n"
    1717"X-Poedit-SourceCharset: UTF-8\n"
  • cardgate/trunk/readme.txt

    r3112434 r3123248  
    22Plugin Name: CardGate Payments for WooCommerce
    33Contributors: cardgate
    4 Tags: CardGate, iDEAL, Creditcard, WooCommerce, Payment, MisterCash, SofortBanking, OverBoeking, PayPal, Giropay, DirectDebit, Webmoney
     4Tags: CardGate, iDEAL, Creditcard, WooCommerce, Payment, MisterCash, SofortBanking, OverBoeking, PayPal, DirectDebit, Webmoney
    55Requires at least: 4.4
    66Tested up to: 6.6
    7 Stable tag: 3.1.28
     7Stable tag: 3.1.29
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    2424<li>DirectDebit</li>
    2525<li>Gift Card</li>
    26 <li>Giropay</li>
    2726<li>iDEAL</li>
    2827<li>iDEAL QR</li>
     
    7574
    7675== Changelog ==
     76
     77= 3.1.29 =
     78* Removed: Giropay
    7779
    7880= 3.1.28 =
Note: See TracChangeset for help on using the changeset viewer.