Skip to content

Commit 1558fa8

Browse files
build: update version (#383)
* docs: adding new contributor * build: update version
1 parent f64087c commit 1558fa8

7 files changed

+27
-18
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pagarme/woocommerce-pagarme-payments",
33
"description": "Pagar.me module for Woocommerce",
44
"type": "wordpress-plugin",
5-
"version": "3.1.9",
5+
"version": "3.2.0",
66
"license": "GPL",
77
"autoload": {
88
"psr-4": {

constants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function wc_pagarme_define($name, $value)
1212

1313
wc_pagarme_define('WCMP_SLUG', 'woo-pagarme-payments');
1414
wc_pagarme_define('WCMP_PREFIX', 'pagarme');
15-
wc_pagarme_define('WCMP_VERSION', '3.1.9');
15+
wc_pagarme_define('WCMP_VERSION', '3.2.0');
1616
wc_pagarme_define('WCMP_ROOT_PATH', dirname(__FILE__) . '/');
1717
wc_pagarme_define('WCMP_ROOT_SRC', WCMP_ROOT_PATH . 'src/');
1818
wc_pagarme_define('WCMP_ROOT_FILE', WCMP_ROOT_PATH . WCMP_SLUG . '.php');

docs/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ Se você está interessado em contribuir para o desenvolvimento deste projeto, f
3939

4040
## Contribuidores
4141

42-
| ![eduardobattisti avatar](https://avatars.githubusercontent.com/u/56602897?s=60&v=4)<br/> [eduardobattisti](https://github.com/eduardobattisti) |
43-
|----------------------------------------------------------------------------------------------------------------------------------|
42+
| ![eduardobattisti avatar](https://avatars.githubusercontent.com/u/56602897?s=60&v=4) | ![tiagopapile avatar](https://avatars.githubusercontent.com/u/82596706?s=60&v=4) |
43+
|--------------------------------------------------------------------------------------|----------------------------------------------------------------------------------|
44+
| [eduardobattisti](https://github.com/eduardobattisti) | [tiagopapile](https://github.com/tiagopapile) |

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "woo-pagarme-payments",
3-
"version": "3.1.9",
3+
"version": "3.2.0",
44
"description": "Pagar.me module for Woocommerce",
55
"main": "woo-pagarme-payments.php",
66
"dependencies": {},

readme.txt

+16-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: payments, pagarme, ecommerce, e-commerce, store, sales, sell, shop, cart,
44
Requires at least: 4.1
55
Tested up to: 6.3
66
Requires PHP: 7.1
7-
Stable tag: 3.1.9
7+
Stable tag: 3.2.0
88
License: MIT
99
License URI: https://github.com/pagarme/woocommerce/blob/master/LICENSE
1010

@@ -22,23 +22,31 @@ Nosso processo de instalação é simples e bem detalhado:
2222
== Changelog ==
2323
Lançamos versões regularmente com melhorias, correções e atualizações.
2424

25+
= 3.2.0 (29/01/2024) =
26+
Você pode conferir essas atualizações aqui: [Github](https://github.com/pagarme/woocommerce/releases/tag/3.2.0)
27+
28+
* **Novas implementações:**
29+
* Autonomia na escolha dos métodos de pagamento para Subscriptions
30+
* Parcelamento em até 12x no cartão de crédito para Subscriptions
31+
32+
* **Correções:**
33+
* Erro ao acessar a página de edição de produtos
34+
* Compatibilização com PHP 8.2/8.3
35+
* Erro ao finalizar compra de custo 0
36+
* Campos primeiro nome e sobrenome não obrigatórios
37+
* Falha ao gerar o pedido recorrente por falta de CustomerId
38+
2539
= 3.1.9 (13/12/2023) =
2640
Você pode conferir essas atualizações aqui: [Github](https://github.com/pagarme/woocommerce/releases/tag/3.1.9)
2741

2842
* **Novas implementações:**
29-
* Permitir compras sem endereço
43+
* Permitir compras sem endereço (Apenas com antifraude desabilitado)
3044
* Exibição dos valores das taxas de parcelas de cartão nos pedidos
3145

3246
* **Correções:**
3347
* Código Pix não é copiado
3448
* Colar cartão de crédito em IOS não finaliza o pedido
3549
* Notice do php no bloco de wallets
3650

37-
= 3.1.8 (14/11/2023) =
38-
Você pode conferir essas atualizações aqui: [Github](https://github.com/pagarme/woocommerce/releases/tag/3.1.8)
39-
40-
* **Correções:**
41-
* Mensagem de domínio incorreto
42-
4351
== Upgrade Notice ==
4452
Nosso plugin agora é compatível com Woocommerce Subscriptions

vendor/composer/installed.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php return array(
22
'root' => array(
33
'name' => 'pagarme/woocommerce-pagarme-payments',
4-
'pretty_version' => '3.1.9',
5-
'version' => '3.1.9.0',
4+
'pretty_version' => '3.2.0',
5+
'version' => '3.2.0.0',
66
'reference' => NULL,
77
'type' => 'wordpress-plugin',
88
'install_path' => __DIR__ . '/../../',
@@ -65,8 +65,8 @@
6565
'dev_requirement' => false,
6666
),
6767
'pagarme/woocommerce-pagarme-payments' => array(
68-
'pretty_version' => '3.1.9',
69-
'version' => '3.1.9.0',
68+
'pretty_version' => '3.2.0',
69+
'version' => '3.2.0.0',
7070
'reference' => NULL,
7171
'type' => 'wordpress-plugin',
7272
'install_path' => __DIR__ . '/../../',

woo-pagarme-payments.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
* Plugin Name: Pagar.me module for Woocommerce
4-
* Version: 3.1.9
4+
* Version: 3.2.0
55
* Author: Pagar.me
66
* Author URI: https://pagar.me
77
* License: GPL2

0 commit comments

Comments
 (0)