Skip to content

Commit

Permalink
build(change-log): v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
criskell committed Oct 19, 2023
1 parent f759e60 commit bed73a3
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 4 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
#### 2.10.0 (2023-10-19)

##### Build System / Dependencies

* **deps-dev:**
* bump @types/jquery from 3.5.22 to 3.5.24 (#1293) (f759e60c)
* bump @types/react-dom from 18.2.13 to 18.2.14 (#1294) (b0b23054)
* bump @types/koa from 2.13.9 to 2.13.10 (#1287) (1bddb454)
* bump @types/styled-components from 5.1.28 to 5.1.29 (#1291) (0ae91ef3)
* bump @types/uuid from 9.0.5 to 9.0.6 (#1292) (e25a24a4)
* bump @types/styled-system from 5.1.19 to 5.1.20 (#1290) (a3e00158)
* bump @types/qrcode.react from 1.0.3 to 1.0.4 (#1289) (ef7dc279)
* bump @types/webpack-plugin-serve from 1.4.3 to 1.4.4 (#1288) (8a1a8704)
* bump @types/isomorphic-fetch from 0.0.37 to 0.0.38 (#1285) (ef18ce8c)
* bump @types/rebass from 4.0.11 to 4.0.12 (#1286) (7b9fd957)
* bump @types/koa-static from 4.0.2 to 4.0.3 (#1284) (a6e4c0d2)
* bump @types/hard-source-webpack-plugin (#1283) (600fa163)
* bump @types/dotenv-safe from 8.1.3 to 8.1.4 (#1278) (d83c96fd)
* bump @types/dotenv-webpack from 7.0.4 to 7.0.6 (#1277) (5ed54ea2)
* bump @types/core-js from 2.5.6 to 2.5.7 (#1276) (42a4581a)
* bump @types/babel__core from 7.20.2 to 7.20.3 (#1275) (0d8a2b32)
* bump esbuild from 0.19.4 to 0.19.5 (#1274) (34a74d81)
* **change-log:** v2.9.1 (#1273) (572c835f)

##### Chores

* **pack:** add pix crediary gateway to packer script (#1280) (5fe11b74)

##### New Features

* **payment-gateway:** add pix crediary (#1279) (54378e8a)

##### Bug Fixes

* **settings:**
* improve crediary description (#1282) (19a78ba3)
* disable temporarily 1click (#1281) (7d9340f8)

#### 2.9.1 (2023-10-17)

#### 2.9.0 (2023-10-09)
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": "woocommerce-openpix",
"version": "2.9.1",
"version": "2.10.0",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-export-default-from": "7.22.17",
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: woocommerce, openpix, payment
Requires at least: 4.0
Tested up to: 6.1.1
Requires PHP: 5.6
Stable tag: 2.9.1
Stable tag: 2.10.0
License: GPLv2 or later
License URI: <http://www.gnu.org/licenses/gpl-2.0.html>

Expand Down Expand Up @@ -89,6 +89,10 @@ Se precisar falar com nosso time, acesse o chat disponível em nosso site.

== Changelog ==

= 2.10.0 - 2023-10-19 =

* Adicionar novo método de pagamento com Pix Crediário.

= 2.9.1 - 2023-10-17 =

* Adicionar novos parâmetros `order_id` e `key` na URL durante o redirecionamento quando uma cobrança for paga.
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-openpix.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Aceite pagamentos Pix em com atualização em tempo real, checkout transparente e atualização automática de status do pedido.
* Author: OpenPix
* Author URI: https://openpix.com.br/
* Version: 2.9.1
* Version: 2.10.0
* Text Domain: woocommerce-openpix
* WC tested up to: 7.6.0
* @package WooCommerce_OpenPix
Expand Down Expand Up @@ -34,7 +34,7 @@ function woocommerce_openpix_init()

class WC_OpenPix
{
const VERSION = '2.9.1';
const VERSION = '2.10.0';

protected static $instance = null;

Expand Down

0 comments on commit bed73a3

Please sign in to comment.