Skip to content

Commit

Permalink
[tests skip] Version bump (1.30.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anderson Campanha committed May 7, 2018
1 parent 464e427 commit 2c1df00
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

# 1.31.0
* Feature - Use Benjamin to decide if a gateway should be visible on checkout [#675](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/675)
* Fix - Complete payment status of downloadable products no longer overriden [#677](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/677)

# 1.30.0
* Feature - Force document on Argentina to have 11 digits [#670](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/670)
* Fix - Corrected bug that made some thank you pages to render html tags as texts [#671](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/671)
Expand Down
16 changes: 10 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: ebanxwp
Tags: credit card, boleto, ebanx, woocommerce, payment gateway, latin america, brazil, mexico, argentina, peru, colombia, chile, ecuador, cash payment, local payment, card payment, one-click payment, alternative payments, payment processing
Requires at least: 4.0
Tested up to: 4.9
Stable tag: 1.30.0
Stable tag: 1.31.0
License: Apache v2.0
License URI: http://www.apache.org/licenses/LICENSE-2.0

Expand Down Expand Up @@ -148,23 +148,27 @@ Yes, you can.

== Changelog ==

# 1.30.0
= 1.31.0 =
* Feature - Use Benjamin to decide if a gateway should be visible on checkout [#675](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/675)
* Fix - Complete payment status of downloadable products no longer overriden [#677](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/677)

= 1.30.0 =
* Feature - Force document on Argentina to have 11 digits [#670](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/670)
* Fix - Corrected bug that made some thank you pages to render html tags as texts [#671](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/671)
* Fix - Only send leads to EBANX on this plugin update to avoid errors [#672](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/672)
* Fix - Set payment as complete also on notification arrival [#673](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/673)

# 1.29.3
= 1.29.3 =
* Fix - get_country on null and min_instalment_value_ not defined bug [#669](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/669)

# 1.29.2
= 1.29.2 =
* Fix - Runtime exception warning [#663](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/663)

# 1.29.1
= 1.29.1 =
* Fix - Removed flush_rewrite from logs persistence step [#660](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/660)
* Fix - Restructured logs table [#661](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/661)

# 1.29.0
= 1.29.0 =
* Feature - WC Subscriptions support [#594](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/594)
* Feature - Logging request data for debugging purposes [#627](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/627)
* Feature - Use benjamin EBANX's new SDK to make requests [#652](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/652)
Expand Down
2 changes: 1 addition & 1 deletion tests/woocommerce/cypress.env.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"DEMO_INTEREST_RATE": 37.50,
"DEMO_CURRENCY": "USD",
"DEMO_PLATFORM": "from_woocommerce",
"DEMO_PLATFORM_VERSION": "version=1.30.0",
"DEMO_PLATFORM_VERSION": "version=1.31.0",
"DEMO_INTEGRATION_KEY": "test_ik_XRsjfeba9c8ibhVv10NUiw"
}
2 changes: 1 addition & 1 deletion woocommerce-gateway-ebanx.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Offer Latin American local payment methods & increase your conversion rates with the solution used by AliExpress, AirBnB and Spotify in Brazil.
* Author: EBANX
* Author URI: https://www.ebanx.com/business/en
* Version: 1.30.0
* Version: 1.31.0
* License: MIT
* Text Domain: woocommerce-gateway-ebanx
* Domain Path: /languages
Expand Down

0 comments on commit 2c1df00

Please sign in to comment.