Skip to content

Commit

Permalink
feat: update plugin version (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateus-picoloto authored Dec 13, 2023
1 parent cf04fd7 commit 155ee5b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 15 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.1.8",
"version": "3.1.9",
"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.1.8');
wc_pagarme_define('WCMP_VERSION', '3.1.9');
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.1.8",
"version": "3.1.9",
"description": "Pagar.me module for Woocommerce",
"main": "woo-pagarme-payments.php",
"dependencies": {},
Expand Down
24 changes: 13 additions & 11 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.1.8
Stable tag: 3.1.9
License: MIT
License URI: https://github.com/pagarme/woocommerce/blob/master/LICENSE

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

= 3.1.8 (14/11/2023) =
Você pode conferir essas atualizações aqui: [Github](https://github.com/pagarme/woocommerce/releases/tag/3.1.8)
= 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
* Exibição dos valores das taxas de parcelas de cartão nos pedidos

* **Correções:**
* Mensagem de domínio incorreto
* 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

= 3.1.7 (07/11/2023) =
Você pode conferir essas atualizações aqui: [Github](https://github.com/pagarme/woocommerce/releases/tag/3.1.7)
= 3.1.8 (14/11/2023) =
Você pode conferir essas atualizações aqui: [Github](https://github.com/pagarme/woocommerce/releases/tag/3.1.8)

* **Correções:**
* Falha ao renovar pedido manualmente com cartão de crédito.
* Falha na validação do cartão de crédito ao trocar meio de entrega.
* Alto uso de memória no recebimento de webhook de Charge.
* Falha na visualização do parcelamento para 2 cartões de crédito
* Pedidos com reembolso na charge exibem erro no admin
* Mensagem de domínio incorreto

== Upgrade Notice ==
Nosso plugin agora é compatível com Woocommerce Subscriptions
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.1.8
* Version: 3.1.9
* Author: Pagar.me
* Author URI: https://pagar.me
* License: GPL2
Expand Down

0 comments on commit 155ee5b

Please sign in to comment.