From 09e3386c7b93e718239e8e9f19e8aa05e25081bd Mon Sep 17 00:00:00 2001 From: Cezar Luiz Date: Mon, 27 Mar 2017 13:11:02 -0300 Subject: [PATCH] Updated versions to 1.8.1 --- CHANGELOG.md | 3 +++ woocommerce-gateway-ebanx/readme.txt | 5 ++++- woocommerce-gateway-ebanx/woocommerce-gateway-ebanx.php | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edd80bb8..3bf5c0da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +# 1.8.1 +* Fix - Fixed instalment reading on checkout [#393](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/393) + # 1.8.0 * Feature - Hide irrelevant fields and group fields by country on EBANX Settings page [#373](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/373) * Feature - Added new payment gateway Baloto (Colombia) [#371](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/371) diff --git a/woocommerce-gateway-ebanx/readme.txt b/woocommerce-gateway-ebanx/readme.txt index 5d1c657d..708702fc 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, baloto, cash payment, local payment one-click payment, installments, alternative payments, accept more payments Requires at least: 4.0 Tested up to: 4.7 -Stable tag: 1.8.0 +Stable tag: 1.8.1 License: MIT License URI: https://opensource.org/licenses/MIT @@ -136,6 +136,9 @@ Yes, you can. == Changelog == += 1.8.1 = +* Fix - Fixed instalment reading on checkout [#393](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/393) + = 1.8.0 = * Feature - Hide irrelevant fields and group fields by country on EBANX Settings page [#373](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/373) * Feature - Added new payment gateway Baloto (Colombia) [#371](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/371) diff --git a/woocommerce-gateway-ebanx/woocommerce-gateway-ebanx.php b/woocommerce-gateway-ebanx/woocommerce-gateway-ebanx.php index 199cf4c2..809df45d 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.8.0 + * Version: 1.8.1 * License: MIT * Text Domain: woocommerce-gateway-ebanx * Domain Path: /languages @@ -40,7 +40,7 @@ class WC_EBANX * * @var string */ - const VERSION = '1.8.0'; + const VERSION = '1.8.1'; const DIR = __FILE__;