Skip to content

Commit

Permalink
release: 3.4.0
Browse files Browse the repository at this point in the history
release: 3.4.0
  • Loading branch information
fabiano-mallmann authored Oct 1, 2024
2 parents 9029de5 + 67087a6 commit 8149203
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 11 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pagarme/woocommerce-pagarme-payments",
"description": "Pagar.me module for Woocommerce",
"type": "wordpress-plugin",
"version": "3.3.3",
"version": "3.4.0",
"license": "GPL",
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function wc_pagarme_define($name, $value)

wc_pagarme_define('WCMP_SLUG', 'woo-pagarme-payments');
wc_pagarme_define('WCMP_PREFIX', 'pagarme');
wc_pagarme_define('WCMP_VERSION', '3.3.3');
wc_pagarme_define('WCMP_VERSION', '3.4.0');
wc_pagarme_define('WCMP_ROOT_PATH', dirname(__FILE__) . '/');
wc_pagarme_define('WCMP_ROOT_SRC', WCMP_ROOT_PATH . 'src/');
wc_pagarme_define('WCMP_ROOT_FILE', WCMP_ROOT_PATH . WCMP_SLUG . '.php');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woo-pagarme-payments",
"version": "3.3.3",
"version": "3.4.0",
"description": "Pagar.me module for Woocommerce",
"main": "woo-pagarme-payments.php",
"devDependencies": {
Expand Down
24 changes: 17 additions & 7 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: payment, pagarme, ecommerce, brasil, woocommerce
Requires at least: 4.1
Tested up to: 6.5.5
Requires PHP: 7.1
Stable tag: 3.3.3
Stable tag: 3.4.0
License: MIT
License URI: https://github.com/pagarme/woocommerce/blob/master/LICENSE

Expand All @@ -25,6 +25,21 @@ Nosso processo de instalação é simples e bem detalhado:
== Changelog ==
Lançamos versões regularmente com melhorias, correções e atualizações.

= 3.4.0 (01/10/2024) =
Você pode conferir essas atualizações aqui: [Github](https://github.com/pagarme/woocommerce/releases/tag/3.4.0)

* **Novas funcionalidades:**
* Meio de pagamento Google Pay.

* **Melhorias:**
* Passando pedido e meio de pagamento para o cálculo do split;
* Checkout assincrono;


* **Correções:**
* Link para desintregar chamando endpoint incorretamente
* Problemas com tokenização

= 3.3.3 (14/08/2024) =
Você pode conferir essas atualizações aqui: [Github](https://github.com/pagarme/woocommerce/releases/tag/3.3.3)

Expand All @@ -34,11 +49,6 @@ Você pode conferir essas atualizações aqui: [Github](https://github.com/pagar
* **Correções:**
* Perdendo informação de bandeira ao trocar meios de pagamento no checkout

= 3.3.2 (03/07/2024) =
Você pode conferir essas atualizações aqui: [Github](https://github.com/pagarme/woocommerce/releases/tag/3.3.2)

* **Correções:**
* Exibe uma parcela (à vista) quando o valor do carrinho é menor que a configuração de valor mínimo de parcelas

== Upgrade Notice ==
Nosso plugin agora é compatível com Woocommerce Subscriptions
Agora é possível transacionar Via Google Pay
2 changes: 1 addition & 1 deletion woo-pagarme-payments.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
* Plugin Name: Pagar.me for WooCommerce
* Version: 3.3.3
* Version: 3.4.0
* Author: Pagar.me
* Author URI: https://pagar.me
* License: GPL2
Expand Down

0 comments on commit 8149203

Please sign in to comment.