Skip to content

Commit

Permalink
Release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoliveiraGN committed Aug 17, 2021
1 parent 62b4fd7 commit 9cb39c6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.4.1
* Fix: Zip atualizado

# 1.4.0
* Fix: Correção na visualização do desconto no checkout

Expand Down
Binary file modified auto/woo-gerencianet-official.zip
Binary file not shown.
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.0', // ATUALIZAR VERSÃO A CADA ATUALIZAÇÃO
'wordpress-plugin' => 'v1.4.1', // ATUALIZAR VERSÃO A CADA ATUALIZAÇÃO
'partner-token' => $partner_token
]
];
Expand Down
2 changes: 1 addition & 1 deletion manual/woo-gerencianet-official/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: Gerencianet
Tags: woocommerce, gerencianet, payment, transparent checkout, pix, Boleto, card, brazil, payments brazil
Requires at least: 5.x
Tested up to: 5.8
Stable tag: 1.4.0
Stable tag: 1.4.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class WCGerencianetOficial
*
* @var string
*/
const VERSION = '1.4.0';
const VERSION = '1.4.1';

/**
* Integration id.
Expand Down

0 comments on commit 9cb39c6

Please sign in to comment.