Plugin Directory

Changeset 2820420


Ignore:
Timestamp:
11/18/2022 09:37:52 AM (3 years ago)
Author:
tripleatechnology
Message:

Removed: Payment Method description is removed

Location:
triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/includes/WooCommerce/TripleA_Payment_Gateway.php

    r2814849 r2820420  
    3232        $this->title              = __('Cryptocurrency Payment Gateway', 'wc-triplea-crypto-payment');
    3333        $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');
    3535        $this->method_description = __('Secure and easy payment with Cryptocurrency using the Triple-A.io service.', 'wc-triplea-crypto-payment');
    3636        $this->has_fields         = TRUE;
  • triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/readme.txt

    r2814849 r2820420  
    66Tags: altcoin woocommerce, bitcoin payments, bitcoin, crypto payment gateway, crypto payments
    77Requires at least: 5.5
    8 Tested up to: 6.1
    9 Stable tag: 2.0.3
     8Tested up to: 6.1.1
     9Stable tag: 2.0.4
    1010Requires PHP: 7.0
    1111License: GPLv2 or later
     
    109109== Changelog ==
    110110
     111= 2.0.4 =
     112Removed: Payment Method description is removed
     113Fix: Minor css issues fixed
     114
    111115= 2.0.3 =
    112116Added: Order status option added to settings page.
     
    257261== Upgrade Notice ==
    258262
     263= 2.0.4 =
     264Simply install the update. No further action is needed.
     265
    259266= 2.0.3 =
    260267Simply install the update. No further action is needed.
  • triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/triplea-cryptocurrency-payment-gateway-for-woocommerce.php

    r2814849 r2820420  
    1717 * Plugin URI:        https://wordpress.org/plugins/triplea-cryptocurrency-payment-gateway-for-woocommerce/
    1818 * 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.3
     19 * Version:           2.0.4
    2020 * Author:            TripleA Team
    2121 * Author URI:        https://triple-a.io
     
    4545     * $var string
    4646     */
    47     const version = '2.0.3';
     47    const version = '2.0.4';
    4848
    4949    /*
Note: See TracChangeset for help on using the changeset viewer.