Plugin Directory

Changeset 2826461


Ignore:
Timestamp:
11/30/2022 12:18:13 PM (3 years ago)
Author:
usedrip
Message:

update title

Location:
drip-payments/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • drip-payments/trunk/drip-payments.php

    r2804107 r2826461  
    44 * Description: Forneça a Drip como opção de pagamento para pedidos do WooCommerce.
    55 * Author: Drip
    6  * Version: 2.1.1
     6 * Version: 2.1.2
    77 */
    88//ini_set('display_errors', '1');
     
    7979            $cashback = $this->get_cashback();
    8080            if ($cashback <= 0) {
    81                 return "Pix Parcelado";
     81                return "Pix Parcelado sem entrada";
    8282            }
    8383
  • drip-payments/trunk/readme.txt

    r2804107 r2826461  
    55Tested up to: 6.0
    66Requires PHP: 7.0
    7 Stable tag: 2.1.1
     7Stable tag: 2.1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • drip-payments/trunk/src/DripUtils.php

    r2804107 r2826461  
    1111    const DRIP_PAYMENTS_BASE_URI_PRODUCTION = 'https://drip-be.usedrip.com.br/api/';
    1212
    13     const DRIP_PAYMENTS_ACTUAL_PLUGIN_VERSION = '2.1.1';
     13    const DRIP_PAYMENTS_ACTUAL_PLUGIN_VERSION = '2.1.2';
    1414}
    1515
Note: See TracChangeset for help on using the changeset viewer.