diff --git a/gerencianet-oficial.php b/gerencianet-oficial.php index 58acff4..60996a5 100644 --- a/gerencianet-oficial.php +++ b/gerencianet-oficial.php @@ -9,8 +9,8 @@ * Plugin Name: Efí by Gerencianet Oficial * Plugin URI: https://wordpress.org/plugins/woo-gerencianet-official/ * Description: Gateway de pagamento Efi by Gerencianet para WooCommerce - * Version: 2.0.6 - * Author: Gerencianet + * Version: 2.0.7 + * Author: Efi by Gerencianet * Author URI: https://www.sejaefi.com.br * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt @@ -25,7 +25,7 @@ die; } -define( 'GERENCIANET_OFICIAL_VERSION', '2.0.6' ); +define( 'GERENCIANET_OFICIAL_VERSION', '2.0.7' ); define( 'GERENCIANET_BOLETO_ID', 'WC_Gerencianet_Boleto' ); define( 'GERENCIANET_CARTAO_ID', 'WC_Gerencianet_Cartao' ); define( 'GERENCIANET_PIX_ID', 'WC_Gerencianet_Pix' ); diff --git a/includes/lib/gerencianet/gerencianet/gerencianet-sdk-php/src/Gerencianet/Request.php b/includes/lib/gerencianet/gerencianet/gerencianet-sdk-php/src/Gerencianet/Request.php index b54c307..dc55981 100644 --- a/includes/lib/gerencianet/gerencianet/gerencianet-sdk-php/src/Gerencianet/Request.php +++ b/includes/lib/gerencianet/gerencianet/gerencianet-sdk-php/src/Gerencianet/Request.php @@ -27,7 +27,7 @@ public function __construct(array $options = null) 'headers' => [ 'Content-Type' => 'application/json', 'api-sdk' => 'php-' . $composerData['version'], - 'wordpress-plugin' => 'v2.0.6', // ATUALIZAR VERSÃO A CADA ATUALIZAÇÃO + 'wordpress-plugin' => 'v2.0.7', // ATUALIZAR VERSÃO A CADA ATUALIZAÇÃO 'partner-token' => $partner_token ] ]; diff --git a/readme.txt b/readme.txt index cdfeefe..5f39cba 100644 --- a/readme.txt +++ b/readme.txt @@ -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.6 +Stable tag: 2.0.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html