Skip to content

Commit

Permalink
Release 3.3.2 #465
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaMelazzo authored Jul 3, 2024
2 parents 946fcb8 + 82b7a89 commit 2158618
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 30 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.1",
"version": "3.3.2",
"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.1');
wc_pagarme_define('WCMP_VERSION', '3.3.2');
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
4 changes: 2 additions & 2 deletions languages/woo-pagarme-payments-pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,8 @@ msgid "Settings"
msgstr "Configurações"

#. Plugin Name of the plugin/theme
msgid "Pagar.me for Woocommerce"
msgstr "Pagar.me para Woocommerce"
msgid "Pagar.me for WooCommerce"
msgstr "Pagar.me para WooCommerce"

#: src/Model/Gateway.php:85
msgid "1x"
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.1",
"version": "3.3.2",
"description": "Pagar.me module for Woocommerce",
"main": "woo-pagarme-payments.php",
"devDependencies": {
Expand Down
28 changes: 8 additions & 20 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: pagarme
Tags: payment, pagarme, ecommerce, brasil, woocommerce
Requires at least: 4.1
Tested up to: 6.3
Tested up to: 6.5.5
Requires PHP: 7.1
Stable tag: 3.2.2
Stable tag: 3.3.2
License: MIT
License URI: https://github.com/pagarme/woocommerce/blob/master/LICENSE

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

= 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 é menhor que a configuraação de valor mínimo de parcelas

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

Expand All @@ -35,23 +41,5 @@ Você pode conferir essas atualizações aqui: [Github](https://github.com/pagar
* Campo "Nome impresso no cartão" aceitando carácter especial
* Cobrar imposto quando preço do produto não incluir a taxa

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

* **Novas funcionalidades:**
* [3DS 2.0](https://pagar.me/blog/3ds-2-0/);
* [Pedido Manual](https://woocommerce.com/document/como-gerenciar-pedidos/#section-16);
* Compatibilização com o [Checkout Blocks](https://docs.pagar.me/docs/requisitos-de-instala%C3%A7%C3%A3o-woocommerce#campos-do-checkout).

* **Melhorias:**
* [Estorno automático](https://woocommerce.com/document/woocommerce-refunds/#automatic-refunds) (fluxo padrão do Woocommerce);
* Status de pedidos não autorizados que antes iriam para cancelado, agora vão para Malsucedido conforme o [fluxo padrão do Woocommerce](https://woocommerce.com/document/como-gerenciar-pedidos/#section-2).
* Adição de um [filter para extensão](https://github.com/pagarme/woocommerce/blob/master/docs/filters-actions/split.md) de Split.

* **Correções:**
* Traduções do cartão de crédito;
* Remoção de readonly em configurações no painel administrativo;
* Não acessar mais variáveis diretamente.

== Upgrade Notice ==
Nosso plugin agora é compatível com Woocommerce Subscriptions
10 changes: 5 additions & 5 deletions woo-pagarme-payments.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?php
/*
* Plugin Name: Pagar.me for Woocommerce
* Version: 3.3.1
* Plugin Name: Pagar.me for WooCommerce
* Version: 3.3.2
* Author: Pagar.me
* Author URI: https://pagar.me
* License: GPL2
* Description: Enable Pagar.me Gateway for WooCommerce
* Requires at least: 5.0
* Tested up to: 6.3.1
* Requires at least: 4.1
* Tested up to: 6.5.5
* WC requires at least: 3.9.0
* WC tested up to: 8.8
* WC tested up to: 9.0.2
* Domain Path: /languages
* Requires Plugins: woocommerce
* Text Domain: woo-pagarme-payments
Expand Down

0 comments on commit 2158618

Please sign in to comment.