diff --git a/CHANGELOG.md b/CHANGELOG.md index b03dca24..b5f467fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +# 1.34.1 +* Fix - Show value without taxes correctly when flag is disabled +* FIx - Resolved error message on product page for countries without creditcard [#701](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/701) + # 1.34.0 * Feature - Use Benjamin to calculate instalments values [#699](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/699) * Feature - It is now possible to configure different interest rates fees for each country that accepts credit card [#700](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/700) diff --git a/readme.txt b/readme.txt index 84096c6d..52a45d75 100644 --- a/readme.txt +++ b/readme.txt @@ -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.34.0 +Stable tag: 1.34.1 License: Apache v2.0 License URI: http://www.apache.org/licenses/LICENSE-2.0 @@ -148,6 +148,10 @@ Yes, you can. == Changelog == += 1.34.1 = +* Fix - Show value without taxes correctly when flag is disabled +* FIx - Resolved error message on product page for countries without creditcard [#701](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/701) + = 1.34.0 = * Feature - Use Benjamin to calculate instalments values [#699](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/699) * Feature - It is now possible to configure different interest rates fees for each country that accepts credit card [#700](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/700) diff --git a/tests/woocommerce/cypress.env.json b/tests/woocommerce/cypress.env.json index a161f002..56f8dd65 100644 --- a/tests/woocommerce/cypress.env.json +++ b/tests/woocommerce/cypress.env.json @@ -7,6 +7,6 @@ "DEMO_INTEREST_RATE": 37.50, "DEMO_CURRENCY": "USD", "DEMO_PLATFORM": "from_woocommerce", - "DEMO_PLATFORM_VERSION": "version=1.34.0", + "DEMO_PLATFORM_VERSION": "version=1.34.1", "DEMO_INTEGRATION_KEY": "test_ik_XRsjfeba9c8ibhVv10NUiw" } diff --git a/woocommerce-gateway-ebanx.php b/woocommerce-gateway-ebanx.php index e2c54262..681883e5 100644 --- a/woocommerce-gateway-ebanx.php +++ b/woocommerce-gateway-ebanx.php @@ -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.34.0 + * Version: 1.34.1 * License: MIT * Text Domain: woocommerce-gateway-ebanx * Domain Path: /languages