Changeset 3123248
- Timestamp:
- 07/22/2024 01:09:10 PM (20 months ago)
- Location:
- cardgate
- Files:
-
- 4 deleted
- 6 edited
- 1 copied
-
tags/3.1.29 (copied) (copied from cardgate/trunk)
-
tags/3.1.29/cardgate.php (modified) (3 diffs)
-
tags/3.1.29/classes/WC_CardgateGiropay.php (deleted)
-
tags/3.1.29/classes/woocommerce-blocks/giropay (deleted)
-
tags/3.1.29/i18n/languages/cardgate-nl_NL.po (modified) (1 diff)
-
tags/3.1.29/readme.txt (modified) (3 diffs)
-
trunk/cardgate.php (modified) (3 diffs)
-
trunk/classes/WC_CardgateGiropay.php (deleted)
-
trunk/classes/woocommerce-blocks/giropay (deleted)
-
trunk/i18n/languages/cardgate-nl_NL.po (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cardgate/tags/3.1.29/cardgate.php
r3054427 r3123248 7 7 * Author: CardGate 8 8 * Author URI: https://www.cardgate.com 9 * Version: 3.1.2 89 * Version: 3.1.29 10 10 * Text Domain: cardgate 11 11 * Domain Path: /i18n/languages … … 702 702 $methods[] = 'WC_CardgateDirectDebit'; 703 703 $methods[] = 'WC_CardgateGiftcard'; 704 $methods[] = 'WC_CardgateGiropay';705 704 $methods[] = 'WC_CardgateIdeal'; 706 705 $methods[] = 'WC_CardgateIdealqr'; … … 847 846 848 847 // 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 );856 848 require_once 'classes/woocommerce-blocks/bancontact/BancontactCardgate.php'; 857 849 add_action( -
cardgate/tags/3.1.29/i18n/languages/cardgate-nl_NL.po
r2046053 r3123248 13 13 "X-Poedit-Basepath: ../..\n" 14 14 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 15 "X-Poedit-Flags-x gettext: --add-comments=translators:\n"15 "X-Poedit-Flags-xagettext: --add-comments=translators:\n" 16 16 "X-Poedit-WPHeader: cardgate.php\n" 17 17 "X-Poedit-SourceCharset: UTF-8\n" -
cardgate/tags/3.1.29/readme.txt
r3112434 r3123248 2 2 Plugin Name: CardGate Payments for WooCommerce 3 3 Contributors: cardgate 4 Tags: CardGate, iDEAL, Creditcard, WooCommerce, Payment, MisterCash, SofortBanking, OverBoeking, PayPal, Giropay,DirectDebit, Webmoney4 Tags: CardGate, iDEAL, Creditcard, WooCommerce, Payment, MisterCash, SofortBanking, OverBoeking, PayPal, DirectDebit, Webmoney 5 5 Requires at least: 4.4 6 6 Tested up to: 6.6 7 Stable tag: 3.1.2 87 Stable tag: 3.1.29 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 24 24 <li>DirectDebit</li> 25 25 <li>Gift Card</li> 26 <li>Giropay</li>27 26 <li>iDEAL</li> 28 27 <li>iDEAL QR</li> … … 75 74 76 75 == Changelog == 76 77 = 3.1.29 = 78 * Removed: Giropay 77 79 78 80 = 3.1.28 = -
cardgate/trunk/cardgate.php
r3054427 r3123248 7 7 * Author: CardGate 8 8 * Author URI: https://www.cardgate.com 9 * Version: 3.1.2 89 * Version: 3.1.29 10 10 * Text Domain: cardgate 11 11 * Domain Path: /i18n/languages … … 702 702 $methods[] = 'WC_CardgateDirectDebit'; 703 703 $methods[] = 'WC_CardgateGiftcard'; 704 $methods[] = 'WC_CardgateGiropay';705 704 $methods[] = 'WC_CardgateIdeal'; 706 705 $methods[] = 'WC_CardgateIdealqr'; … … 847 846 848 847 // 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 );856 848 require_once 'classes/woocommerce-blocks/bancontact/BancontactCardgate.php'; 857 849 add_action( -
cardgate/trunk/i18n/languages/cardgate-nl_NL.po
r2046053 r3123248 13 13 "X-Poedit-Basepath: ../..\n" 14 14 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 15 "X-Poedit-Flags-x gettext: --add-comments=translators:\n"15 "X-Poedit-Flags-xagettext: --add-comments=translators:\n" 16 16 "X-Poedit-WPHeader: cardgate.php\n" 17 17 "X-Poedit-SourceCharset: UTF-8\n" -
cardgate/trunk/readme.txt
r3112434 r3123248 2 2 Plugin Name: CardGate Payments for WooCommerce 3 3 Contributors: cardgate 4 Tags: CardGate, iDEAL, Creditcard, WooCommerce, Payment, MisterCash, SofortBanking, OverBoeking, PayPal, Giropay,DirectDebit, Webmoney4 Tags: CardGate, iDEAL, Creditcard, WooCommerce, Payment, MisterCash, SofortBanking, OverBoeking, PayPal, DirectDebit, Webmoney 5 5 Requires at least: 4.4 6 6 Tested up to: 6.6 7 Stable tag: 3.1.2 87 Stable tag: 3.1.29 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 24 24 <li>DirectDebit</li> 25 25 <li>Gift Card</li> 26 <li>Giropay</li>27 26 <li>iDEAL</li> 28 27 <li>iDEAL QR</li> … … 75 74 76 75 == Changelog == 76 77 = 3.1.29 = 78 * Removed: Giropay 77 79 78 80 = 3.1.28 =
Note: See TracChangeset
for help on using the changeset viewer.