diff --git a/CHANGELOG.md b/CHANGELOG.md index eceefd91..0770487b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # CHANGELOG +# 1.39.1 +* Fix - Update Benjamin Version [#786](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/786) +* Improvement - Remove require command and use Namespaces [#785](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/785) + # 1.39.0 * Fix - Refactor Payment Gateway [#783](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/783) * Fix - Fix Virtual Product Status [#772](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/772) diff --git a/readme.txt b/readme.txt index d276c93c..f6253a79 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.39.0 +Stable tag: 1.39.1 License: Apache v2.0 License URI: http://www.apache.org/licenses/LICENSE-2.0 @@ -147,6 +147,10 @@ Yes, you can. 4. There you go, you’re all set! == Changelog == += 1.39.1 = +* Fix - Update Benjamin Version [#786](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/786) +* Improvement - Remove require command and use Namespaces [#785](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/785) + = 1.39.0 = * Fix - Refactor Payment Gateway [#783](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/783) * Fix - Fix Virtual Product Status [#772](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/772) diff --git a/tests/woocommerce/cypress.env.json b/tests/woocommerce/cypress.env.json index 9911ea9d..85e51224 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.39.0", + "DEMO_PLATFORM_VERSION": "version=1.39.1", "DEMO_INTEGRATION_KEY": "test_ik_XRsjfeba9c8ibhVv10NUiw" } diff --git a/woocommerce-gateway-ebanx.php b/woocommerce-gateway-ebanx.php index b41c41e5..1e412506 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.39.0 + * Version: 1.39.1 * License: MIT * Text Domain: woocommerce-gateway-ebanx * Domain Path: /languages