From f04a808fcf963caf56ad6d86613d61c1a1bfc877 Mon Sep 17 00:00:00 2001 From: SparK-Cruz Date: Tue, 28 Mar 2017 14:22:06 -0300 Subject: [PATCH 1/2] Updated template with string key --- woocommerce-gateway-ebanx/templates/instalments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/woocommerce-gateway-ebanx/templates/instalments.php b/woocommerce-gateway-ebanx/templates/instalments.php index 73eca53d..3d25f50e 100644 --- a/woocommerce-gateway-ebanx/templates/instalments.php +++ b/woocommerce-gateway-ebanx/templates/instalments.php @@ -17,7 +17,7 @@ ?> From c204ec7d4a4ea196f13ab7b8e471e9a684a692d4 Mon Sep 17 00:00:00 2001 From: SparK-Cruz Date: Tue, 28 Mar 2017 14:25:43 -0300 Subject: [PATCH 2/2] Version bump --- 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 73b84d85..678cb7c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +# 1.9.1 +* Fix - Fixed translations string keys in instalment template [#402](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/402) + # 1.9.0 * Feature - Advanced options hide when not applicable [#391](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/391) * Feature - Translated my-account credit card section [#398](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/398) diff --git a/woocommerce-gateway-ebanx/readme.txt b/woocommerce-gateway-ebanx/readme.txt index ff2cb568..5593a507 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.9.0 +Stable tag: 1.9.1 License: MIT License URI: https://opensource.org/licenses/MIT @@ -136,6 +136,9 @@ Yes, you can. == Changelog == += 1.9.1 = +* Fix - Fixed translations string keys in instalment template [#402](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/402) + = 1.9.0 = * Feature - Advanced options hide when not applicable [#391](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/391) * Feature - Translated my-account credit card section [#398](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/398) diff --git a/woocommerce-gateway-ebanx/woocommerce-gateway-ebanx.php b/woocommerce-gateway-ebanx/woocommerce-gateway-ebanx.php index 3e337619..3696a269 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.9.0 + * Version: 1.9.1 * License: MIT * Text Domain: woocommerce-gateway-ebanx * Domain Path: /languages @@ -40,7 +40,7 @@ class WC_EBANX * * @var string */ - const VERSION = '1.9.0'; + const VERSION = '1.9.1'; const DIR = __FILE__;