Skip to content

Commit

Permalink
Version 2.2.2
Browse files Browse the repository at this point in the history
Support Bitcoin Cash BCHN - https://bitcoincashnode.org
  • Loading branch information
cryptoapi committed Oct 25, 2020
1 parent 895ca8a commit 1fcdde2
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 8 deletions.
11 changes: 10 additions & 1 deletion history.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
===============================================================================
== Version 2.2.2 (October 2020)
===============================================================================

- Support Bitcoin Cash BCHN - https://bitcoincashnode.org




===============================================================================
== Version 2.2.1 (June 2020)
===============================================================================
Expand Down Expand Up @@ -210,4 +219,4 @@ Instruction - https://gourl.io/bitcoin-payment-gateway-api.html#p8

- Added Dutch Language (Thanks to Erik)

- Several new enhancements
- Several new enhancements
Binary file modified images/bitcoincash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/bitcoincash/captcha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/bitcoincash/payment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/bitcoincash2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion js/_source/ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @category Javascript
* @website https://gourl.io
* @api https://gourl.io/api.html
* @version 2.2.1
* @version 2.2.2
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion js/_source/cryptobox.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @category Javascript
* @website https://gourl.io
* @api https://gourl.io/api.html
* @version 2.2.1
* @version 2.2.2
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion js/_source/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @category Javascript
* @website https://gourl.io
* @api https://gourl.io/api.html
* @version 2.2.1
* @version 2.2.2
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/cryptobox.callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/cryptobox.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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')));
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
GoUrl.io Cryptocoin Payment Gateway API
-----------------------------------------

Version 2.2.1
Version 2.2.2

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

Expand Down

0 comments on commit 1fcdde2

Please sign in to comment.