Skip to content

Commit 6fbb528

Browse files
committed
Version 1.6.4
Compatible with PHP 8.0+
1 parent b2789b1 commit 6fbb528

9 files changed

+1591
-1588
lines changed

gourl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ public function page_summary()
773773
$tmp .= "<br><br><br><br><br><br><br>";
774774
$tmp .= "<div class='gourltitle'>7. ".__('GoUrl Contacts', GOURL)."</div>";
775775

776-
$btc = "1KPBVmXLeY6MCDMPJfKHcTnf4P2SW3b46U";
776+
$btc = "16oxamUoh6zwLgFUoADkr5KnNC6mTbBbsj";
777777
$bch = "15ZGAHwvwDiDhoDZtFjF3j5c5cpF8KFLZY";
778778
$bsv = "17wDBhNE2syKCtUyFoFaLU4QVbtXG514Z3";
779779
$ltc = "LarmyXoQpydpUCYHx9DZeYoxcQ4YzMfHDt";
@@ -6116,7 +6116,7 @@ public function callback_parse_request()
61166116
/*
61176117
* 75. Bitcoin Payments with Any Other Wordpress Plugins
61186118
*/
6119-
public function cryptopayments ($pluginName, $amount, $amountLabel = "USD", $orderID, $period, $default_language = "en", $default_coin = "bitcoin", $affiliate_key = "", $userID = "auto", $icon_width = 60, $emultiplier = 1, $additional_options = array())
6119+
public function cryptopayments ($pluginName, $amount, $amountLabel = "USD", $orderID = "", $period = "", $default_language = "en", $default_coin = "bitcoin", $affiliate_key = "", $userID = "auto", $icon_width = 60, $emultiplier = 1, $additional_options = array())
61206120
{
61216121

61226122
// Security Test

gourl_wordpress.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: GoUrl Bitcoin Payment Gateway & Paid Downloads & Membership
44
Plugin URI: https://gourl.io/bitcoin-wordpress-plugin.html
55
Description: Official <a href="https://gourl.io">GoUrl.io</a> 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.
6-
Version: 1.6.3
6+
Version: 1.6.4
77
Author: GoUrl.io
88
Author URI: https://gourl.io
99
WC requires at least: 2.1.0
@@ -33,7 +33,7 @@
3333

3434
DEFINE('GOURL', "gourl");
3535
DEFINE('GOURL_PREVIEW', "gourladmin");
36-
DEFINE('GOURL_VERSION', "1.6.3");
36+
DEFINE('GOURL_VERSION', "1.6.4");
3737
DEFINE('GOURL_ADMIN', admin_url("admin.php?page="));
3838
DEFINE('GOURL_DIR', $dir_arr["basedir"]."/".GOURL.'/');
3939
DEFINE('GOURL_DIR2', $dir_arr["baseurl"]."/".GOURL.'/');

0 commit comments

Comments
 (0)