Plugin Directory

Changeset 3341768


Ignore:
Timestamp:
08/08/2025 05:01:36 PM (8 months ago)
Author:
apiki
Message:

Atualização da versão 1.4.1

Location:
vindi-payment-gateway/trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • vindi-payment-gateway/trunk/readme.txt

    r3339010 r3341768  
    1 === Vindi WooCommerce 2 ===
     1=== Vindi Hub ===
    22Contributors: apiki, aguiart0, laertejr
    3 Plugin Name: Vindi WooCommerce
     3Plugin Name: Vindi Hub
    44Plugin URI: https://github.com/vindi/vindi-woocommerce
    55Website Link: https://www.vindi.com.br
     
    1212WC tested up to: 8.6.1
    1313Requires PHP: 5.6
    14 Stable Tag: 1.4.0
     14Stable Tag: 1.4.1
    1515License: GPLv3
    1616License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1919
    2020== Description ==
    21 O **Vindi WooCommerce** oferece uma solução completa para pagamentos únicos e assinaturas com cartão de crédito, boleto, bolePix e Pix utilizando o [Woocommerce Subscriptions](https://www.woothemes.com/products/woocommerce-subscriptions/). Basta ter [uma conta habilitada na Vindi](https://www.vindi.com.br/cadastro/) para começar a cobrar seus clientes.
     21O **Vindi Hub** oferece uma solução completa para pagamentos únicos e assinaturas com cartão de crédito, boleto, bolePix e Pix utilizando o [Woocommerce Subscriptions](https://www.woothemes.com/products/woocommerce-subscriptions/). Basta ter [uma conta habilitada na Vindi](https://www.vindi.com.br/cadastro/) para começar a cobrar seus clientes.
    2222
    2323A [Vindi](https://www.vindi.com.br/) é líder em cobrança recorrente no Brasil. Com milhares de clientes usando soluções como pagamento online, soluções de notas fiscais integradas, emissão de boletos por email e PDF, integrações com ERPs e diversos relatórios, a Vindi possibilita um sistema online completo para negócios de venda recorrente. Além disso, empresas podem usar o gateway de pagamento integrado ao billing recorrente ou para faturas avulsas.
     
    4040
    4141== Changelog ==
     42= 1.4.1 - 08/08/2025 =
     43-Lançamento da versão de patch.
     44- **Melhoria:** Alteração no nome do plugin.
     45
    4246= 1.4.0 - 31/07/2025 =
    4347-Lançamento da versão de patch.
     
    291295== License ==
    292296
    293 Vindi WooCommerce is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
    294 
    295 Vindi WooCommerce is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
    296 
    297 You should have received a copy of the GNU General Public License along with Vindi WooCommerce. If not, see http://www.gnu.org/licenses/.
     297Vindi Hub is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
     298
     299Vindi Hub is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
     300
     301You should have received a copy of the GNU General Public License along with Vindi Hub. If not, see http://www.gnu.org/licenses/.
  • vindi-payment-gateway/trunk/src/i18n/languages/vindi-woocommerce.pot

    r2413566 r3341768  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Vindi WooCommerce\n"
     5"Project-Id-Version: Vindi Hub\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/vindi-plugin\n"
    77"POT-Creation-Date: 2020-06-22 17:57:53+00:00\n"
     
    338338#: templates/admin-gateway-settings.html.php:6
    339339#: templates/admin-settings.html.php:6
    340 msgid "Vindi WooCommerce Desabilitado"
     340msgid "Vindi Hub Desabilitado"
    341341msgstr ""
    342342
     
    575575#: views/missing-critical-dependency.php:15
    576576msgid ""
    577 "O Plugin Vindi WooCommerce depende da versão %s+ do %s para funcionar! Como "
     577"O Plugin Vindi Hub depende da versão %s+ do %s para funcionar! Como "
    578578"a versão atual do %s é mais antiga, o plugin foi DESATIVADO!"
    579579msgstr ""
    580580
    581581#: views/missing-dependency.php:15
    582 msgid "O Plugin Vindi WooCommerce depende da versão %s do %s para funcionar!"
     582msgid "O Plugin Vindi Hub depende da versão %s do %s para funcionar!"
    583583msgstr ""
    584584
  • vindi-payment-gateway/trunk/src/services/Api.php

    r2901274 r3341768  
    180180        'Authorization' => 'Basic ' . base64_encode($api_key . ':'),
    181181        'Content-Type'  => 'application/json',
    182         'User-Agent'    => sprintf('Vindi-WooCommerce/%s; %s', VINDI_VERSION, get_bloginfo('url')),
     182        'User-Agent'    => sprintf('Vindi-Hub/%s; %s', VINDI_VERSION, get_bloginfo('url')),
    183183      ],
    184184      'method'    => $method,
  • vindi-payment-gateway/trunk/src/templates/admin-gateway-settings.html.php

    r2413566 r3341768  
    44  <div class="error">
    55    <p>
    6       <strong><?php _e('Vindi WooCommerce Desabilitado', VINDI); ?></strong>:
     6      <strong><?php _e('Vindi Hub Desabilitado', VINDI); ?></strong>:
    77      <?php printf(__('É necessário um <strong> Certificado SSL </strong> para ativar este método de pagamento em modo de produção. Por favor, verifique se um certificado SSL está instalado em seu servidor !')); ?>
    88    </p>
  • vindi-payment-gateway/trunk/src/templates/admin-settings.html.php

    r2426029 r3341768  
    55<div class="error">
    66  <p>
    7     <strong><?php _e('Vindi WooCommerce Desabilitado', VINDI);?></strong>:
     7    <strong><?php _e('Vindi Hub Desabilitado', VINDI);?></strong>:
    88    <?php printf(__('É necessário um <strong>Certificado SSL</strong> para ativar este método de pagamento em modo de produção. Por favor, verifique se um certificado SSL está instalado em seu servidor!', VINDI));?>
    99  </p>
  • vindi-payment-gateway/trunk/src/utils/DefinitionVariables.php

    r3339010 r3341768  
    11<?php
    22
    3 define('VINDI_VERSION', '1.4.0');
     3define('VINDI_VERSION', '1.4.1');
    44
    55define('VINDI_MININUM_WP_VERSION', '5.0');
  • vindi-payment-gateway/trunk/src/views/missing-critical-dependency.php

    r2413566 r3341768  
    1313  <p>
    1414    <?php echo sprintf(
    15       __('O Plugin Vindi WooCommerce depende da versão %s+ do %s para funcionar! Como a versão atual do %s é mais antiga, o plugin foi DESATIVADO!', VINDI),
     15      __('O Plugin Vindi Hub depende da versão %s+ do %s para funcionar! Como a versão atual do %s é mais antiga, o plugin foi DESATIVADO!', VINDI),
    1616      $version,
    1717      $name,
  • vindi-payment-gateway/trunk/src/views/missing-dependency.php

    r3008178 r3341768  
    22  <p>
    33    <?php echo sprintf(
    4         __('O Plugin Vindi WooCommerce depende da versão %s ou maior do plugin %s para funcionar!', VINDI),
     4        __('O Plugin Vindi Hub depende da versão %s ou maior do plugin %s para funcionar!', VINDI),
    55      $version,
    66      $name,
  • vindi-payment-gateway/trunk/vindi.php

    r3339010 r3341768  
    22
    33/**
    4  * Plugin Name: Vindi WooCommerce 2
     4 * Plugin Name: Vindi Hub
    55 * Plugin URI: https://github.com/vindi/vindi-woocommerce
    66 * Description: Adiciona o gateway de pagamento da Vindi para o WooCommerce.
    77 * Author: Vindi
    88 * Author URI: https://www.vindi.com.br
    9  * Version: 1.4.0
     9 * Version: 1.4.1
    1010 * Requires at least: 4.4
    1111 * Tested up to: 6.8
Note: See TracChangeset for help on using the changeset viewer.