Skip to content

Commit

Permalink
Merge pull request #565 from ebanx/staging/v1.20.0
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
Anderson Campanha committed Sep 25, 2017
2 parents 1310e76 + 2bc1e56 commit b03192a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

# 1.20.0
* Feature - Dashboard lead links update to Dashboard v2 [#564](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/564)

# 1.19.0
* Feature - Credit Card refusal message and detailed log [#560](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/560)
* Feature - Removed Birth Date from checkout form [#561](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/561)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ msgstr ""
#: gateways/class-wc-ebanx-global-gateway.php:113
msgid ""
"You can obtain the integration keys in the settings section, logging in to "
"the <a href=\"https://www.ebanx.com/business/en/dashboard\">EBANX Dashboard."
"the <a href=\"https://dashboard.ebanx.com\">EBANX Dashboard."
"</a>"
msgstr ""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ msgstr "Integração"
#: gateways/class-wc-ebanx-global-gateway.php:118
msgid ""
"You can obtain the integration keys in the settings section, logging in to "
"the <a href=\"https://www.ebanx.com/business/en/dashboard\">EBANX Dashboard."
"the <a href=\"https://dashboard.ebanx.com\">EBANX Dashboard."
"</a>"
msgstr ""
"Você pode obter as chaves de integração na seção \"Settings\", fazendo log "
"in no <a href=\"https://www.ebanx.com/business/en/dashboard\">EBANX "
"in no <a href=\"https://dashboard.ebanx.com\">EBANX "
"Dashboard.</a>"

#: gateways/class-wc-ebanx-global-gateway.php:121
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ msgstr ""
#: gateways/class-wc-ebanx-global-gateway.php:113
msgid ""
"You can obtain the integration keys in the settings section, logging in to "
"the <a href=\"https://www.ebanx.com/business/en/dashboard\">EBANX Dashboard."
"the <a href=\"https://dashboard.ebanx.com\">EBANX Dashboard."
"</a>"
msgstr ""

Expand Down
7 changes: 5 additions & 2 deletions woocommerce-gateway-ebanx/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.19.0
Stable tag: 1.20.0
License: Apache v2.0
License URI: http://www.apache.org/licenses/LICENSE-2.0

Expand Down Expand Up @@ -77,7 +77,7 @@ To install the plugin manually, download our plugin and upload it to your web se

The EBANX Gateway Plugin can also be installed using GitHub. You can find our repository [here](https://github.com/ebanx/checkout-woocommerce/ "EBANX GitHub repository"). To download the plugin from our repository, please view [our latest release](https://github.com/ebanx/woocommerce-gateway-ebanx/releases/latest "Latest Release from GitHub repository") and download the `woocommerce-gateway-ebanx.zip` package.

Still need your API Keys? You can pick those up [here](https://www.ebanx.com/business/en/dashboard "EBANX API keys").
Still need your API Keys? You can pick those up [here](https://dashboard.ebanx.com "EBANX API keys").

== Frequently Asked Questions ==

Expand Down Expand Up @@ -136,6 +136,9 @@ Yes, you can.

== Changelog ==

= 1.20.0 =
* Feature - Dashboard lead links update to Dashboard v2 [#564](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/564)

= 1.19.0 =
* Feature - Credit Card refusal message and detailed log [#560](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/560)
* Feature - Removed Birth Date from checkout form [#561](https://github.com/ebanx/woocommerce-gateway-ebanx/pull/561)
Expand Down
8 changes: 4 additions & 4 deletions woocommerce-gateway-ebanx/woocommerce-gateway-ebanx.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.19.0
* Version: 1.20.0
* License: MIT
* Text Domain: woocommerce-gateway-ebanx
* Domain Path: /languages
Expand Down Expand Up @@ -307,7 +307,7 @@ public static function save_merchant_infos() {
return;
}

$url = 'https://www.ebanx.com/business/en/dashboard/api/lead';
$url = 'https://dashboard.ebanx.com/api/lead';
$args = array(
'body' => array(
'lead' => array(
Expand Down Expand Up @@ -354,7 +354,7 @@ public function on_save_settings() {
* @return void
*/
public function update_lead() {
$url = 'https://www.ebanx.com/business/en/dashboard/api/lead';
$url = 'https://dashboard.ebanx.com/api/lead';
$lead_id = get_option('_ebanx_lead_id');

$args = array(
Expand Down Expand Up @@ -699,7 +699,7 @@ public function ebanx_admin_order_details ($order) {
'payment_hash' => $payment_hash,
'payment_checkout_url' => get_post_meta($order->id, '_ebanx_checkout_url', true),
'is_sandbox_mode' => $this->is_sandbox_mode,
'dashboard_link' => "http://dashboard.ebanx.com/" . ($this->is_sandbox_mode ? 'test/' : '') . "payments/?hash=$payment_hash"
'dashboard_link' => "https://dashboard.ebanx.com/" . ($this->is_sandbox_mode ? 'test/' : '') . "payments/?hash=$payment_hash"
),
'woocommerce/ebanx/',
WC_EBANX::get_templates_path()
Expand Down

0 comments on commit b03192a

Please sign in to comment.