diff --git a/CHANGELOG.md b/CHANGELOG.md index 074a3119..36279c4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 1.2.3 +* Fix - Checkout manager field for person type selecting in Brasil value is now respected [#323](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/323) + ## 1.2.2 * Fix - Chceckout manager fields are no longer mandatory when activated [#320](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/320) diff --git a/woocommerce-gateway-ebanx/readme.txt b/woocommerce-gateway-ebanx/readme.txt index 67af817a..c4567aa0 100644 --- a/woocommerce-gateway-ebanx/readme.txt +++ b/woocommerce-gateway-ebanx/readme.txt @@ -3,7 +3,7 @@ Contributors: ebanxwp Tags: credit card, boleto, ebanx, woocommerce, approval rate, conversion rate, brazil, mexico, peru, colombia, chile, oxxo, cash payment, local payment one-click payment, installments, alternative payments, accept more payments Requires at least: 3.7 Tested up to: 4.7 -Stable tag: 1.2.2 +Stable tag: 1.2.3 License: MIT License URI: https://opensource.org/licenses/MIT @@ -114,7 +114,10 @@ The [Developer’s Academy](https://www.ebanx.com/business/en/developers/integra == Changelog == -* 1.2.2 = += 1.2.3 = +* Fix - Checkout manager field for person type selecting in Brasil value is now respected [#323](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/323) + += 1.2.2 = * Fix - Chceckout manager fields are no longer mandatory when activated [#320](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/320) = 1.2.1 = diff --git a/woocommerce-gateway-ebanx/woocommerce-gateway-ebanx.php b/woocommerce-gateway-ebanx/woocommerce-gateway-ebanx.php index 629765cb..6490f8c7 100644 --- a/woocommerce-gateway-ebanx/woocommerce-gateway-ebanx.php +++ b/woocommerce-gateway-ebanx/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.2.2 + * Version: 1.2.3 * License: MIT * Text Domain: woocommerce-gateway-ebanx * Domain Path: /languages @@ -35,7 +35,7 @@ class WC_EBANX * * @var string */ - const VERSION = '1.2.2'; + const VERSION = '1.2.3'; const DIR = __FILE__;