Skip to content

Commit

Permalink
release: bump to version 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiano-mallmann committed Jan 15, 2025
1 parent 8b26b29 commit b71a773
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 19 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.4.3",
"version": "3.4.4",
"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.4.3');
wc_pagarme_define('WCMP_VERSION', '3.4.4');
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.4.3",
"version": "3.4.4",
"description": "Pagar.me module for Woocommerce",
"main": "woo-pagarme-payments.php",
"devDependencies": {
Expand Down
28 changes: 13 additions & 15 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.4.3
Stable tag: 3.4.4
License: MIT
License URI: https://github.com/pagarme/woocommerce/blob/master/LICENSE

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

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

* **Correções:**
* Corrige suporte para pagamentos de assinatura em Checkout Blocks;
* Utilização das funções padrões do Woocommerce para retornar dados;
* Padronização de nomeclatura de arquivo utilizando PSR-4;
* Correção de tokenização de cartão quando utilizado autocomplete.

* **Melhorias:**
* Adicionando link para o pedido na Dashboard Pagar.me.

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

Expand All @@ -35,19 +47,5 @@ Você pode conferir essas atualizações aqui: [Github](https://github.com/pagar
* Problema com transação deslogado e assinatura.


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

* **Novas funcionalidades:**
* Adição de identificador da bandeira.

* **Melhorias:**
* Bandeira de Ticket;
* Mudanças em relação ao processo de renovação ao plugin de Subscriptions.

* **Correções:**
* Problema ao importar JS de GooglePay.


== Upgrade Notice ==
Agora é possível transacionar com Ticket
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.4.3
* Version: 3.4.4
* Author: Pagar.me
* Author URI: https://pagar.me
* License: GPL2
Expand Down

0 comments on commit b71a773

Please sign in to comment.