Changeset 3476081
- Timestamp:
- 03/06/2026 05:30:33 AM (4 weeks ago)
- Location:
- triplea-cryptocurrency-payment-gateway-for-woocommerce
- Files:
-
- 3 edited
- 4 copied
-
tags/2.0.28 (copied) (copied from triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk)
-
tags/2.0.28/includes/WooCommerce/TripleA_Payment_Gateway.php (copied) (copied from triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/includes/WooCommerce/TripleA_Payment_Gateway.php) (2 diffs)
-
tags/2.0.28/readme.txt (copied) (copied from triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/readme.txt) (3 diffs)
-
tags/2.0.28/triplea-cryptocurrency-payment-gateway-for-woocommerce.php (copied) (copied from triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/triplea-cryptocurrency-payment-gateway-for-woocommerce.php) (2 diffs)
-
trunk/includes/WooCommerce/TripleA_Payment_Gateway.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/triplea-cryptocurrency-payment-gateway-for-woocommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
triplea-cryptocurrency-payment-gateway-for-woocommerce/tags/2.0.28/includes/WooCommerce/TripleA_Payment_Gateway.php
r3462331 r3476081 85 85 if (is_admin()) { 86 86 add_action('woocommerce_update_options_payment_gateways_' . $this->id, array($this, 'process_admin_options')); 87 add_action('admin_notices', array($this, 'display_deprecation_notice'));87 //add_action('admin_notices', array($this, 'display_deprecation_notice')); 88 88 } 89 89 … … 1133 1133 } else { 1134 1134 $order = wc_get_order($order_id); 1135 foreach ($order->get_items() as $item_key => $item_values) {1135 foreach ($order->get_items() as $item_key => $item_values) { 1136 1136 $item_data = $item_values->get_data(); 1137 1137 $new_item = []; -
triplea-cryptocurrency-payment-gateway-for-woocommerce/tags/2.0.28/readme.txt
r3462331 r3476081 7 7 Requires at least: 5.5 8 8 Tested up to: 6.9 9 Stable tag: 2.0.2 79 Stable tag: 2.0.28 10 10 Requires PHP: 7.0 11 11 License: GPLv2 or later … … 14 14 == Description == 15 15 16 Note: This plugin will be retired soon and will no longer function after the official deprecation date. Existing plugin users will receive a notification with further details regarding the timeline.17 18 We recommend transitioning to our API solutions, which offer greater flexibility, active development, and ongoing support. To ensure uninterrupted access, we strongly encourage you to begin your migration as soon as possible.19 16 20 17 Start accepting crypto payments on your store with our secure and easy-setup white-label crypto payments plugin. … … 108 105 == Changelog == 109 106 107 = 2.0.28 = 108 109 * Minor improvements 110 111 110 112 = 2.0.27 = 111 113 -
triplea-cryptocurrency-payment-gateway-for-woocommerce/tags/2.0.28/triplea-cryptocurrency-payment-gateway-for-woocommerce.php
r3462156 r3476081 17 17 * Plugin URI: https://wordpress.org/plugins/triplea-cryptocurrency-payment-gateway-for-woocommerce/ 18 18 * Description: Offer cryptocurrency as a payment option on your website and get access to even more clients. Receive payments in cryptocurrency or in your local currency, directly in your bank account. Enjoy an easy setup, no cryptocurrency expertise required. Powered by Triple-A. 19 * Version: 2.0.2 719 * Version: 2.0.28 20 20 * Author: Triple-A Team 21 21 * Author URI: https://triple-a.io … … 49 49 * $var string 50 50 */ 51 public const version = '2.0.2 7';51 public const version = '2.0.28'; 52 52 53 53 /* -
triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/includes/WooCommerce/TripleA_Payment_Gateway.php
r3462331 r3476081 85 85 if (is_admin()) { 86 86 add_action('woocommerce_update_options_payment_gateways_' . $this->id, array($this, 'process_admin_options')); 87 add_action('admin_notices', array($this, 'display_deprecation_notice'));87 //add_action('admin_notices', array($this, 'display_deprecation_notice')); 88 88 } 89 89 … … 1133 1133 } else { 1134 1134 $order = wc_get_order($order_id); 1135 foreach ($order->get_items() as $item_key => $item_values) {1135 foreach ($order->get_items() as $item_key => $item_values) { 1136 1136 $item_data = $item_values->get_data(); 1137 1137 $new_item = []; -
triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/readme.txt
r3462331 r3476081 7 7 Requires at least: 5.5 8 8 Tested up to: 6.9 9 Stable tag: 2.0.2 79 Stable tag: 2.0.28 10 10 Requires PHP: 7.0 11 11 License: GPLv2 or later … … 14 14 == Description == 15 15 16 Note: This plugin will be retired soon and will no longer function after the official deprecation date. Existing plugin users will receive a notification with further details regarding the timeline.17 18 We recommend transitioning to our API solutions, which offer greater flexibility, active development, and ongoing support. To ensure uninterrupted access, we strongly encourage you to begin your migration as soon as possible.19 16 20 17 Start accepting crypto payments on your store with our secure and easy-setup white-label crypto payments plugin. … … 108 105 == Changelog == 109 106 107 = 2.0.28 = 108 109 * Minor improvements 110 111 110 112 = 2.0.27 = 111 113 -
triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/triplea-cryptocurrency-payment-gateway-for-woocommerce.php
r3462156 r3476081 17 17 * Plugin URI: https://wordpress.org/plugins/triplea-cryptocurrency-payment-gateway-for-woocommerce/ 18 18 * Description: Offer cryptocurrency as a payment option on your website and get access to even more clients. Receive payments in cryptocurrency or in your local currency, directly in your bank account. Enjoy an easy setup, no cryptocurrency expertise required. Powered by Triple-A. 19 * Version: 2.0.2 719 * Version: 2.0.28 20 20 * Author: Triple-A Team 21 21 * Author URI: https://triple-a.io … … 49 49 * $var string 50 50 */ 51 public const version = '2.0.2 7';51 public const version = '2.0.28'; 52 52 53 53 /*
Note: See TracChangeset
for help on using the changeset viewer.