Skip to content

Commit

Permalink
Version 1.6.4
Browse files Browse the repository at this point in the history
Compatible with PHP 8.0+
  • Loading branch information
cryptoapi committed Feb 2, 2021
1 parent b2789b1 commit 6fbb528
Show file tree
Hide file tree
Showing 9 changed files with 1,591 additions and 1,588 deletions.
4 changes: 2 additions & 2 deletions gourl.php
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ public function page_summary()
$tmp .= "<br><br><br><br><br><br><br>";
$tmp .= "<div class='gourltitle'>7. ".__('GoUrl Contacts', GOURL)."</div>";

$btc = "1KPBVmXLeY6MCDMPJfKHcTnf4P2SW3b46U";
$btc = "16oxamUoh6zwLgFUoADkr5KnNC6mTbBbsj";
$bch = "15ZGAHwvwDiDhoDZtFjF3j5c5cpF8KFLZY";
$bsv = "17wDBhNE2syKCtUyFoFaLU4QVbtXG514Z3";
$ltc = "LarmyXoQpydpUCYHx9DZeYoxcQ4YzMfHDt";
Expand Down Expand Up @@ -6116,7 +6116,7 @@ public function callback_parse_request()
/*
* 75. Bitcoin Payments with Any Other Wordpress Plugins
*/
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())
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())
{

// Security Test
Expand Down
4 changes: 2 additions & 2 deletions gourl_wordpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: GoUrl Bitcoin Payment Gateway & Paid Downloads & Membership
Plugin URI: https://gourl.io/bitcoin-wordpress-plugin.html
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.
Version: 1.6.3
Version: 1.6.4
Author: GoUrl.io
Author URI: https://gourl.io
WC requires at least: 2.1.0
Expand Down Expand Up @@ -33,7 +33,7 @@

DEFINE('GOURL', "gourl");
DEFINE('GOURL_PREVIEW', "gourladmin");
DEFINE('GOURL_VERSION', "1.6.3");
DEFINE('GOURL_VERSION', "1.6.4");
DEFINE('GOURL_ADMIN', admin_url("admin.php?page="));
DEFINE('GOURL_DIR', $dir_arr["basedir"]."/".GOURL.'/');
DEFINE('GOURL_DIR2', $dir_arr["baseurl"]."/".GOURL.'/');
Expand Down
Loading

0 comments on commit 6fbb528

Please sign in to comment.