diff --git a/gourl.php b/gourl.php
index 688664e..26913f9 100644
--- a/gourl.php
+++ b/gourl.php
@@ -1292,9 +1292,9 @@ public function page_settings()
foreach ($this->coin_names as $k => $v)
{
$v2 = ucfirst($v);
- if ($v2 == "Bitcoincash") $v2 = "Bitcoin Cash ABC";
+ if ($v2 == "Bitcoincash") $v2 = "Bitcoin Cash BCH";
if ($v2 == "Bitcoinsv") $v2 = "Bitcoin SV";
- if ($k == "BCH") $k .= "/BCHABC";
+ if ($k == "BCH") $k .= "/BCHN";
if ($k == "BSV") $k .= "/BCHSV";
$tmp .= '
'.$v2.' '.__('Payments', GOURL).':
| ';
@@ -8677,5 +8677,5 @@ function gourl_altcoin_btc_price ($altcoin, $interval = 1)
}
- return 0;
+ return 0;
}
diff --git a/gourl_wordpress.php b/gourl_wordpress.php
index a8c4109..c3aec49 100644
--- a/gourl_wordpress.php
+++ b/gourl_wordpress.php
@@ -3,7 +3,7 @@
Plugin Name: GoUrl Bitcoin Payment Gateway & Paid Downloads & Membership
Plugin URI: https://gourl.io/bitcoin-wordpress-plugin.html
Description: Official GoUrl.io Bitcoin Payment Gateway for Wordpress. White Label Solution. Provides bitcoin/altcoin payment gateways for - WooCommerce, Paid Memberships Pro, bbPress, Give Donations, Pay-Per-View, Pay-Per-Download, etc. Accept Bitcoin, BitcoinCash, BitcoinSV, Litecoin, Dash, Dogecoin, etc payments online. No Chargebacks, Global, Secure. All in automatic mode.
-Version: 1.6.2
+Version: 1.6.3
Author: GoUrl.io
Author URI: https://gourl.io
WC requires at least: 2.1.0
@@ -33,7 +33,7 @@
DEFINE('GOURL', "gourl");
DEFINE('GOURL_PREVIEW', "gourladmin");
-DEFINE('GOURL_VERSION', "1.6.2");
+DEFINE('GOURL_VERSION', "1.6.3");
DEFINE('GOURL_ADMIN', admin_url("admin.php?page="));
DEFINE('GOURL_DIR', $dir_arr["basedir"]."/".GOURL.'/');
DEFINE('GOURL_DIR2', $dir_arr["baseurl"]."/".GOURL.'/');
diff --git a/images/bitcoincash.png b/images/bitcoincash.png
index 4556330..952d044 100644
Binary files a/images/bitcoincash.png and b/images/bitcoincash.png differ
diff --git a/images/bitcoincash2.png b/images/bitcoincash2.png
index 068b9e0..08a6aaa 100644
Binary files a/images/bitcoincash2.png and b/images/bitcoincash2.png differ
diff --git a/images/coins/bitcoincash.png b/images/coins/bitcoincash.png
index 4556330..952d044 100644
Binary files a/images/coins/bitcoincash.png and b/images/coins/bitcoincash.png differ
diff --git a/images/coins/bitcoincash2.png b/images/coins/bitcoincash2.png
index 068b9e0..08a6aaa 100644
Binary files a/images/coins/bitcoincash2.png and b/images/coins/bitcoincash2.png differ
diff --git a/includes/cryptobox.callback.php b/includes/cryptobox.callback.php
index 72e0af2..b500b12 100644
--- a/includes/cryptobox.callback.php
+++ b/includes/cryptobox.callback.php
@@ -11,7 +11,7 @@
* @copyright 2014-2020 Delta Consultants
* @category Libraries
* @website https://gourl.io
- * @version 2.2.1
+ * @version 2.2.2
*
*
* This file processes call-backs from Cryptocoin Payment Box server when new payment
@@ -150,6 +150,6 @@
$box_status = "Only POST Data Allowed";
- echo $box_status; // don't delete it
+ echo $box_status; // don't delete it
?>
diff --git a/includes/cryptobox.class.php b/includes/cryptobox.class.php
index 647369c..1f57b93 100644
--- a/includes/cryptobox.class.php
+++ b/includes/cryptobox.class.php
@@ -15,7 +15,7 @@
* @example https://gourl.io/lib/examples/example_customize_box.php <----
* @gitHub https://github.com/cryptoapi/Payment-Gateway
* @license Free GPLv2
- * @version 2.2.1
+ * @version 2.2.2
*
*
* CLASS CRYPTOBOX - LIST OF METHODS:
@@ -82,7 +82,7 @@
elseif (!defined('ABSPATH')) exit; // Wordpress
-define("CRYPTOBOX_VERSION", "2.2.1");
+define("CRYPTOBOX_VERSION", "2.2.2");
// GoUrl supported crypto currencies
define("CRYPTOBOX_COINS", json_encode(array('bitcoin', 'bitcoincash', 'bitcoinsv', 'litecoin', 'dash', 'dogecoin', 'speedcoin', 'reddcoin', 'potcoin', 'feathercoin', 'vertcoin', 'peercoin', 'monetaryunit', 'universalcurrency')));
diff --git a/js/_source/cryptobox.js b/js/_source/cryptobox.js
index 1e53f2f..e75b3c5 100644
--- a/js/_source/cryptobox.js
+++ b/js/_source/cryptobox.js
@@ -4,7 +4,7 @@
* @category Javascript
* @website https://gourl.io
* @api https://gourl.io/api.html
- * @version 2.2.1
+ * @version 2.2.2
*/
/**
diff --git a/js/_source/support.js b/js/_source/support.js
index 99aee0e..949dc4c 100644
--- a/js/_source/support.js
+++ b/js/_source/support.js
@@ -4,7 +4,7 @@
* @category Javascript
* @website https://gourl.io
* @api https://gourl.io/api.html
- * @version 2.2.1
+ * @version 2.2.2
*/
/**
diff --git a/readme.md b/readme.md
index 116570c..d89a177 100644
--- a/readme.md
+++ b/readme.md
@@ -2,7 +2,7 @@
GoUrl Bitcoin Payment Gateway & Paid Downloads & Membership
-----------------------------------------------------------
-Version 1.6.2
+Version 1.6.3
**GoUrl Official Bitcoin/Altcoin Payment Gateway for Wordpress 3.5 or higher version**
@@ -16,8 +16,8 @@ Accept Bitcoin, BitcoinCash, BitcoinSV, Litecoin, Dash, Dogecoin, Speedcoin, Red
* Screenshots - [https://gourl.io/bitcoin-wordpress-plugin.html#screenshot](https://gourl.io/bitcoin-wordpress-plugin.html#screenshot)
* Instruction - [https://tishonator.com/blog/how-to-add-bitcoin-payment-to-your-woocommerce-store](https://tishonator.com/blog/how-to-add-bitcoin-payment-to-your-woocommerce-store)
* Requires at least: 3.5
-* Tested up to: 5.5
-* Stable Tag: 1.6.2
+* Tested up to: 5.6
+* Stable Tag: 1.6.3
* License: GNU Version 2 or Any Later Version
diff --git a/readme.txt b/readme.txt
index 70e2d0e..bc8e3f3 100644
--- a/readme.txt
+++ b/readme.txt
@@ -5,8 +5,8 @@ Plugin URI: https://gourl.io/bitcoin-wordpress-plugin.html
Author URI: https://gourl.io
Tags: bitcoin, accept bitcoin, bitcoin payments, bitcoin woocommerce, bitcoin wordpress plugin, bitcoin wordpress, bitcoin payments, bitcoincash, bitcoin cash, bitcoin sv, bitcoins, affiliate program, cryptocurrency, affiliates, altcoins, bitpay, paid memberships pro, pmpro, paid membership, btc, marketpress, coinbase, e-commerce, content protection, access-control, credit cards, currency, payment, dash, digital downloads, dogecoin, donation, downloads, e-downloads, e-store, easy digital downloads, ecommerce, feathercoin, universalcurrency, file download, gateway, gourl, litecoin, membership, paid content, payment gateway, paypal, potcoin, protection, reddcoin, registration, restrict access, restrict content, speedcoin, subscription, usd, vertcoin, virtual currency, jigoshop, woocommerce, authorize, shop, wp e-commerce, appthemes, classipress, vantage, jobroller, clipper, taskerr, hirebee, ideas, quality control, akismet, bbpress, buddypress, discussion, forums, forum, bitcoin donations, bitcoin donation, charity, churches, crowdfunding, donate, donation, donations, fundraiser, fundraising, gifts, giving, non-profit, nonprofit, paypal, stripe, give, wordpress donations, bitcoin, payments, payment gateway, digital downloads, download, downloads, e-commerce, e-downloads, e-store, ecommerce, eshop, selling, wp ecommerce, edd, easy digital downloads, litecoin, dogecoin, dash, speedcoin, vertcoin, reddcoin, feathercoin, potcoin, monetaryunit, peercoin, white label
Requires at least: 3.5
-Tested up to: 5.5
-Stable Tag: 1.6.2
+Tested up to: 5.6
+Stable Tag: 1.6.3
License: GNU Version 2 or Any Later Version
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -180,6 +180,9 @@ Yes, we offer [Free Technical Support](https://gourl.io/view/contact/Contact_Us.
== Changelog ==
+= 1.6.3 =
+Support Bitcoin Cash BCHN - https://bitcoincashnode.org
+
= 1.6.2 =
Support GoUrl IPN test data
@@ -365,4 +368,4 @@ Add Pay-Per-Product, Pay-Per-Membership
= 1.0.0 =
This is the first version of GoUrl Bitcoin Payment Gateway & Paid Downloads & Membership Plugin
-
\ No newline at end of file
+
\ No newline at end of file
---|