Changeset 2820420
- Timestamp:
- 11/18/2022 09:37:52 AM (3 years ago)
- Location:
- triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk
- Files:
-
- 3 edited
-
includes/WooCommerce/TripleA_Payment_Gateway.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
triplea-cryptocurrency-payment-gateway-for-woocommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/includes/WooCommerce/TripleA_Payment_Gateway.php
r2814849 r2820420 32 32 $this->title = __('Cryptocurrency Payment Gateway', 'wc-triplea-crypto-payment'); 33 33 $this->method_title = __('Cryptocurrency Payment Gateway', 'wc-triplea-crypto-payment'); 34 $this->description = __('Secure and easy payment with Cryptocurrency using the Triple-A.io service.', 'wc-triplea-crypto-payment');34 // $this->description = __('Secure and easy payment with Cryptocurrency using the Triple-A.io service.', 'wc-triplea-crypto-payment'); 35 35 $this->method_description = __('Secure and easy payment with Cryptocurrency using the Triple-A.io service.', 'wc-triplea-crypto-payment'); 36 36 $this->has_fields = TRUE; -
triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/readme.txt
r2814849 r2820420 6 6 Tags: altcoin woocommerce, bitcoin payments, bitcoin, crypto payment gateway, crypto payments 7 7 Requires at least: 5.5 8 Tested up to: 6.1 9 Stable tag: 2.0. 38 Tested up to: 6.1.1 9 Stable tag: 2.0.4 10 10 Requires PHP: 7.0 11 11 License: GPLv2 or later … … 109 109 == Changelog == 110 110 111 = 2.0.4 = 112 Removed: Payment Method description is removed 113 Fix: Minor css issues fixed 114 111 115 = 2.0.3 = 112 116 Added: Order status option added to settings page. … … 257 261 == Upgrade Notice == 258 262 263 = 2.0.4 = 264 Simply install the update. No further action is needed. 265 259 266 = 2.0.3 = 260 267 Simply install the update. No further action is needed. -
triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/triplea-cryptocurrency-payment-gateway-for-woocommerce.php
r2814849 r2820420 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 TripleA. 19 * Version: 2.0. 319 * Version: 2.0.4 20 20 * Author: TripleA Team 21 21 * Author URI: https://triple-a.io … … 45 45 * $var string 46 46 */ 47 const version = '2.0. 3';47 const version = '2.0.4'; 48 48 49 49 /*
Note: See TracChangeset
for help on using the changeset viewer.