Skip to content

Commit 1fcdde2

Browse files
committed
Version 2.2.2
Support Bitcoin Cash BCHN - https://bitcoincashnode.org
1 parent 895ca8a commit 1fcdde2

11 files changed

+17
-8
lines changed

history.txt

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
===============================================================================
2+
== Version 2.2.2 (October 2020)
3+
===============================================================================
4+
5+
- Support Bitcoin Cash BCHN - https://bitcoincashnode.org
6+
7+
8+
9+
110
===============================================================================
211
== Version 2.2.1 (June 2020)
312
===============================================================================
@@ -210,4 +219,4 @@ Instruction - https://gourl.io/bitcoin-payment-gateway-api.html#p8
210219

211220
- Added Dutch Language (Thanks to Erik)
212221

213-
- Several new enhancements
222+
- Several new enhancements

images/bitcoincash.png

20 Bytes
Loading

images/bitcoincash/captcha.png

-711 Bytes
Loading

images/bitcoincash/payment.png

-68 Bytes
Loading

images/bitcoincash2.png

42 Bytes
Loading

js/_source/ajax.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @category Javascript
55
* @website https://gourl.io
66
* @api https://gourl.io/api.html
7-
* @version 2.2.1
7+
* @version 2.2.2
88
*/
99

1010
/**

js/_source/cryptobox.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @category Javascript
55
* @website https://gourl.io
66
* @api https://gourl.io/api.html
7-
* @version 2.2.1
7+
* @version 2.2.2
88
*/
99

1010
/**

js/_source/support.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @category Javascript
55
* @website https://gourl.io
66
* @api https://gourl.io/api.html
7-
* @version 2.2.1
7+
* @version 2.2.2
88
*/
99

1010
/**

lib/cryptobox.callback.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @copyright 2014-2020 Delta Consultants
1212
* @category Libraries
1313
* @website https://gourl.io
14-
* @version 2.2.1
14+
* @version 2.2.2
1515
*
1616
*
1717
* This file processes call-backs from Cryptocoin Payment Box server when new payment

lib/cryptobox.class.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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.1
18+
* @version 2.2.2
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.1");
85+
define("CRYPTOBOX_VERSION", "2.2.2");
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')));

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
GoUrl.io Cryptocoin Payment Gateway API
33
-----------------------------------------
44

5-
Version 2.2.1
5+
Version 2.2.2
66

77
**Accept Bitcoin, Bitcoin Cash, Bitcoin SV, Litecoin, Dash, Dogecoin, Speedcoin, Reddcoin, Potcoin, Feathercoin, Vertcoin, Peercoin, UniversalCurrency, MonetaryUnit Payments Online on your website**
88

0 commit comments

Comments
 (0)