Changeset 3341768
- Timestamp:
- 08/08/2025 05:01:36 PM (8 months ago)
- Location:
- vindi-payment-gateway/trunk
- Files:
-
- 9 edited
-
readme.txt (modified) (5 diffs)
-
src/i18n/languages/vindi-woocommerce.pot (modified) (3 diffs)
-
src/services/Api.php (modified) (1 diff)
-
src/templates/admin-gateway-settings.html.php (modified) (1 diff)
-
src/templates/admin-settings.html.php (modified) (1 diff)
-
src/utils/DefinitionVariables.php (modified) (1 diff)
-
src/views/missing-critical-dependency.php (modified) (1 diff)
-
src/views/missing-dependency.php (modified) (1 diff)
-
vindi.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vindi-payment-gateway/trunk/readme.txt
r3339010 r3341768 1 === Vindi WooCommerce 2===1 === Vindi Hub === 2 2 Contributors: apiki, aguiart0, laertejr 3 Plugin Name: Vindi WooCommerce3 Plugin Name: Vindi Hub 4 4 Plugin URI: https://github.com/vindi/vindi-woocommerce 5 5 Website Link: https://www.vindi.com.br … … 12 12 WC tested up to: 8.6.1 13 13 Requires PHP: 5.6 14 Stable Tag: 1.4. 014 Stable Tag: 1.4.1 15 15 License: GPLv3 16 16 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 19 19 20 20 == 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.21 O **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. 22 22 23 23 A [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. … … 40 40 41 41 == 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 42 46 = 1.4.0 - 31/07/2025 = 43 47 -Lançamento da versão de patch. … … 291 295 == License == 292 296 293 Vindi WooCommerceis 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 WooCommerceis 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/.297 Vindi 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 299 Vindi 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 301 You 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 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Vindi WooCommerce\n"5 "Project-Id-Version: Vindi Hub\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/vindi-plugin\n" 7 7 "POT-Creation-Date: 2020-06-22 17:57:53+00:00\n" … … 338 338 #: templates/admin-gateway-settings.html.php:6 339 339 #: templates/admin-settings.html.php:6 340 msgid "Vindi WooCommerceDesabilitado"340 msgid "Vindi Hub Desabilitado" 341 341 msgstr "" 342 342 … … 575 575 #: views/missing-critical-dependency.php:15 576 576 msgid "" 577 "O Plugin Vindi WooCommercedepende da versão %s+ do %s para funcionar! Como "577 "O Plugin Vindi Hub depende da versão %s+ do %s para funcionar! Como " 578 578 "a versão atual do %s é mais antiga, o plugin foi DESATIVADO!" 579 579 msgstr "" 580 580 581 581 #: views/missing-dependency.php:15 582 msgid "O Plugin Vindi WooCommercedepende da versão %s do %s para funcionar!"582 msgid "O Plugin Vindi Hub depende da versão %s do %s para funcionar!" 583 583 msgstr "" 584 584 -
vindi-payment-gateway/trunk/src/services/Api.php
r2901274 r3341768 180 180 'Authorization' => 'Basic ' . base64_encode($api_key . ':'), 181 181 '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')), 183 183 ], 184 184 'method' => $method, -
vindi-payment-gateway/trunk/src/templates/admin-gateway-settings.html.php
r2413566 r3341768 4 4 <div class="error"> 5 5 <p> 6 <strong><?php _e('Vindi WooCommerceDesabilitado', VINDI); ?></strong>:6 <strong><?php _e('Vindi Hub Desabilitado', VINDI); ?></strong>: 7 7 <?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 !')); ?> 8 8 </p> -
vindi-payment-gateway/trunk/src/templates/admin-settings.html.php
r2426029 r3341768 5 5 <div class="error"> 6 6 <p> 7 <strong><?php _e('Vindi WooCommerceDesabilitado', VINDI);?></strong>:7 <strong><?php _e('Vindi Hub Desabilitado', VINDI);?></strong>: 8 8 <?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));?> 9 9 </p> -
vindi-payment-gateway/trunk/src/utils/DefinitionVariables.php
r3339010 r3341768 1 1 <?php 2 2 3 define('VINDI_VERSION', '1.4. 0');3 define('VINDI_VERSION', '1.4.1'); 4 4 5 5 define('VINDI_MININUM_WP_VERSION', '5.0'); -
vindi-payment-gateway/trunk/src/views/missing-critical-dependency.php
r2413566 r3341768 13 13 <p> 14 14 <?php echo sprintf( 15 __('O Plugin Vindi WooCommercedepende 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), 16 16 $version, 17 17 $name, -
vindi-payment-gateway/trunk/src/views/missing-dependency.php
r3008178 r3341768 2 2 <p> 3 3 <?php echo sprintf( 4 __('O Plugin Vindi WooCommercedepende 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), 5 5 $version, 6 6 $name, -
vindi-payment-gateway/trunk/vindi.php
r3339010 r3341768 2 2 3 3 /** 4 * Plugin Name: Vindi WooCommerce 24 * Plugin Name: Vindi Hub 5 5 * Plugin URI: https://github.com/vindi/vindi-woocommerce 6 6 * Description: Adiciona o gateway de pagamento da Vindi para o WooCommerce. 7 7 * Author: Vindi 8 8 * Author URI: https://www.vindi.com.br 9 * Version: 1.4. 09 * Version: 1.4.1 10 10 * Requires at least: 4.4 11 11 * Tested up to: 6.8
Note: See TracChangeset
for help on using the changeset viewer.