Skip to content

Commit

Permalink
Nova Release: versão 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoliveiraGN committed Feb 16, 2023
1 parent 33863c9 commit fb48841
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions gerencianet-oficial.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
use GN_Includes\Gerencianet_Deactivator;

/**
* Plugin Name: Gerencianet Oficial
* Plugin Name: Efí by Gerencianet Oficial
* Plugin URI: https://wordpress.org/plugins/woo-gerencianet-official/
* Description: Gateway de pagamento Gerencianet para WooCommerce
* Version: 2.0.4
* Description: Gateway de pagamento Efi by Gerencianet para WooCommerce
* Version: 2.0.5
* Author: Gerencianet
* Author URI: https://www.gerencianet.com.br
* Author URI: https://www.sejaefi.com.br
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Text Domain: gerencianet-oficial
Expand All @@ -25,7 +25,7 @@
die;
}

define( 'GERENCIANET_OFICIAL_VERSION', '2.0.4' );
define( 'GERENCIANET_OFICIAL_VERSION', '2.0.5' );
define( 'GERENCIANET_BOLETO_ID', 'WC_Gerencianet_Boleto' );
define( 'GERENCIANET_CARTAO_ID', 'WC_Gerencianet_Cartao' );
define( 'GERENCIANET_PIX_ID', 'WC_Gerencianet_Pix' );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function __construct(array $options = null)
'headers' => [
'Content-Type' => 'application/json',
'api-sdk' => 'php-' . $composerData['version'],
'wordpress-plugin' => 'v1.4.7', // ATUALIZAR VERSÃO A CADA ATUALIZAÇÃO
'wordpress-plugin' => 'v2.0.5', // ATUALIZAR VERSÃO A CADA ATUALIZAÇÃO
'partner-token' => $partner_token
]
];
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: Efí Bank
Tags: woocommerce, gerencianet, payment, transparent checkout, pix, Boleto, card, brazil, payments brazil, cartão de crédito, efí, efi, efipay, efi bank, efi pay, efípay, efí bank, efí pay
Requires at least: 5.x
Tested up to: 6.1
Stable tag: 2.0.4
Stable tag: 2.0.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit fb48841

Please sign in to comment.