Plugin Directory

Changeset 3476081


Ignore:
Timestamp:
03/06/2026 05:30:33 AM (4 weeks ago)
Author:
tripleatechnology
Message:

Release version 2.0.28

Location:
triplea-cryptocurrency-payment-gateway-for-woocommerce
Files:
3 edited
4 copied

Legend:

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

    r3462331 r3476081  
    8585        if (is_admin()) {
    8686            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'));
    8888        }
    8989
     
    11331133        } else {
    11341134            $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) {
    11361136                $item_data = $item_values->get_data();
    11371137                $new_item = [];
  • triplea-cryptocurrency-payment-gateway-for-woocommerce/tags/2.0.28/readme.txt

    r3462331 r3476081  
    77Requires at least: 5.5
    88Tested up to: 6.9
    9 Stable tag: 2.0.27
     9Stable tag: 2.0.28
    1010Requires PHP: 7.0
    1111License: GPLv2 or later
     
    1414== Description ==
    1515
    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.
    1916
    2017Start accepting crypto payments on your store with our secure and easy-setup white-label crypto payments plugin.
     
    108105== Changelog ==
    109106
     107= 2.0.28 =
     108
     109* Minor improvements
     110
     111
    110112= 2.0.27 =
    111113
  • triplea-cryptocurrency-payment-gateway-for-woocommerce/tags/2.0.28/triplea-cryptocurrency-payment-gateway-for-woocommerce.php

    r3462156 r3476081  
    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 Triple-A.
    19  * Version:           2.0.27
     19 * Version:           2.0.28
    2020 * Author:            Triple-A Team
    2121 * Author URI:        https://triple-a.io
     
    4949     * $var string
    5050     */
    51     public const version = '2.0.27';
     51    public const version = '2.0.28';
    5252
    5353    /*
  • triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/includes/WooCommerce/TripleA_Payment_Gateway.php

    r3462331 r3476081  
    8585        if (is_admin()) {
    8686            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'));
    8888        }
    8989
     
    11331133        } else {
    11341134            $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) {
    11361136                $item_data = $item_values->get_data();
    11371137                $new_item = [];
  • triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/readme.txt

    r3462331 r3476081  
    77Requires at least: 5.5
    88Tested up to: 6.9
    9 Stable tag: 2.0.27
     9Stable tag: 2.0.28
    1010Requires PHP: 7.0
    1111License: GPLv2 or later
     
    1414== Description ==
    1515
    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.
    1916
    2017Start accepting crypto payments on your store with our secure and easy-setup white-label crypto payments plugin.
     
    108105== Changelog ==
    109106
     107= 2.0.28 =
     108
     109* Minor improvements
     110
     111
    110112= 2.0.27 =
    111113
  • triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/triplea-cryptocurrency-payment-gateway-for-woocommerce.php

    r3462156 r3476081  
    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 Triple-A.
    19  * Version:           2.0.27
     19 * Version:           2.0.28
    2020 * Author:            Triple-A Team
    2121 * Author URI:        https://triple-a.io
     
    4949     * $var string
    5050     */
    51     public const version = '2.0.27';
     51    public const version = '2.0.28';
    5252
    5353    /*
Note: See TracChangeset for help on using the changeset viewer.