Skip to content

Commit 72884e6

Browse files
author
cryptoapi
committed
version 1.6.6
Update QrCode
1 parent 688ed46 commit 72884e6

8 files changed

+23
-20
lines changed

gourl_wordpress.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
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.5
6+
Version: 1.6.6
77
Author: GoUrl.io
88
Author URI: https://gourl.io
99
WC requires at least: 2.1.0
10-
WC tested up to: 5.4.0
10+
WC tested up to: 7.9.0
1111
License: GPLv2
1212
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1313
GitHub Plugin URI: https://github.com/cryptoapi/Bitcoin-Wordpress-Plugin
@@ -33,7 +33,7 @@
3333

3434
DEFINE('GOURL', "gourl");
3535
DEFINE('GOURL_PREVIEW', "gourladmin");
36-
DEFINE('GOURL_VERSION', "1.6.5");
36+
DEFINE('GOURL_VERSION', "1.6.6");
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.'/');

includes/cryptobox.callback.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
* Cryptobox Server Callbacks
99
*
1010
* @package Cryptobox callbacks
11-
* @copyright 2014-2020 Delta Consultants
11+
* @copyright 2014-2024 Delta Consultants
1212
* @category Libraries
1313
* @website https://gourl.io
14-
* @version 2.2.2
14+
* @version 2.2.4
1515
*
1616
*
1717
* This file processes call-backs from Cryptocoin Payment Box server when new payment

includes/cryptobox.class.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
* PHP Cryptocurrency Payment Class
99
*
1010
* @package GoUrl PHP Bitcoin/Altcoin Payments and Crypto Captcha
11-
* @copyright 2014-2020 Delta Consultants
11+
* @copyright 2014-2024 Delta Consultants
1212
* @category Libraries
1313
* @website https://gourl.io
1414
* @api https://gourl.io/bitcoin-payment-gateway-api.html
1515
* @example https://gourl.io/lib/examples/example_customize_box.php <----
1616
* @gitHub https://github.com/cryptoapi/Payment-Gateway
1717
* @license Free GPLv2
18-
* @version 2.2.2
18+
* @version 2.2.4
1919
*
2020
*
2121
* CLASS CRYPTOBOX - LIST OF METHODS:
@@ -82,7 +82,7 @@
8282
elseif (!defined('ABSPATH')) exit; // Wordpress
8383

8484

85-
define("CRYPTOBOX_VERSION", "2.2.2");
85+
define("CRYPTOBOX_VERSION", "2.2.4");
8686

8787
// GoUrl supported crypto currencies
8888
define("CRYPTOBOX_COINS", json_encode(array('bitcoin', 'bitcoincash', 'bitcoinsv', 'litecoin', 'dash', 'dogecoin', 'speedcoin', 'reddcoin', 'potcoin', 'feathercoin', 'vertcoin', 'peercoin', 'monetaryunit', 'universalcurrency')));
@@ -804,7 +804,7 @@ public function payment_status_text()
804804
* <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js" crossorigin="anonymous"></script>
805805
* <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" crossorigin="anonymous"></script>
806806
* <script defer src="https://use.fontawesome.com/releases/v5.12.0/js/all.js" crossorigin="anonymous"></script>
807-
* script src="<?php echo CRYPTOBOX_JS_FILES_PATH; ?>support.min.js" crossorigin="anonymous"></script>
807+
* script src="<?php echo CRYPTOBOX_JS_FILES_PATH; ?>support.min.js?1" crossorigin="anonymous"></script>
808808
* <style>
809809
html { font-size: 14px; }
810810
@media (min-width: 768px) { html { font-size: 16px; } .tooltip-inner { max-width: 350px; } }

js/_source/cryptobox.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* @package GoUrl Bitcoin/Altcoin Payment Box - show iFrame Payment Box
3-
* @copyright 2014-2020 Delta Consultants
3+
* @copyright 2014-2024 Delta Consultants
44
* @category Javascript
55
* @website https://gourl.io
66
* @api https://gourl.io/api.html
7-
* @version 2.2.2
7+
* @version 2.2.4
88
*/
99

1010
/**

js/_source/support.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* @package GoUrl Bitcoin/Altcoin Payment Box - Update HTML Payment Box values
3-
* @copyright 2014-2020 Delta Consultants
3+
* @copyright 2014-2024 Delta Consultants
44
* @category Javascript
55
* @website https://gourl.io
66
* @api https://gourl.io/api.html
7-
* @version 2.2.2
7+
* @version 2.2.4
88
*/
99

1010
/**
@@ -61,7 +61,7 @@
6161
else jQuery('.'+ext+'logo_image').attr('src', src);
6262

6363
var qrcodesize = (typeof jQuery('.'+ext+'qrcode_image').attr('data-size') === 'undefined') ? 110 : jQuery('.'+ext+'qrcode_image').attr('data-size');
64-
jQuery('.'+ext+'qrcode_image').attr('src', 'https://chart.googleapis.com/chart?chs='+qrcodesize+'x'+qrcodesize+'&chld=M|0&cht=qr&chl='+coinName+'%3A'+data.addr+'%3Famount%3D'+data.amount+'&choe=UTF-8');
64+
jQuery('.'+ext+'qrcode_image').attr('src', 'https://api.qrserver.com/v1/create-qr-code/?size='+qrcodesize+'x'+qrcodesize+'&data='+coinName+'%3A'+data.addr+'%3Famount%3D'+data.amount+'&charset-source=UTF-8');
6565

6666
if (jQuery.isFunction(jQuery.fn.tooltip))
6767
{

js/support.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
GoUrl Bitcoin Payment Gateway & Paid Downloads & Membership
33
-----------------------------------------------------------
44

5-
Version 1.6.5
5+
Version 1.6.6
66

77

88
**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
1616
* Screenshots - [https://gourl.io/bitcoin-wordpress-plugin.html#screenshot](https://gourl.io/bitcoin-wordpress-plugin.html#screenshot)
1717
* 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)
1818
* Requires at least: 3.5
19-
* Tested up to: 6.2
20-
* Stable Tag: 1.6.5
19+
* Tested up to: 6.4
20+
* Stable Tag: 1.6.6
2121
* License: GNU Version 2 or Any Later Version
2222

2323

0 commit comments

Comments
 (0)