Skip to content

Commit

Permalink
build: update version (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateus-picoloto authored Jan 30, 2024
1 parent 061d73d commit bb5b52b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 21 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.2.0",
"version": "3.2.1",
"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.2.0');
wc_pagarme_define('WCMP_VERSION', '3.2.1');
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.2.0",
"version": "3.2.1",
"description": "Pagar.me module for Woocommerce",
"main": "woo-pagarme-payments.php",
"dependencies": {},
Expand Down
20 changes: 7 additions & 13 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: payments, pagarme, ecommerce, e-commerce, store, sales, sell, shop, cart,
Requires at least: 4.1
Tested up to: 6.3
Requires PHP: 7.1
Stable tag: 3.2.0
Stable tag: 3.2.1
License: MIT
License URI: https://github.com/pagarme/woocommerce/blob/master/LICENSE

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

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

* **Correções:**
* Parcelamento de cartão de crédito

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

Expand All @@ -37,17 +43,5 @@ Você pode conferir essas atualizações aqui: [Github](https://github.com/pagar
* Falha ao gerar o pedido recorrente por falta de CustomerId
* Redução duplicada de estoque - @tiagopapile

= 3.1.9 (13/12/2023) =
Você pode conferir essas atualizações aqui: [Github](https://github.com/pagarme/woocommerce/releases/tag/3.1.9)

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

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

== Upgrade Notice ==
Nosso plugin agora é compatível com Woocommerce Subscriptions
8 changes: 4 additions & 4 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array(
'root' => array(
'name' => 'pagarme/woocommerce-pagarme-payments',
'pretty_version' => '3.2.0',
'version' => '3.2.0.0',
'pretty_version' => '3.2.1',
'version' => '3.2.1.0',
'reference' => NULL,
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
Expand Down Expand Up @@ -65,8 +65,8 @@
'dev_requirement' => false,
),
'pagarme/woocommerce-pagarme-payments' => array(
'pretty_version' => '3.2.0',
'version' => '3.2.0.0',
'pretty_version' => '3.2.1',
'version' => '3.2.1.0',
'reference' => NULL,
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
Expand Down
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 module for Woocommerce
* Version: 3.2.0
* Version: 3.2.1
* Author: Pagar.me
* Author URI: https://pagar.me
* License: GPL2
Expand Down

0 comments on commit bb5b52b

Please sign in to comment.