diff --git a/CHANGELOG.md b/CHANGELOG.md index 789b9e8f..28b6bd4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -# 1.11.1 +# 1.11.2 * Fix - Fixed translation paths [#462](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/462) * Fix - Fixed converted value message when instalments is changed [#462](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/462) * Fix - Fixed problems with newer version of WooCommerce [#462](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/462) diff --git a/woocommerce-gateway-ebanx/assets/js/credit-card.js b/woocommerce-gateway-ebanx/assets/js/credit-card.js index be79037b..5c7be93f 100644 --- a/woocommerce-gateway-ebanx/assets/js/credit-card.js +++ b/woocommerce-gateway-ebanx/assets/js/credit-card.js @@ -191,7 +191,7 @@ jQuery( function($) { var country = self.attr('data-country'); var amount = self.attr('data-amount'); var currency = self.attr('data-currency'); - var text = self.parents('.payment_box').find('.ebanx-payment-converted-amount p'); + var text = self.parents('.payment_box').find('.ebanx-payment-converted-amount span'); var spinner = self.parents('.payment_box').find('.ebanx-spinner'); spinner.fadeIn(); diff --git a/woocommerce-gateway-ebanx/readme.txt b/woocommerce-gateway-ebanx/readme.txt index d12cf31f..f756d600 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.11.1 +Stable tag: 1.11.2 License: MIT License URI: https://opensource.org/licenses/MIT @@ -136,7 +136,7 @@ Yes, you can. == Changelog == -== 1.11.1 == +== 1.11.2 == * Fix - Fixed translation paths [#462](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/462) * Fix - Fixed converted value message when instalments is changed [#462](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/462) * Fix - Fixed problems with newer version of WooCommerce [#462](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/462) diff --git a/woocommerce-gateway-ebanx/woocommerce-gateway-ebanx.php b/woocommerce-gateway-ebanx/woocommerce-gateway-ebanx.php index de616c6c..9822d640 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.11.1 + * Version: 1.11.2 * License: MIT * Text Domain: woocommerce-gateway-ebanx * Domain Path: /languages